-
Notifications
You must be signed in to change notification settings - Fork 225
/
1.9.0.txt
43 lines (28 loc) · 1.28 KB
/
1.9.0.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
1.9.0:
======
A N N O U N C E M E N T
This release introduces git blame annotations so quickly see who changed
a line. If you don't like it at all, you can disable line annotations
in GitGutter.sublime-settings:
"show_line_annotation": false
or in Preferences.sublime-settings:
"git_gutter_show_line_annotation": false
The line annotation is displayed if word wrap is disabled by default due to some
rendering issues caused by the underlying phantom text.
The blame message is also displayed in the status bar by default.
Both the status bar text and the line annotations can be customized via jinja2
templates. GitGutter therefore provides a couple more variables.
For a more detailed description of the settings, please refer to the documentation.
http://jisaacks.github.io/GitGutter/settings/#line-annotation
---------------------------------------------------------------------------
C H A N G E L O G
README:
- Move Documentation to GitHub Pages
Fix:
- Skip evaluation if rebase is active (Issue #508)
- Increase timeout for git version (#510)
Feature:
- Display git blame message of active line (#487)
Enhancement:
- Print more debugging info
- Add support for diff --ignore-cr-at-eol (requires git 2.18+)