|
| 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