Skip to content

Commit

Permalink
Cut 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jisaacks committed May 28, 2017
1 parent 6ecfaaa commit 5f083f9
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 30 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"1.5.0": "release_messages/dest/1.5.0.txt",
"1.5.1": "release_messages/dest/1.5.1.txt",
"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.6.0": "release_messages/dest/1.6.0.txt",
"1.7.0": "release_messages/dest/1.7.0.txt"
}
28 changes: 0 additions & 28 deletions release_messages/dest/1.6.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,3 @@

README:
- Fix minimum requirements for diff popup to ST 3080+


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

A T T E N T I O N

Due to a change in module structure you must restart Sublime Text to make
sure GitGutter works properly!

This release includes a major update to Diff Popup to ...

1. ensure compatibility with upcoming mdpopups 2.0.0
2. improve its overall look & feel
3. clean up the code base a little bit

Diff Popup requires

- Sublime Text 3119 +
- mdpopups 1.9.0 +

Diff Popup CSS

If you are using a customized `gitgutter_popup.css` you need to update it
due to some required internal changes. To do so please

1. Open Command Palette
2. Type Preferences: GitGutter Popup Stylesheet

Some class names changed to keep as short as possible.

Jinja Templates are now handled by mdpopups. Thus some of the variables
defined by Diff Popup might no longer work. But you can use all template
variables being supported by mdpopups now.


C H A N G E S

Enhancement:
- Reduce package size (ignore unnecessary in the repository)
- Use git version to check if git works properly (Issue #411)
- Avoid diff popup flickering if diff highlighting is toggled
- Prepare for mdpopups 2.0.0 and add code wrapping support
- Diff popup adapts its colors to active color scheme
- Diff popup uses background colors to highlight diff
- Diff popup distinguishes inserted/deleted/replaced text in diff
- Diff popup uses python's Differ to generate human readable diff
with better results in most situations

Feature:
- Add support information module and ISSUE_TEMPLATE.

Fix:
- Correct resolution of gutter icon image resources
- Line height to switch gutter icons for deleted regions too small
- All export-ignored files are marked as new files (Issue #409)

Other:
- Remove support for text buttons from diff popup
- Let mdpopups handle jinja templates in gitgutter_popup.css

README:
- Add some information to the troubleshooting section
- Update requirements for diff popup


💛 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.6.0
1.7.0

0 comments on commit 5f083f9

Please sign in to comment.