Skip to content

Commit 2bda14c

Browse files
committed
Cut 1.8.0
1 parent 1d30afc commit 2bda14c

File tree

4 files changed

+78
-29
lines changed

4 files changed

+78
-29
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0-rc.2
1+
1.8.0

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"1.7.7": "messages/1.7.7.txt",
2727
"1.7.8": "messages/1.7.8.txt",
2828
"1.7.9": "messages/1.7.9.txt",
29+
"1.8.0": "messages/1.8.0.txt",
2930
"1.8.0-rc.1": "messages/1.8.0-rc.1.txt",
3031
"1.8.0-rc.2": "messages/1.8.0-rc.2.txt",
3132
"install": "messages/install.txt"

messages/1.8.0-rc.2.txt

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,3 @@
33

44
Fix:
55
- Regression causing an exception on untracked/ignored files
6-
7-
8-
💛 Git Gutter? Want to support development?
9-
10-
I've teamed up with Wes Bos to offer the following discounts:
11-
12-
+------------------------------------------------+
13-
| |
14-
| Use the coupon code GITGUTTER for $10 off |
15-
| |
16-
+------------------------------------------------+
17-
18-
🏅 ⭐ ES6 ⭐
19-
20-
👉 ES6.io/friend/GITGUTTER
21-
22-
🏅 ⭐ Sublime Text Book ⭐
23-
24-
👉 SublimeTextBook.com/friend/GITGUTTER
25-
26-
🏅 ⭐ React For Beginners ⭐
27-
28-
👉 ReactForBeginners.com/friend/GITGUTTER
29-
30-
31-
Join 15,000 other developers already learning with Wes Bos.
32-
33-
These are fantastic resources - 100% money back guarantee! 🌟

messages/1.8.0.txt

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
1.8.0:
2+
======
3+
4+
A N N O U N C E M E N T
5+
6+
This pre-release adds enables usage of Windows Subsystem for Linux (WSL).
7+
8+
To enable WSL just setup a unix-like path in the "git_binary" setting.
9+
10+
"git_binary": "/usr/bin/git"
11+
12+
Known Issues:
13+
1. Git via WSL runs 2 to 3 times slower than Git for Windows, which may
14+
cause some reasonable delayes here and there.
15+
2. The WSL seems to have some issues with passing long texts through the
16+
stdio interface. The content is simply truncated sometimes. This issue
17+
is worked around by reading the commited file content directly into the
18+
cache file, but the result of a `git diff` may still be truncated on
19+
large files. So GitGutter may not see some of the changes in a file.
20+
21+
This WSL issue which can't be fixed by GitGutter at the moment.
22+
23+
---------------------------------------------------------------------------
24+
25+
C H A N G E L O G
26+
27+
Enhancement:
28+
- Sort settings by categories
29+
- Directly write git cache file to disk
30+
- Improve status bar text rendering
31+
32+
Internal:
33+
- Directly start asynchronous processes
34+
- Create GitGutterViewCache class
35+
- some others ...
36+
37+
Fix:
38+
- Check git version after settings change.
39+
- Always checkout files with LF on any OS.
40+
- Ensure not to leave zombie event listeners
41+
- Don't overwrite global settings in EventListener
42+
- Enable GitGutter via Preferences only.
43+
44+
README:
45+
- Update git_binary settings section
46+
47+
Feature:
48+
- Add WSL support (#500)
49+
50+
51+
💛 Git Gutter? Want to support development?
52+
53+
I've teamed up with Wes Bos to offer the following discounts:
54+
55+
+------------------------------------------------+
56+
| |
57+
| Use the coupon code GITGUTTER for $10 off |
58+
| |
59+
+------------------------------------------------+
60+
61+
🏅 ⭐ ES6 ⭐
62+
63+
👉 ES6.io/friend/GITGUTTER
64+
65+
🏅 ⭐ Sublime Text Book ⭐
66+
67+
👉 SublimeTextBook.com/friend/GITGUTTER
68+
69+
🏅 ⭐ React For Beginners ⭐
70+
71+
👉 ReactForBeginners.com/friend/GITGUTTER
72+
73+
74+
Join 15,000 other developers already learning with Wes Bos.
75+
76+
These are fantastic resources - 100% money back guarantee! 🌟

0 commit comments

Comments
 (0)