Releases: kemayo/sublime-text-git
Releases · kemayo/sublime-text-git
v1.0.8
- 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
v1.0.6
- 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
v1.0.4
v1.0.3
v1.0.2
v1.0.1
First official tagged release
Package control, it forces me into proper release tagging. Woe.