Skip to content

Commit 10094c1

Browse files
committed
Cut 1.7.2
1 parent 12324c9 commit 10094c1

File tree

4 files changed

+89
-29
lines changed

4 files changed

+89
-29
lines changed

release_messages/dest/1.7.1.txt

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,3 @@
66
Fix:
77
- git cat-file --filters argument is supported on git 2.11.0+ only (Issue #416)
88
- Support Info is unable to read package version and git version
9-
10-
11-
💛 Git Gutter? Want to support development?
12-
13-
I've teamed up with Wes Bos to offer the following discounts:
14-
15-
+------------------------------------------------+
16-
| |
17-
| Use the coupon code GITGUTTER for $10 off |
18-
| |
19-
+------------------------------------------------+
20-
21-
🏅 ⭐ ES6 ⭐
22-
23-
👉 ES6.io/friend/GITGUTTER
24-
25-
🏅 ⭐ Sublime Text Book ⭐
26-
27-
👉 SublimeTextBook.com/friend/GITGUTTER
28-
29-
🏅 ⭐ React For Beginners ⭐
30-
31-
👉 ReactForBeginners.com/friend/GITGUTTER
32-
33-
34-
Join 15,000 other developers already learning with Wes Bos.
35-
36-
These are fantastic resources - 100% money back guarantee! 🌟

release_messages/dest/1.7.2.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
1.7.2:
2+
------
3+
4+
N O T E
5+
6+
1) Diff Algrorithm
7+
8+
All people who modified the "patience" setting may need to update their user settings.
9+
10+
The "patience" setting is replaced by "diff_algorithm" to allow to set any of the known
11+
diff algorithms ("default", "minimal", "patience", "histogram") to be used by git.
12+
13+
The default value remains "patience".
14+
15+
2) Diff Popup
16+
17+
Please note that mdpopups 2.0.0 was released which requires at least Sublime Text 3124.
18+
Therefore diff popup will no longer work on earlier builts if 2.0.0+ is detected.
19+
20+
21+
Fix:
22+
- Diff popup cuts off start of text (Issue #419)
23+
- Diff popup is not displayed if view is scrolled horizontal.
24+
- Copy text from diff popup fails
25+
- Limit mdpopups usage required for 2.0.0+
26+
27+
Enhancement:
28+
- Call popup creation synchrounous to reduce delay and help avoid fighting with others
29+
- Scroll to beginning of reverted hunk if not in visible region.
30+
- Add support for git diff --histogram algorithm (Issue #422)
31+
32+
33+
💛 Git Gutter? Want to support development?
34+
35+
I've teamed up with Wes Bos to offer the following discounts:
36+
37+
+------------------------------------------------+
38+
| |
39+
| Use the coupon code GITGUTTER for $10 off |
40+
| |
41+
+------------------------------------------------+
42+
43+
🏅 ⭐ ES6 ⭐
44+
45+
👉 ES6.io/friend/GITGUTTER
46+
47+
🏅 ⭐ Sublime Text Book ⭐
48+
49+
👉 SublimeTextBook.com/friend/GITGUTTER
50+
51+
🏅 ⭐ React For Beginners ⭐
52+
53+
👉 ReactForBeginners.com/friend/GITGUTTER
54+
55+
56+
Join 15,000 other developers already learning with Wes Bos.
57+
58+
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.1
1+
1.7.2
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
1.7.2:
2+
------
3+
4+
N O T E
5+
6+
1) Diff Algrorithm
7+
8+
All people who modified the "patience" setting may need to update their user settings.
9+
10+
The "patience" setting is replaced by "diff_algorithm" to allow to set any of the known
11+
diff algorithms ("default", "minimal", "patience", "histogram") to be used by git.
12+
13+
The default value remains "patience".
14+
15+
2) Diff Popup
16+
17+
Please note that mdpopups 2.0.0 was released which requires at least Sublime Text 3124.
18+
Therefore diff popup will no longer work on earlier builts if 2.0.0+ is detected.
19+
20+
21+
Fix:
22+
- Diff popup cuts off start of text (Issue #419)
23+
- Diff popup is not displayed if view is scrolled horizontal.
24+
- Copy text from diff popup fails
25+
- Limit mdpopups usage required for 2.0.0+
26+
27+
Enhancement:
28+
- Call popup creation synchrounous to reduce delay and help avoid fighting with others
29+
- Scroll to beginning of reverted hunk if not in visible region.
30+
- Add support for git diff --histogram algorithm (Issue #422)

0 commit comments

Comments
 (0)