Skip to content

v1.0.6

Compare
Choose a tag to compare
@kemayo kemayo released this 27 Jul 22:03
· 60 commits to master since this release
  • 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.