Releases: ArrushC/Titan
Releases · ArrushC/Titan
Titan v2.0.4
Changelog:
- Re-purposed refresh shortcut for refreshing changes
- Display Modified Changes table by default when committing changes
Titan v2.0.3
Changelog:
- Removed redundant dependencies
- Make trello content synchronised with UI updates
- Applied sorting to revision text for improved readability
Titan v2.0.2
Changelog:
- Fix the auto-update mechanism
Titan v2.0.1
Changelog:
- Allow trello cards to be changed as you go through the commit process
Titan v2.0.0
Changelog:
- Dependency Updates: Upgraded to the latest versions of all dependencies, including Electron, resolving start-up issues reported by users.
- Revamped Interface: Adopted the latest Chakra UI update, offering improved tables, enhanced theme support, and increased interactivity.
- Performance Improvements:
- Subversion operations are now 1.5x faster.
- UI responsiveness has increased by 3x.
- Custom Script Icons: Scripts now display icons based on their initial character, making them easily distinguishable.
- Keyboard Shortcuts: Added shortcuts in key areas to speed up syncing processes.
- Default Editor: Config files now open in Notepad++ by default.
- Optional Source Branch: Users can now omit the source branch, a highly requested feature.
- Autofill Enhancements: Autofill no longer overwrites existing data.
- New Table Column: Added a "Last Modified" column to sort files and directories by modification date.
- Selective Search Ignoring: Users can now ignore specific files or directories (e.g.,
logs
,node_modules
) during commit path selection without applying SVN properties. - Branch Change Detection: Titan automatically updates tables when changes are detected in selected branches.
- Enhanced Error Reporting: Improved error messages for connection issues.
- Trello Integration: Automatically includes commit messages when updating Trello cards.
- Post-Update Scripts: Added support for running custom scripts after branch updates. Requires
C:\Titan\Titan_PostUpdate_BranchSingle.ps1
. - Clipboard Enhancements:
- Added an option to copy commit messages alongside revision text in clipboard view.
- Removed redundant components (e.g., issue numbers) from commit messages after committing.
- Issue Number Integration: External applications can now populate issue numbers directly in Titan.
- Improved Diffing: Resolved errors encountered when diffing files newly added to the repository.
Titan v1.4.9
Changelog:
- Force a status refresh when the SVN resolve window is closed
Titan v1.4.8
Changelog:
- Allow users to detect and resolve conflicts via Titan
Titan v1.4.7
Changelog:
- Add tooltip to copy row button and update button label in SectionBranches
Titan v1.4.6
Changelog:
- Reduce time taken to execute a custom script
Titan v1.4.5
Changelog:
- Remove shutdown sequence in SVN connection errors detection
- Use cornsilk colour theme for light mode