Skip to content

Commit

Permalink
Cut 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Aug 2, 2017
1 parent 9e5ab88 commit 0fc5a50
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 30 deletions.
4 changes: 3 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"1.6.0-rc.1": "release_messages/dest/1.6.0-rc.1.txt",
"1.6.0": "release_messages/dest/1.6.0.txt",
"1.7.0": "release_messages/dest/1.7.0.txt",
"1.7.1": "release_messages/dest/1.7.1.txt"
"1.7.1": "release_messages/dest/1.7.1.txt",
"1.7.2": "release_messages/dest/1.7.2.txt",
"1.7.3": "release_messages/dest/1.7.3.txt"
}
28 changes: 0 additions & 28 deletions release_messages/dest/1.7.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,3 @@
- Call popup creation synchrounous to reduce delay and help avoid fighting with others
- Scroll to beginning of reverted hunk if not in visible region.
- Add support for git diff --histogram algorithm (Issue #422)


💛 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! 🌟
44 changes: 44 additions & 0 deletions release_messages/dest/1.7.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
1.7.3:
------

Enhancement:
- Add support for PackageDev settings linting & completion

Fix:
- Don't use Consolas font in diff popup
- Correctly decode empty git output
- IndexError exception in console (Issue #429)
- Reduce gutter icon jumping while editing text

README:
- Fix some smaller graphical glitches
- Use animated screenshots captured with latest Sublime Text
- Add trouble shooting section for working tree


💛 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.7.2
1.7.3
16 changes: 16 additions & 0 deletions release_messages/src/messages/1.7.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
1.7.3:
------

Enhancement:
- Add support for PackageDev settings linting & completion

Fix:
- Don't use Consolas font in diff popup
- Correctly decode empty git output
- IndexError exception in console (Issue #429)
- Reduce gutter icon jumping while editing text

README:
- Fix some smaller graphical glitches
- Use animated screenshots captured with latest Sublime Text
- Add trouble shooting section for working tree

0 comments on commit 0fc5a50

Please sign in to comment.