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 @@
See the @@ -130,10 +130,143 @@
"gitlens.insiders": true
) —
+ closes
+ #735
+ + Lists the recent incoming activity (merges and pulls) to your local + repository. Provides the command, branch (if available), and date of each + activity +
+gitlens.showQuickStashList
) command
+ and multiple repositories
+
+ - Lists the contributors in the repository, sorted by contributed commits. - Provides the avatar (if enabled), name, and email address of each - contributor -
-gitlens.views.pageItemLimit
setting to specify the number of items to
- show in a each page when paginating a view list. Use 0 to specify no limit
-
- gitlens.hovers.changesDiff
setting to specify whether to show just the
- changes to the line or the set of related changes in the changes (diff) hover
-
- #
— closes
- #690
-
- - This is to improve performance and reduce initial visual overload -
-gitlens.openFileRevisionFrom
) command to
- allow entering references
-
- gitlens.diffWithNext
) command
- when in the diff editor
-
- gitlens.diffWithPrevious
)
- command when in the diff editor
-
- gitlens.diffWithWorking
) command
- when in the diff editor
-
- gitlens.diffHeadWithBranch
)
- command to Compare HEAD with... (gitlens.diffHeadWith
)
-
- gitlens.diffWorkingWithBranch
) command to
- Compare Working Tree with... (gitlens.diffWorkingWith
)
-
- gitlens.diffWithBranch
)
- command to Open Changes with... (gitlens.diffWithRef
)
-
- gitlens.openFileRevisionFromBranch
) command to
- Open Revision from... (gitlens.openFileRevisionFrom
)
-
- gitlens.views.compare.selectForCompare
) command to
- Compare References...
-
- -m
flag from git log
when following renames
- (--follow
), because it returns all merge commits, whether the
- file was changed or not
-
- gitlens.diffLineWithPrevious
) command to follow the line history much
- better
-
- gitlens.views.compare.selectForCompare
)
- from the command palette
-
- mailto:
link to the author on the commit details hover —
- closes
- #642
-
-
- Adds a gitlens.hovers.detailsMarkdownFormat
setting to specify
- the format (in markdown) of the commit details hover
-
${email}
) — closes
- #642
-
- Supported in the following settings: gitlens.blame.format
,
- gitlens.currentLine.format
,
- gitlens.hovers.detailsMarkdownFormat
,
- gitlens.views.commitFormat
,
- gitlens.views.commitDescriptionFormat
,
- gitlens.views.stashFormat
,
- gitlens.views.stashDescriptionFormat
, and
- gitlens.statusBar.format
-
- This avoids having to periodically refresh the repository (which causes all - of its children to re-render) in order to update the relative time -
-- Adds Set as Default and Unset as Default commands to remotes - in the Repositories view -
-- Adds Stage All Changes and Unstage All Changes commands to - folders in the Repositories view -
-- Remembers and restores the last commit search string. Adds a - Search Commits command to the search results inline toolbar. Reopens - the commit search when clicking on a search results without results -
-gitlens.views.repositories.compact
setting to specify whether to show
- the Repositories view in a compact display density — closes
- #571
-
- - * Commits Behind — quickly see and explore the specific commits - behind the upstream (i.e. commits that haven't been pulled) -
-- * Commits Ahead — quickly see and explore the specific commits - ahead of the upstream (i.e. commits that haven't been pushed) -
-alt
-command of the Toggle File Blame Annotations command to be
- the Toggle File Heatmap Annotations command
-
- gitlens.outputLevel
default
-
- - Live Share guests will now have read-only access to GitLens' features, - provided both the host and guest have GitLens installed -
-gitlens:
scheme — closes
- #430
- - Replaces GitLens' internal handling of file revisions, which allows for - better performance, as well as avoiding the use of temp files. It also - provides a much better experience when dealing with file encodings, images, - etc. -
-#
, in addition to branches and tags
- — closes
- #535
-
-