Releases
Every month, we release at least one update that contains either new features, fixes or improvements.
March 25, 2026
1.35.0
Inbox

Inbox

View notifications and get notified on important changes. The inbox collects all the information what happens in your workspace, on your Git commits, Attributes and when files change that you subscribe to.
Furthermore a new symlink action lets you to link folders from other places inside your Git repository.

Improvements

  • Added inbox for tracking project assignments, @mentions, and subscription events with filtering and archiving options
  • Added cross-branch locking to keep files read-only until changes from other branches are merged
  • Added local Anchorpoint config system for granular project-specific settings
  • Added AI coding environmentsetup in project settings for Cursor, GitHub Copilot, and Claude Code
  • Improved symlink handling for delete, move, and rename operations to only affect the link, not the source files
  • Added context menu entries for the timeline
  • Added further hooks for Git operations

Fixes

  • Fixed issue where PSD files would disappear from favorites after editing and saving in Photoshop
  • Fixed locked Link attributes remaining editable when empty
  • Fixed UI becoming unresponsive during rapid clipboard operations from external processes
  • Fixed project switching issues with sparse folders
  • Fixed filtering and sorting to work with display names instead of file paths
  • Fixed projects overview to show creation date instead of modification date
  • Fixed lock owner attribute display issues in grid view
  • Fixed Recent files section showing attribute headers when no files are available
  • Fixed Spine version reset problems after export with version 4.2
  • Removed lock owner attribute from projects overview where it doesn't apply
  • Improved text file diff viewing for LFS-tracked files to show proper content instead of binary file indicators
March 3, 2026
1.34.0

Proper stashing

Anchorpoint now allows to create proper stashes as well as selectively moving files from stashes back to the changed files section.

Improvements

  • Add a stash display and commands to create and apply stashes
  • Change Undo to Dissolve Commit on local commits
  • Show an option to stash when creating a new branch
  • Detect nested .git repositories when creating a project
  • Better logging of Git command sin the console
  • Updated self-hosted API docs

Fixes

  • Fixed an issue with restoring deleted files
  • Show STEP files properly in the sidebar
  • Fixed refresh issues in submodules
  • Fixed an issue where the timeline loads twice
  • Fixed several UI blocking issues during push process
  • Fixed an issue with LFS files that have not been added properly to the repository
  • Fixed an issue on freezing on pull
  • Fixed an issue with “.” files in the favorites
  • Fixed proper display of OBJ files in the sidebar
  • Fixed an issue where the Git refresh index blocks the uber hook
  • Fixed an issue where Unreal Engine locks files but does not unlock them after push
  • Fixed a display issue where new files are hidden for a moment in the changed files
  • Fixed tooltip issues
  • Fixed an issue with submodule cloning not working properly in sparse checkout
  • Fixed an issue where a user cannot commit if the cache is not matching the Git index
  • Removed a misleading Git submodule error
  • Fixed an issue with tabs on submodules
  • Show a better error message for bitbucket repositories
  • Fixed an issue with wrongly shown conflicted files
  • Catch an issue when no space is left on the disc
January 21, 2026
1.33.4

Lock performance improvements

Improvements

  • Clean up old locks to free up space and improve general application performance
  • Added an option to show all locks, including the ones where files are not available
  • Add proper selective checkout handling in submodules

Fixes

  • Fixed an issue when the sidebar can disappear when the window size is too small
  • Fix an issue where the channel sidebar was not cleaned properly on branch switch
  • Don't show the submodule button in projects that don't contain submodules
  • Catch the edge case when no space is left on the device, which causes Git issues
December 19, 2025
1.33.1

Branch switch improvements

This minor release includes improvements when switching branches and locking indicators.

Improvements

  • Locked files page contains a new Attribute "Lock Owner", that allows to sort and and group the entries
  • Handle the edge case when the Windows credential store is full and show proper guidance how to solve it
  • Add the "CMD+Space" shortcut for macOS to open the external window preview
  • Updated Git and Git LFS to the latest version
  • Show proper progress on branch switch

Fixes

  • Fix file watcher was broken after joining a repository in sparse state
  • Fix image thumbnails are not loaded correctly
  • Prevent flickering of changed files when changing the submodule
  • Fix an issue where the conflict button was not shown
  • Fix file writable check when switching a branch
  • Fix conflict progress indicator is not shown after resolving the conflict
  • Fix an issue when applying the Git URL
December 4, 2025
1.33.0

Git submodule support

If you want to reuse components such as plugins across projects, use shared libraries or work with external contractors and need better access control, submodules will make this possible. Anchorpoint fully supports Git submodules, by allowing you to switch between them and commit their changes. Proper guiadance and security mechanisms avoid the common pitfalls when working with Git submodules.

Submodule features

  • Switch between modules and commit on a per module basis
  • Protections from committing on a detached HEAD
  • Protections from pushing updates in the root repository without pushing the submodule first. This can lead to pull errors for other team members.
  • Reminding the team member to also update the root repository when submodule changes have been pushed.
  • Reattaching the branch after checkout
  • File locking across submodules

Improvements

  • Added an option to set a custom email and Git author for commits
  • Added an option to force delete the branch when you are not on it
  • Added a tooltip on actor files to see the original file name
  • Added a shortcut for the preview window using CTRL-space
  • Support for Unreal Engine 5.7 actor files
  • Polished branch manger UI to better see the available options
  • Decoupled locking of text files from locking of binary files
  • Support for Blender 5 file formats
  • Merge the Python shared settings via the API on the server

Fixes

  • Improved browser performance on network drives
  • Fixed an issue with Attributes are not stored on network drives
  • Fixed an issue of the detection of .gitattributes files in the changes files section
  • Fixed the generation of .gitkeep files when creating a new folder
  • Fix selective checkout issues where context menu entries have not been refreshed properly
  • Fix restore files did not work when files have been rename in the history
  • Fixed an issue with replacing thumbnails and reloading Anchorpoint
  • Fixed an issue where the timeline does not show up after joining the Git repository
  • Extend the error message for Azure DevOps when users don’t have permissions to push files
  • Fixed an issue where 0KB files are shown as virtual files falsely
  • Fixed an issue of reverting wrong selected files
  • Fixed an issue of local commits that are not refreshing
  • Fixed an issue of marking files for commits
  • Fixed an issue of Anchorpoint showing false push notifications of already seen objects
  • Fixed an issue of file previews in the Git history are not loading properly from the cache