Skip to content

Releases: ArrushC/Titan

Titan v1.2.0

18 Aug 18:50
Compare
Choose a tag to compare

Changelog:

  • Added auto fill and used normal number input for issue number
  • Allow commit section to be rendered in background
  • Provide shortcut to open config directly
  • Apply default sorting to Local & Untracked Changes tabs
  • Add copy to clipboard for commit message
  • Use semicolons as line separators for commit messages and refactor svn log rendering logic
  • Include auto-update logic and use a standard installation process rather than portable
  • Add default order to branches in commit overlay
  • Add publish and release workflow
  • Add selection size to appropriate button labels
  • Added example commit message and selection size to button labels
  • Added auto pagination for improved rendering performance
  • Allow logs to be fetched in background to reduce waiting time

Titan v1.1.1

26 Jul 15:58
Compare
Choose a tag to compare
  • Wrap text to show the entirety of SVN log messages ✅
  • Revert the Commit Message field to be a textarea ✅
  • Allow text within table cells to be highlighted and copied ✅

Titan v1.1.0

26 Jul 15:17
Compare
Choose a tag to compare
  • Reset Source Branch, Issue Number and Commit Message on every time commit section is opened ✅
  • Make the Commit Message element a creatable select like Issue Number, and store history of previous commit messages being used. ✅
  • ISSUE: When you click on Diff button for local changes, it unselects the file ✅
  • FR: SVN Log across selected branches ✅
  • Remove the need to select files from the source branch even if they don't appear for added flexibility in commit messages ✅
  • Sort revisions by branch version to make the clipboard text easier to paste ✅
  • Remove tooltip for Diff buttons ✅

Titan v1.0.1

14 Jul 19:37
Compare
Choose a tag to compare
  • Enforce React principles in writing stateful code ✅
  • Prevent hook-related issues from occurring in the future ✅
  • Added SVN connection error mechanism in all areas of server-side logic whereby communication with the SVN repository is required ✅

Titan v1.0.0

12 Jul 15:28
Compare
Choose a tag to compare

Please view the commit history for changelogs prior to this release!

This version marks the stage where Titan is ready for distribution to the mass audience.