Native Apple Silicon support improves boot time and overall performance under MacOS. Anchorpoint now runs natively on Apple's new ARM-based chips.
This update also includes file locking improvements and a new Attribute and Database locking feature.
Improvements
- Allow locking of Attributes and Databases. Any Attribute can now be marked read-only to protect it from editing by other members. API changes can still be applied for automation purposes. Databases can also be locked to prevent changing the view, reordering or creating new tasks.
- Better file locking performance for e.g. 50k file locks
- Automatic clearing of the Git cache after repository cloning
- Support for Git tags. Git tags are now displayed on commits. A tooltip provides detailed information about description, author and creation date.
- Added an option to exclude certain branches from automatic file locking. This is useful if you're doing experiments on certain branches and don't want to prevent your team from editing files.
- Update the API to Python 3.13
- Better handling of Git stashes when switching branches
- Branch overview shows if a branch is local only
- Added branch rename and branch delete
- Added a continue option when Anchorpoint warns you if you have unsaved files in Unreal and want to undo them
- Added visual indication when a file has been manually locked
- Added visual indication when a file has been locked outside of Anchorpoint
- Better handle locks on deleted and renamed files and folders by using an explicit popup asking if you want to lock or unlock them
- Added a filter option for workspace members
Fixes
- Fixed an issue with loading the first timeline entry
- Fixed an issue with user invites when using the Gitea integration
- Fixed an issue with virtual files on Dropbox
- Catch an error when LFS files are missing on the Git repository if they have been pushed by another Git client
- Fixed an issue of the file history which was not accessible on deleted files
- Catch an error when the Windows credential manager cannot store any new credentials
- Fix an issue of the application window title, which was not refreshing on page navigation
- Fix a crash after viewing an unsupported file format
- Fix download of a multiselecting of virtual files
- Fix a resizing issue of the conflict dialog
- Fixed an issue where progress was not shown after resolving a conflict
- Fixed an issue of missing one commit when using Git shallow clone
- Fixed an issue of thumbnail loading in the conflict manager
- Fixed an issue where Git repository cannot be created on certain drives on Windows