Skip to content

Commit 8d3f778

Browse files
committed
Cut 1.11.5
1 parent 7109ce9 commit 8d3f778

File tree

5 files changed

+49
-41
lines changed

5 files changed

+49
-41
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.4
1+
1.11.5

docs/install.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
It is highly recommended to install GitGutter with [Package Control](https://packagecontrol.io) as it automatically installs required [dependencies](#dependencies) and keeps all packages up to date.
66

7-
1. [Install Package Control](https://packagecontrol.io/installation) if you haven't yet.
8-
2. Open the command palette (<kbd>Ctrl+Shift+P</kbd> for Windows/Linux, <kbd>Cmd+Shift+P</kbd> for Mac OS)
9-
3. Search for _Package Control: Install Package_ and hit <kbd>Enter</kbd>.
10-
4. Type `GitGutter` and press <kbd>Enter</kbd> to install it.
7+
1. [Install Package Control](https://packagecontrol.io/installation) if you haven't yet.
8+
1. Open Command Palette (<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> for Windows/Linux, <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> for Mac OS)
9+
3. Search for _Package Control: Install Package_ and hit <kbd>Enter</kbd>.
10+
4. Type `GitGutter` and press <kbd>Enter</kbd> to install it.
1111

1212

1313
### Pre-Releases
@@ -28,9 +28,9 @@ The _GitGutter-Edge_ package is replaced by [Pre-Releases](#pre-releases).
2828

2929
This change was made ...
3030

31-
1. to avoid issues with functions which depend on the package name.
32-
2. because branch based packages are deprecated by Package Control.
33-
3. to have more control about when to publish new features for testing.
31+
1. to avoid issues with functions which depend on the package name.
32+
2. because branch based packages are deprecated by Package Control.
33+
3. to have more control about when to publish new features for testing.
3434

3535
!!! info "Tip"
3636

@@ -76,11 +76,11 @@ git clone git://github.com/jisaacks/GitGutter.git
7676

7777
Some functions of GitGutter depend on the following external libraries to work properly. They are installed automatically for you by Package Control, so normally don't need to care about. But on setups without Package Control you need to make sure they are installed and available in the global namespace of Sublime Text's python interpreter on your own.
7878

79-
- [markupsafe](https://bitbucket.org/teddy_beer_maniac/sublime-text-dependency-markupsafe)
80-
- [mdpopups](https://github.com/facelessuser/sublime-markdown-popups)
81-
- [pygments](https://github.com/packagecontrol/pygments)
82-
- [python-jinja2](https://bitbucket.org/teddy_beer_maniac/sublime-text-dependency-jinja2)
83-
- [python-markdown](https://github.com/facelessuser/sublime-markdown)
79+
- [markupsafe](https://bitbucket.org/teddy_beer_maniac/sublime-text-dependency-markupsafe)
80+
- [mdpopups](https://github.com/facelessuser/sublime-markdown-popups)
81+
- [pygments](https://github.com/packagecontrol/pygments)
82+
- [python-jinja2](https://bitbucket.org/teddy_beer_maniac/sublime-text-dependency-jinja2)
83+
- [python-markdown](https://github.com/facelessuser/sublime-markdown)
8484

8585
!!! info "Mac OS"
8686

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"1.11.2": "messages/1.11.2.txt",
99
"1.11.3": "messages/1.11.3.txt",
1010
"1.11.4": "messages/1.11.4.txt",
11+
"1.11.5": "messages/1.11.5.txt",
1112
"1.2.0-pre": "messages/1.2.0-pre.txt",
1213
"1.2.1": "messages/1.2.1.txt",
1314
"1.2.2": "messages/1.2.2.txt",

messages/1.11.4.txt

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

44
Fix:
55
- Empty compare target (#560)
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.11.5.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
1.11.5:
2+
3+
Enhancement:
4+
- Use system date template in annotations
5+
6+
Fix:
7+
- Support string values in line annotation settings
8+
9+
10+
💛 Git Gutter? Want to support development?
11+
12+
I've teamed up with Wes Bos to offer the following discounts:
13+
14+
+------------------------------------------------+
15+
| |
16+
| Use the coupon code GITGUTTER for $10 off |
17+
| |
18+
+------------------------------------------------+
19+
20+
🏅 ⭐ ES6 ⭐
21+
22+
👉 ES6.io/friend/GITGUTTER
23+
24+
🏅 ⭐ Sublime Text Book ⭐
25+
26+
👉 SublimeTextBook.com/friend/GITGUTTER
27+
28+
🏅 ⭐ React For Beginners ⭐
29+
30+
👉 ReactForBeginners.com/friend/GITGUTTER
31+
32+
33+
Join 15,000 other developers already learning with Wes Bos.
34+
35+
These are fantastic resources - 100% money back guarantee! 🌟

0 commit comments

Comments
 (0)