Skip to content

Releases: kemayo/sublime-text-git

v1.0.8

11 Jan 17:50
Compare
Choose a tag to compare
  • New commands:
    • show commit by hash
    • quick commit for whole repo
    • assume unchanged / no assume unchanged
  • Pressing enter to go to a related commit: now works in graph as well as blame
  • Blame and graph commands will now respect multi-selections
  • Blame syntax improvements:
    • was broken for files with spaces in the name
    • now more-reliably finds commit hashes
  • "Raw" commands were appending absolute file paths, which git complained about.
  • Flow integration now supports tag messages
  • Windows bugs:
    • Package path wasn't being correctly build
    • Opening files on a different drive from your user profile was, apparently, not working on some versions of Windows

v1.0.7

27 Jul 23:21
Compare
Choose a tag to compare
  • Bug in annotations if the branch for the current file using UTF-8 with BOM was hit

v1.0.6

27 Jul 22:03
Compare
Choose a tag to compare
  • Annotations were fragile on Windows, so their usage of temporary files has been rewritten.
  • Several Python3 unicode issues around running commands have been fixed.
  • Better Git commit message syntax highlighting, thanks @tomchentw.
  • Added a new palette command to quick-commit the entire repo, and clarified the name of the current quick-commit command so it's obvious it only commits the current file.
  • New setting gitignore_sync to automatically keep project ignored-files synced with .gitignore. This is disabled by default, as it's (a) destructive of your current project ignored-files, and (b) completely hides files from the sidebar which can be confusing.

v1.0.5

01 Feb 20:58
Compare
Choose a tag to compare
  • Pressing enter in blame / diffs output by this package was very-often failing to jump to the reference file / commit.
  • Sublime Text 2, Windows only: if you didn't have a HOME environment variable set, git commands would fail with UnicodeDecodeError.

v1.0.4

26 Jan 23:47
Compare
Choose a tag to compare

In ST2, we were accidentally shadowing the builtin commands module. ST3 was unaffected.

v1.0.3

12 Jan 21:28
Compare
Choose a tag to compare

Installing as a zipped .sublime-package was having problems finding syntax files.

v1.0.2

12 Jan 16:58
Compare
Choose a tag to compare

A few side-effects of the ST2/ST3 branch merge

v1.0.1

09 Jan 00:13
Compare
Choose a tag to compare
Fix ST3 plugin directory detection

First official tagged release

08 Jan 21:15
Compare
Choose a tag to compare

Package control, it forces me into proper release tagging. Woe.