Skip to content

Commit acf6234

Browse files
author
DeathAxe
committed
Cut 1.10.0
1 parent f84e277 commit acf6234

35 files changed

+75
-30
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.5
1+
1.10.0

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.10.0": "messages/1.10.0.txt",
23
"1.2.0-pre": "messages/1.2.0-pre.txt",
34
"1.2.1": "messages/1.2.1.txt",
45
"1.2.2": "messages/1.2.2.txt",

messages/1.10.0.txt

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
1.10.0:
2+
======
3+
4+
A N N O U N C E M E N T
5+
6+
This release introduces some changes to ensure GitGutter to coexist well
7+
with the new Incremental Diff feature of Sublime Text 3200.
8+
9+
If `"mini_diff"` is set to `"auto"` or `True` in Preferences.sublime-settings
10+
GitGutter will no longer add icons to the normal gutter.
11+
12+
Please note:
13+
14+
1. GitGutter themes don't have any effect anymore if ST's mini_diff is enabled.
15+
2. The results of ST's mini_diff and GitGutter's diff popup or the markers
16+
in the minimap may differ a little bit.
17+
18+
The status bar text template was tweaked to no longer show the branch name
19+
if Sublime Text 3189+ is detected.
20+
21+
All other features keep untouched so far in order to not break any existing
22+
feature.
23+
24+
As most of the main features of this plugin have been moved to ST's core,
25+
this plugin seems to become deprecated / obsolete for ST3200+ in its current
26+
form.
27+
28+
29+
---------------------------------------------------------------------------
30+
31+
C H A N G E L O G
32+
33+
Fix:
34+
- Invalid key binding templates (#530)
35+
- Temporary files no longer cleaned when using ST 3189
36+
37+
Other:
38+
- Typo fix
39+
- Make EasyClangComplete regions protected by default
40+
41+
Enhancement:
42+
- Show line annotation manually via `ctrl+shift+alt+c, ctrl+b`
43+
- Don't add gutter icons, if ST's `mini diff` is enabled
44+
- Add Compara Against support to mini_diff
45+
- Don't show branch in status bar for ST3189+
46+
47+
48+
💛 Git Gutter? Want to support development?
49+
50+
I've teamed up with Wes Bos to offer the following discounts:
51+
52+
+------------------------------------------------+
53+
| |
54+
| Use the coupon code GITGUTTER for $10 off |
55+
| |
56+
+------------------------------------------------+
57+
58+
🏅 ⭐ ES6 ⭐
59+
60+
👉 ES6.io/friend/GITGUTTER
61+
62+
🏅 ⭐ Sublime Text Book ⭐
63+
64+
👉 SublimeTextBook.com/friend/GITGUTTER
65+
66+
🏅 ⭐ React For Beginners ⭐
67+
68+
👉 ReactForBeginners.com/friend/GITGUTTER
69+
70+
71+
Join 15,000 other developers already learning with Wes Bos.
72+
73+
These are fantastic resources - 100% money back guarantee! 🌟

messages/1.9.5.txt

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,3 @@
1313

1414
README:
1515
- Fix typos
16-
17-
18-
19-
💛 Git Gutter? Want to support development?
20-
21-
I've teamed up with Wes Bos to offer the following discounts:
22-
23-
+------------------------------------------------+
24-
| |
25-
| Use the coupon code GITGUTTER for $10 off |
26-
| |
27-
+------------------------------------------------+
28-
29-
🏅 ⭐ ES6 ⭐
30-
31-
👉 ES6.io/friend/GITGUTTER
32-
33-
🏅 ⭐ Sublime Text Book ⭐
34-
35-
👉 SublimeTextBook.com/friend/GITGUTTER
36-
37-
🏅 ⭐ React For Beginners ⭐
38-
39-
👉 ReactForBeginners.com/friend/GITGUTTER
40-
41-
42-
Join 15,000 other developers already learning with Wes Bos.
43-
44-
These are fantastic resources - 100% money back guarantee! 🌟

themes/Monokai Pro/Monokai Pro.gitgutter-theme

Whitespace-only changes.

themes/Monokai Pro/changed.png

95 Bytes
Loading

themes/Monokai Pro/changed@2x.png

138 Bytes
Loading

themes/Monokai Pro/changed@3x.png

173 Bytes
Loading
94 Bytes
Loading
114 Bytes
Loading

0 commit comments

Comments
 (0)