Skip to content

Commit e7381bf

Browse files
committed
Preps v8.3.0
1 parent 84df8f3 commit e7381bf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88
### Added
99
- Adds user-defined modes for quickly toggling between sets of settings
1010

11-
![mode switch](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-mode-switch.png)
11+
![mode switch](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-mode-switch.png)
1212

1313
- Adds *Switch Mode* command (`gitlens.switchMode`) to quickly switch the active GitLens mode
1414
- Adds a built-in *Zen* mode which for a zen-like experience, disables many visual features
@@ -20,19 +20,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2020
- Adds `gitlens.mode.statusBar.alignment` setting to specify the active GitLens mode alignment in the status bar
2121
- Adds modes settings (`gitlens.mode.*`) to the interactive settings editor
2222

23-
![modes settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-modes-settings.png)
23+
![modes settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-modes-settings.png)
2424

2525
- Adds `gitlens.mode.active` settings to specify the active GitLens mode, if any
2626
- Adds `gitlens.modes` setting to specify the user-defined GitLens modes
2727
- Adds an icon for the *Compare File with Previous Revision* command (`gitlens.diffWithPrevious`) and moves it into the editor toolbar
2828
- Adds an icon for the *Compare File with Next Revision* command (`gitlens.diffWithNext`) and moves it into the editor toolbar
2929
- Adds menu settings (`gitlens.menus.*`) to the interactive settings editor
3030

31-
![menu settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-menu-settings.png)
31+
![menu settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-menu-settings.png)
3232

3333
- Adds a display mode dropdown at the top of the interactive settings editor to reduce complexity
3434

35-
![settings mode](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-settings-mode.png)
35+
![settings mode](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-settings-mode.png)
3636

3737
- Adds `gitlens.settings.mode` setting to specify the display mode of the interactive settings editor
3838
- Adds a tree layout option to tags in the *GitLens* explorer — closes [#358](https://github.com/eamodio/vscode-gitlens/issues/358)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- Moves the *GitLens* explorer, *GitLens History* explorer, and *GitLens Results* explorer under the Source Control activity (in the sidebar) 🎉 — closes [#213](https://github.com/eamodio/vscode-gitlens/issues/213)
1818
- Adds user-defined modes for quickly toggling between sets of settings
1919

20-
![mode switch](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-mode-switch.png)
20+
![mode switch](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-mode-switch.png)
2121

2222
- Adds *Switch Mode* command (`gitlens.switchMode`) to quickly switch the active GitLens mode
2323
- Adds a built-in *Zen* mode which for a zen-like experience, disables many visual features
@@ -29,19 +29,19 @@
2929
- Adds `gitlens.mode.statusBar.alignment` setting to specify the active GitLens mode alignment in the status bar
3030
- Adds modes settings (`gitlens.mode.*`) to the interactive settings editor
3131

32-
![modes settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-modes-settings.png)
32+
![modes settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-modes-settings.png)
3333

3434
- Adds `gitlens.mode.active` settings to specify the active GitLens mode, if any
3535
- Adds `gitlens.modes` setting to specify the user-defined GitLens modes
3636
- Adds an icon for the *Compare File with Previous Revision* command (`gitlens.diffWithPrevious`) and moves it into the editor toolbar
3737
- Adds an icon for the *Compare File with Next Revision* command (`gitlens.diffWithNext`) and moves it into the editor toolbar
3838
- Adds menu settings (`gitlens.menus.*`) to the interactive settings editor
3939

40-
![menu settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-menu-settings.png)
40+
![menu settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-menu-settings.png)
4141

4242
- Adds a display mode dropdown at the top of the interactive settings editor to reduce complexity
4343

44-
![settings mode](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-settings-mode.png)
44+
![settings mode](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-settings-mode.png)
4545

4646
- Adds `gitlens.settings.mode` setting to specify the display mode of the interactive settings editor
4747
- Adds a tree layout option to tags in the *GitLens* explorer — closes [#358](https://github.com/eamodio/vscode-gitlens/issues/358)

0 commit comments

Comments
 (0)