From e7381bfe8fc4e6823e1bbc367474c7d148c685aa Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 17 May 2018 03:16:16 -0400 Subject: [PATCH] Preps v8.3.0 --- CHANGELOG.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d79dd..b218258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added - Adds user-defined modes for quickly toggling between sets of settings - ![mode switch](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-mode-switch.png) + ![mode switch](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-mode-switch.png) - Adds *Switch Mode* command (`gitlens.switchMode`) to quickly switch the active GitLens mode - Adds a built-in *Zen* mode which for a zen-like experience, disables many visual features @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds `gitlens.mode.statusBar.alignment` setting to specify the active GitLens mode alignment in the status bar - Adds modes settings (`gitlens.mode.*`) to the interactive settings editor - ![modes settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-modes-settings.png) + ![modes settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-modes-settings.png) - Adds `gitlens.mode.active` settings to specify the active GitLens mode, if any - Adds `gitlens.modes` setting to specify the user-defined GitLens modes @@ -28,11 +28,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds an icon for the *Compare File with Next Revision* command (`gitlens.diffWithNext`) and moves it into the editor toolbar - Adds menu settings (`gitlens.menus.*`) to the interactive settings editor - ![menu settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-menu-settings.png) + ![menu settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-menu-settings.png) - Adds a display mode dropdown at the top of the interactive settings editor to reduce complexity - ![settings mode](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-settings-mode.png) + ![settings mode](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-settings-mode.png) - Adds `gitlens.settings.mode` setting to specify the display mode of the interactive settings editor - Adds a tree layout option to tags in the *GitLens* explorer — closes [#358](https://github.com/eamodio/vscode-gitlens/issues/358) diff --git a/README.md b/README.md index 2853225..58a6023 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - 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) - Adds user-defined modes for quickly toggling between sets of settings - ![mode switch](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-mode-switch.png) + ![mode switch](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-mode-switch.png) - Adds *Switch Mode* command (`gitlens.switchMode`) to quickly switch the active GitLens mode - Adds a built-in *Zen* mode which for a zen-like experience, disables many visual features @@ -29,7 +29,7 @@ - Adds `gitlens.mode.statusBar.alignment` setting to specify the active GitLens mode alignment in the status bar - Adds modes settings (`gitlens.mode.*`) to the interactive settings editor - ![modes settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-modes-settings.png) + ![modes settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-modes-settings.png) - Adds `gitlens.mode.active` settings to specify the active GitLens mode, if any - Adds `gitlens.modes` setting to specify the user-defined GitLens modes @@ -37,11 +37,11 @@ - Adds an icon for the *Compare File with Next Revision* command (`gitlens.diffWithNext`) and moves it into the editor toolbar - Adds menu settings (`gitlens.menus.*`) to the interactive settings editor - ![menu settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-menu-settings.png) + ![menu settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-menu-settings.png) - Adds a display mode dropdown at the top of the interactive settings editor to reduce complexity - ![settings mode](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/cl-settings-mode.png) + ![settings mode](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/cl-settings-mode.png) - Adds `gitlens.settings.mode` setting to specify the display mode of the interactive settings editor - Adds a tree layout option to tags in the *GitLens* explorer — closes [#358](https://github.com/eamodio/vscode-gitlens/issues/358)