Skip to content

Commit

Permalink
Cut 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jisaacks committed Mar 5, 2017
1 parent aebdb29 commit 55261b7
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 30 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"1.2.3": "release_messages/dest/1.2.3.txt",
"1.2.4": "release_messages/dest/1.2.4.txt",
"1.3.0": "release_messages/dest/1.3.0.txt",
"1.4.0": "release_messages/dest/1.4.0.txt"
"1.4.0": "release_messages/dest/1.4.0.txt",
"1.5.0": "release_messages/dest/1.5.0.txt"
}
28 changes: 0 additions & 28 deletions release_messages/dest/1.4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,3 @@

* Temporary Files
- Make sure temporary files are deleted after view is closed.


💛 Git Gutter? Want to support development?

I've teamed up with Wes Bos to offer the following discounts:

+------------------------------------------------+
| |
| Use the coupon code GITGUTTER for $10 off |
| |
+------------------------------------------------+

🏅 ⭐ ES6 ⭐

👉 ES6.io/friend/GITGUTTER

🏅 ⭐ Sublime Text Book ⭐

👉 SublimeTextBook.com/friend/GITGUTTER

🏅 ⭐ React For Beginners ⭐

👉 ReactForBeginners.com/friend/GITGUTTER


Join 15,000 other developers already learning with Wes Bos.

These are fantastic resources - 100% money back guarantee! 🌟
92 changes: 92 additions & 0 deletions release_messages/dest/1.5.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
1.5.0
-----

------------------------------------------------------------------------
!!! WHAT HAPPEND TO GITGUTTER-EDGE !!!

We decided to replace GitGutter-Edge by pre-releases ...

1. to avoid issues with functions which depend on the package name.
2. because branch based packages are deprecated by Package Control.
3. to have more control about when to publish new features for testing.

For more details and information how to get access to pre-releases,
please have a look into the README on

https://packagecontrol.io/packages/GitGutter

------------------------------------------------------------------------

Enhancement:
- Avoid creation of temporary files, if view does not show a file from a valid git repository.
- Optimize number of git and diff calls.
- Determine, whether a view's file really exists on disk.
- Make "compare to" functionality work per git directory (Issue #327)
- Optimize some encoding/decoding stuff.
- Use jinja2 template engine to render status bar messages if library is available.
- Read file from git index only, if the compare target has changed.
- Event driven tracking of changed compare target replaces polling.
- Update the temporary buffer file only, if the view has changed.
- Run git diff only if one of the temporary files changed.
- Query git for compare commit hash only if not comparing against commit.
- Don't call git for diff popup at all.
- Refactoring the EventListener to best fit the current structure.
- Add some idle time between git calls to reduce lacks on ST2

Feature:
- Add support for custom icon packages (Issue #256)
- Add 'Compare against file commit' and enable filtering by commit id (Issue #142, #281)
- Add Side-By-Side settings support and show in command pallet
- Add support to set marker size in minimap (Issue #263)
- Show file status (committed/modified/untracked/ignored) on status bar (Issue #226)

Fix:
- Disable GitGutter, if git binary was not found (Issue #94, #352)
- Create only one instance of GitGutterSettings (Issue #334)
- error invoking git on Windows systems (Issue #244, #357)
- Fix issue with all untracked and ignored files being marked incorrectly (Issue #267, #279, #353).
- Show the correct branch or tag name in the 'compare against' status message.
- Avoid exception due to missing dependencies. (Issue #366)
- Fall back to simple status bar text if jinja2 is not available (Issue #366)
- Run all git commands from within working tree (Issue #239, #248, #290)
- Follow symlinks correctly to the source file in the working tree (Issue #373).
- diff popup doesn't show modifications on first line.
- Noticeable flicker/delay in icons when working with files (Issue #340)
- Problem with smudge/clean filters (Issue #74)
- Use cached git diff result for 'Goto next/prev git difference' command.
- Ensure not to start more than one evaluation at a time.
- Disable GitGutter for binary files and scratch views. (Issue #189)
- GitGutter ignores on_modified() event in ST2, because view visibility check fails. (Issue #349)
- Securing git execution. (Issue #348)
- Show markers on new, ignored and untracked files only, if show_markers_on_untracked_file is true.

README:
- Refactoring


💛 Git Gutter? Want to support development?

I've teamed up with Wes Bos to offer the following discounts:

+------------------------------------------------+
| |
| Use the coupon code GITGUTTER for $10 off |
| |
+------------------------------------------------+

🏅 ⭐ ES6 ⭐

👉 ES6.io/friend/GITGUTTER

🏅 ⭐ Sublime Text Book ⭐

👉 SublimeTextBook.com/friend/GITGUTTER

🏅 ⭐ React For Beginners ⭐

👉 ReactForBeginners.com/friend/GITGUTTER


Join 15,000 other developers already learning with Wes Bos.

These are fantastic resources - 100% money back guarantee! 🌟
2 changes: 1 addition & 1 deletion release_messages/dest/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.5.0

0 comments on commit 55261b7

Please sign in to comment.