Skip to content

Commit

Permalink
Released 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
miped committed Nov 2, 2013
1 parent 3fc72b5 commit 519f621
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion messages.json
Expand Up @@ -9,5 +9,6 @@
"1.0.20": "messages/1.0.20.txt", "1.0.20": "messages/1.0.20.txt",
"1.0.21": "messages/1.0.21.txt", "1.0.21": "messages/1.0.21.txt",
"1.0.22": "messages/1.0.22.txt", "1.0.22": "messages/1.0.22.txt",
"1.0.23": "messages/1.0.23.txt" "1.0.23": "messages/1.0.23.txt",
"1.0.24": "messages/1.0.24.txt"
} }
32 changes: 32 additions & 0 deletions messages/1.0.24.txt
@@ -0,0 +1,32 @@
SublimeGit 1.0.24
=================

Enhancements:
-------------
- The "SublimeGit: Install License" command has been renamed to
"SublimeGit: Add License", to not pop up when searching for the
"Package Control: Install Package" command.

- .gitignore file management, now ensures that the file ends with a
newline. (Issue #40)

- Added a new setting git_status_untracked_files to control the
display of untracked files. (Issue #65)

- Added a new setting git_status_open_files_transient to control
the file mode of files opened from the status view. (Issue #42)

- Changed the keyboard shortcut for discard commands in the status
view to use backspace instead of k to be more Vintage friendly.
(Issue #44)

- Improved handling of multiple remotes with Push, Pull and Fetch
commands. Multiple remotes are now supported, and the commands
better mirror the functionality of the git cli. (Issue #52)

Bug Fixes:
----------
- Git Blame command now uses author name and timestamp, to correctly
refer to the original author of the commit. (Issue #39)

- Git checkout will now list all branches instead of only 25. (Issue #50)
2 changes: 1 addition & 1 deletion sgit/__init__.py
@@ -1,6 +1,6 @@
# coding: utf-8 # coding: utf-8


__version__ = '1.0.23' __version__ = '1.0.24'




# Import all the commands # Import all the commands
Expand Down

0 comments on commit 519f621

Please sign in to comment.