diff --git a/CHANGELOG.md b/CHANGELOG.md index da62766..b6ca1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [9.7.4] - 2019-05-15 ## Added @@ -23,7 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Fixes issues with the _Show More Actions_ button on the _Details_ hover not working with renamed files - Fixes issues with the _Open File_, _Open Files_, _Open All Changes with Working Tree_, and _Apply Changes_ commands in the views not working with renamed files -- Fixes issues with the _Open File_, _Open Files_, and _Apply Changes_ command in the quick pick menus not working with renamed files +- Fixes issues with the _Open File_, _Open Files_, and _Apply Changes_ commands in the quick pick menus not working with renamed files - Fixes issues with the _Show Stashed Changes_ (`gitlens.showQuickStashList`) command and multiple repositories ## [9.7.3] - 2019-05-11 @@ -2879,6 +2879,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Initial release but still heavily a work in progress. +[9.7.4]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.3...eamodio:v9.7.4 +[9.7.3]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.2...eamodio:v9.7.3 +[9.7.2]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.1...eamodio:v9.7.2 +[9.7.1]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.0...eamodio:v9.7.1 +[9.7.0]: https://github.com/eamodio/vscode-gitlens/compare/v9.6.3...eamodio:v9.7.0 [9.6.3]: https://github.com/eamodio/vscode-gitlens/compare/v9.6.2...eamodio:v9.6.3 [9.6.2]: https://github.com/eamodio/vscode-gitlens/compare/v9.6.1...eamodio:v9.6.2 [9.6.1]: https://github.com/eamodio/vscode-gitlens/compare/v9.6.0...eamodio:v9.6.1 diff --git a/README.md b/README.md index fdf4857..0274c59 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ The repositories view provides the following features, - **Branches** — lists the local branches in the repository - An inline toolbar provides quick access to the _Open Branches on Remote_ (if available) command - - Provides the name of each branch, an indicator (check-mark) of the branch is the current one, and [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows its remote tracking branch and status (if available) + - Provides the name of each branch, an indicator (check-mark) if the branch is the current one, and [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows its remote tracking branch and status (if available) - Indicator dots on each branch icon denote the following: - _None_ — no upstream or up-to-date with the upstream - _Green_ — ahead of the upstream @@ -318,7 +318,7 @@ The repositories view provides the following features, - **Incoming Activity** — lists the recent incoming activity (merges and pulls) to your local repository (experimental, enabled via `"gitlens.insiders": true`) - - Provides the activity command, branch (if available), and date + - Provides the command, branch (if available), and date of each activity - A context menu provides access to the _Refresh_ command - Each activity expands to list the commits added by the command - An inline toolbar provides quick access to the _Compare with HEAD_ (`alt-click` for _Compare with Working Tree_), _Copy Commit ID to Clipboard_ (`alt-click` for _Copy Commit Message to Clipboard_), and _Open Commit on Remote_ (if available) commands @@ -329,7 +329,7 @@ The repositories view provides the following features, - **Remotes** — lists the remotes in the repository - - Provides the name of each remote, an indicator of the direction of the remote (fetch, push, both), remote service (if applicable), and repository path + - Provides the name of each remote, an indicator of the remote's direction (fetch, push, both), remote service (if applicable), and repository path - An inline toolbar provides quick access to the _Fetch_, and _Open Repository on Remote_ (if available) commands - A context menu provides access to more common repository and remote commands - Each remote expands to list its remote branches @@ -338,7 +338,7 @@ The repositories view provides the following features, - **Stashes** — lists the stashed changes in the repository - An inline toolbar provides quick access to the _Stash All Changes_, and _Apply Stash Changes_ commands - - Provides the name of each stashed changes, the date, and an indicator (+x ~x -x) of the changes + - Provides the name of each set of stashed changes, the date, and an indicator (+x ~x -x) of the changes - An inline toolbar provides quick access to the _Compare with HEAD_ (`alt-click` for _Compare with Working Tree_), _Apply Stashed Changes_, and _Delete Stashed Changes_ commands - A context menu provides access to more common stashed changes commands - Each stashed changes expands to list the set of stashed files, complete with status indicators for adds, changes, renames, and deletes diff --git a/package.json b/package.json index e0b5775..4555bc5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitlens", "displayName": "GitLens — Git supercharged", "description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more", - "version": "9.7.3", + "version": "9.7.4", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com" diff --git a/src/webviews/apps/scss/main.scss b/src/webviews/apps/scss/main.scss index 120b0ab..fa85cb0 100644 --- a/src/webviews/apps/scss/main.scss +++ b/src/webviews/apps/scss/main.scss @@ -404,7 +404,8 @@ ul { } .about { - font-size: 1em; + font-size: 1.2em; + font-weight: 200; color: var(--color-foreground--75); margin: 3em 1em; diff --git a/src/webviews/apps/welcome/index.html b/src/webviews/apps/welcome/index.html index ce55be1..023bb8b 100644 --- a/src/webviews/apps/welcome/index.html +++ b/src/webviews/apps/welcome/index.html @@ -105,7 +105,7 @@

- What's New in GitLens 9 + What's New in GitLens 9.7

See the @@ -130,10 +130,143 @@