Skip to content

0.8.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@HiromuHota HiromuHota released this 19 Oct 22:02
· 57 commits to master since this release

0.8.0-RC1 - 2017-10-19

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

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)