Releases
Every month, we release at least one update that contains either new features, fixes or improvements.
February 22, 2024
1.16.0

GitLab (self-hosted) integration

This release includes integration for self-hosted GitLab servers. You can create projects and add members on GitLab without leaving Anchorpoint. There are also a lot of small improvements in this release that make Anchorpoint feel faster.

Improvements

  • Added a “Create Test Repository” step in each integration to check if it’s working without the need to create a project
  • Improved the progress indicator on selective download
  • Improved general error handling, so that it’s easier to send us a message on unknown errors. We can then fix them quicker.
  • Improved Git push handling, in case multiple people are pushing at the same time
  • Improved adding member via the integration if it’s not possible automatically. A popup will guide the user to the web interface of the Git hosting provider.
  • Handle webloc files on Drag&Drop
  • Show a better message when the Git server is unreachable
  • Catch Azure DevOps HTML errors in a better way
  • Don’t show a global overlay on Git fetch
  • Remove glitches with the Pull button which was still available after pulling
  • Conflicted files are marked properly in the file browser
  • Clearing caches happens in the background without a global overlay
  • Added auto fetch when Timeline is opened

Fixes

  • Added horizontal scrolling on touchpads
  • Moved Unity respect read only file script to Assets/Scripts/Editor, so that it’s ignored in the build process
  • Updated clear Git cache to make it more secure
  • Fixed Timeline metadata overrides the thumbnail for conflicted files
  • Fixed general error handling on Git clone
  • Fixed issues with the GitHub integration that did not allow to create projects
  • Remove broken projects from the list, when they could not been created in combination with a Git repository
  • Prevent changing the owner level in the dashboard
  • Fixed an issue with thumbnail loading in the conflict manager
  • Fixed issues on joining projects that have already been checked out via e.g. GitHub Desktop
  • Fixed issues with Git credential manager
  • Fixed issues with corrupted Git LFS cache
  • Fixed issues when creating projects that have already been checked out using another Git client
  • Fixed certain actor names from Unreal Engine that could not be resolved
  • Fixed timeout on loading project actions when network mounts, which have been there before, are disconnected
  • Fixed an issue with showing wrong files after Git revert
  • Fixed Drag&Drop issues in combination with dragging files from the macOS finder on the favorites
  • Fixed thumbnail issues with mp4 videos
  • Fixed freezes after update process
  • Fixed an issue with Reset, Revert and Restore progress indication
  • Fixed an issue with clear cache
  • Fixed an issue with reverting untracked new files
January 24, 2024
1.15.1

Hotfix

Fixes

  • Showing a more descriptive error message when you cannot push or join a Git repository on GitHub
  • Fixed "Remove existing Git repository" dialog
  • Fixed a crash on starting up
  • Fixed link to GitHub project settings
  • Fixed buttons are not updating when switching the remote option on create project
  • Fixed cannot pull repository when two users create the initial commit
January 23, 2024
1.15.0

Optimised use of storage space

Git projects take up less disk space. Anchorpoint cleans up unnecessary LFS cache files on every commit. Previously, you needed at least twice the size of your project plus additional free space to work properly with Git. That's no longer necessary.

The clear cache command is also adjusted to remove anything unnecessary to free up space.

Improvements

  • The Git project can be placed on a network drive (e.g. NAS). Only do this if you are working alone on the NAS and not sharing it with your team.
  • Anchorpoint checks to see if a .gitignore file was created on the first commit, and displays a warning if it was not.
  • Filtering of files is more tolerant
  • Provide better guidance when you cannot connect to an Azure DevOps repository
  • Provide better guidance for merge commits
  • Highlight the appropriate buttons when changed files are available
  • The commit ID can be copied to clipboard from any commit
  • App links, created on a file, open the file on click (There is also a setting to disable this)
  • Showing a tooltip on a file status to better understand what is going on
  • Option to disable automatic regular updates

Fixes

  • Prevent crash when filtering a huge amount of files in a folder
  • Prevent review drawing from disappearing when you enter a comment
  • Fixed cannot load timeline issues
  • Prevent adding files that are not in the project to the task detail page to avoid missing timeline entries
  • Actor file names (when using OFPA) are displayed correctly in the resolve conflicts manager
  • Fixed multiple git processes are not terminated properly
  • Fixed incorrect file and thumbnail display when saving files in Photoshop in an Anchorpoint project.
  • Fixed an issue with slowing down on older projects (Git is optimizing things)
  • Unknown Unreal Engine actor types are shown correctly
  • Fixed wrong location attribute on image sequence stacks
  • Fixed resetting folder icons when renaming a folder
December 21, 2023
1.14.0

Unreal Engine thumbnails

With this release, Anchorpoint can read uasset and umap files to display thumbnails in the timeline and file browser. One file per actor is also supported, so Anchorpoint will display the actor's name and type instead of the original hashed filename. No plugin is required.

Improvements

  • Added a health check if Anchorpoint cannot reach the remote server.
  • Text-based files (.meta, .asset, etc.) for Unity projects are now displayed correctly.
  • Flac files show a waveform and can be played

Fixes

  • Fixed Uninstaller does not remove desktop shortcut and start menu entry
  • Fixed Partial status is displayed incorrectly in some cases
  • Fixed Open file buttons were displayed incorrectly when opening the preview page from an older commit
  • New console entries have a proper space
December 18, 2023
1.13.0

Selective Download/ Unload of Folders

Collaborate on larger Git project which include the game engine and art assets. Only download selected folders on your computer to save space.

You can also unload existing folders from your Git project.

Improvements

  • Search settings have been regrouped and an option to enable/ disable stacking has been added
  • Sidebar on the left is now fully scrollable
  • Tag menu shows already used tags as greyed out
  • Improved UI responsiveness and layout adjustments when there is little space to always show pending changes
  • Added a script to Unity projects so that it respects read-only files
  • Added options for re-generating thumbnails and ignore thumbnail generation when they increase a certain size
  • Opening app links in Google Chrome does not create a new tab due to a new browser extension
  • Added an option to open files from the preview page

Fixes

  • File locking got a fallback for checking every minute if changes files are available, so that it locks them
  • Fixed an issue with file locks not syncing correctly
  • Fixed an issue with renaming projects
  • Fixed an issue with the window size when you restart Anchorpoint
  • Login issues should happen less, due to an included SSL root certificate
  • Fixed an issue when navigating from the Timeline to .gitkeep files
  • Favorites have a bigger drop area
  • Fixed an issue when branches are diverged and pushing is not possible
  • Fixed an issue with shelved files to include changes from others
  • OBJ files are handles as LFS objects
  • Git is optimizing overlay shows with a bigger delay
  • Fixed AutoStart on Windows 10
  • Issues with conflict dialog stability
  • Fixed an issue with long filenames
  • Azure DevOps integration: Allow renaming of the Anchorpoint project and don’t lose the connection to the Azure DevOps project
  • Fixed UI crash coming from diagnostics
  • Fixed timeline loading issues when joining a project
  • Fixed broken zooming on images
  • Fixed double tooltip issue in changed files
  • Fixed video player is not stopping when hovering on files
  • Fixed XML is not shown as a text file