Skip to content

1.0.0

Compare
Choose a tag to compare
@HiromuHota HiromuHota released this 09 Nov 20:03
· 42 commits to master since this release

1.0.0 - 2017-11-11

Added

  • [SVN] Subversion support
  • [Common] "Rollback to here" command to a context menu that rollbacks the working tree (copy) to a previous commit (revision), but does not make a commit.
  • [Common] Staging one of conflicted versions (e.g., mine,rXX,rYY in SVN; ours and theris in Git) accepts that version
  • [Common] Visual diff between conflicted versions

Changed

  • [Git] No need to unstage to discard changes
  • [Git] When Pull results in conflicts, do not reset hard (stay in a conflicted state). When conflicts occur, ours and theirs versions are created in the same directory (e.g., test.ktr -> test.ktr.ours and test.ktr.theirs)
  • [Common] Rename "Git Project" to "Project" b/c it now supports SVN

Fixed

  • Fix a bug that deleted files cannot be staged for a commit