Releases
Every month, we release at least one update that contains either new features, fixes or improvements.
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
October 16, 2023
1.12.0

Gitea integration and stability improvements

A new Gitea integration allows you to manage repositories on a self-hosted Gitea server directly from Anchorpoint. Furthermore, this release comes with a lot of other stability improvements for the Attribute system.

Improvements

  • Restricted attribute creation, renaming, and deletion to project admins. This also includes the modification of tags. These access controls allow you to give access to only dedicated members on your project.
  • Automatic file locking for text files.
  • Run Anchorpoint on autostart option.
  • Manual reordering of tags is now possible.
  • Local Git repositories can be converted into remote repositories when adding the remote URL.

Fixes

  • Fixed attribute storing issues that caused loss of text or tag entries.
  • Fixed text field update issues when removing text and navigating out of the folder.
  • Removed flickering on text field updates.
  • Fixed attributes not being transferred to files and folders when they are moved.
  • Action updates have better notification.
  • Git commands show up when the Git repository is not checked out.
  • Commit details can be loaded when a commit is not pushed yet.
  • Search results are filtering deleted files.
  • Fixed issues with the conflict page that could not load properly.
  • Fixed issues with action loading on first start.
  • Fixed an issue with Azure DevOps integration not loading correctly.
  • Fixed an issue with attributes that were hidden when the tab was switched.
  • Hover preview on videos works on a network drive.
  • Invite popup waits until the initial database sync is ready.
  • Git settings are now scrollable.

September 27, 2023
1.11.0

Integrations and CSV export

Highlights

With the new integrations, you can now create repositories on GitHub and GitLab directly from Anchorpoint. Added and removed members are also automatically synced. Read more about the integration with GitHub and GitLab.

Furthermore, attributes on tasks, folders, and files can now be exported to a CSV file.

Improvements

  • The branch overview is sorted by modification date and shows the member who committed the last change.
  • Previous versions in the Git timeline now show the correct thumbnail.
  • Git credential settings can now be cleared from Anchorpoint.
  • It is now possible to disable the automatic Git LFS file assignment and use your own .gitattributes file.
  • Newly created folders in Anchorpoint can now add a hidden file, allowing empty folders to be pushed to a Git repository.
  • Templates can now be stored on Windows and macOS, with separate paths for both systems.
  • New tokens have been added for templates
  • The "Create Referenced File" command now also allows relative filepaths.

Fixes

  • Added a reset Anchorpoint script for when Anchorpoint cannot login or sync the database.
  • The branch list is now scrollable to the end via mousewheel.
  • The top-level entry in the project tree view cannot be deleted.
  • Fixed several connection issues with Azure DevOps integration.