Skip to content

Commit e141f8c

Browse files
committed
Cut 1.7.4
1 parent 1c2c160 commit e141f8c

File tree

5 files changed

+55
-30
lines changed

5 files changed

+55
-30
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"1.7.0": "release_messages/dest/1.7.0.txt",
1515
"1.7.1": "release_messages/dest/1.7.1.txt",
1616
"1.7.2": "release_messages/dest/1.7.2.txt",
17-
"1.7.3": "release_messages/dest/1.7.3.txt"
17+
"1.7.3": "release_messages/dest/1.7.3.txt",
18+
"1.7.4": "release_messages/dest/1.7.4.txt"
1819
}

release_messages/dest/1.7.3.txt

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,3 @@
1414
- Fix some smaller graphical glitches
1515
- Use animated screenshots captured with latest Sublime Text
1616
- Add trouble shooting section for working tree
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! 🌟

release_messages/dest/1.7.4.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
1.7.4:
2+
------
3+
4+
README:
5+
- Add troubleshooting for GitGutter keeping disabled
6+
7+
Internal:
8+
- Cache global settings as function attribute
9+
- Log the reason for GitGutter to be disabled ("debug": true)
10+
11+
Fix:
12+
- Gutter icons are not displayed in Sublime Text 2
13+
14+
15+
💛 Git Gutter? Want to support development?
16+
17+
I've teamed up with Wes Bos to offer the following discounts:
18+
19+
+------------------------------------------------+
20+
| |
21+
| Use the coupon code GITGUTTER for $10 off |
22+
| |
23+
+------------------------------------------------+
24+
25+
🏅 ⭐ ES6 ⭐
26+
27+
👉 ES6.io/friend/GITGUTTER
28+
29+
🏅 ⭐ Sublime Text Book ⭐
30+
31+
👉 SublimeTextBook.com/friend/GITGUTTER
32+
33+
🏅 ⭐ React For Beginners ⭐
34+
35+
👉 ReactForBeginners.com/friend/GITGUTTER
36+
37+
38+
Join 15,000 other developers already learning with Wes Bos.
39+
40+
These are fantastic resources - 100% money back guarantee! 🌟

release_messages/dest/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.3
1+
1.7.4
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
1.7.4:
2+
------
3+
4+
README:
5+
- Add troubleshooting for GitGutter keeping disabled
6+
7+
Internal:
8+
- Cache global settings as function attribute
9+
- Log the reason for GitGutter to be disabled ("debug": true)
10+
11+
Fix:
12+
- Gutter icons are not displayed in Sublime Text 2

0 commit comments

Comments
 (0)