-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
93 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! 🌟 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.6.0 | ||
1.7.0 |