3.02
What's Changed
- Breaking change: the remote must now be specified in status branches (
origin/promoted
instead of justpromoted
) - Fixed a possible error where status updates would lock access to Git for other interactive commands
- Fixed remote status updates when no status branches are specified
- Better handle branches without a remote yet
- Status updates no longer warn when there is no remote for the current branch
- Remote branch is automatically created on push
- Fixed remote status branch checks not taking account files not present in the current local state
- Fixed remote status branch checks not properly handling history between branches
- Fixed having a file locked causing notifications about modification in other branches to be missed
- Some small optimizations
- Fixed compile issue with ue5-main by @rweber89 in #20
- Use different case in PlatformFile[Mm]anager.h include based on engine version by @AndrewBetson in #22
- Documentation updates by @r3Dg in #23
- Improved 'status branch' configuration and added example diagram
- Added numerous animations showing different actions in the editor
- Added a couple tips for plugin users to improve performance / workflow relating to the plugin
New Contributors
- @AndrewBetson made their first contribution in #22
- @r3Dg made their first contribution in #23
Full Changelog: 3.01-PB.1...3.02