You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [4.5.0-beta] - 2017-08-27
8
+
### Added
9
+
- Adds an all-new `Git File History` explorer to the Explorer activity -- enabled via `"gitlens.insiders": true`
10
+
- Shows the commit history of the active file -- automatically tracks the active editor
11
+
- Provides toolbar buttons to `Refresh`
12
+
- Provides a context menu with `Open Changes`, `Compare File with Working Tree`, `Open File`, `Open File Revision`, `Open File in Remote`, `Open File Revision in Remote`, and `Show Commit Details` commands
13
+
- Adds a `No stashed changes` message to the `Git Stashes` explorer when there are no stashes
14
+
- Adds `${filePath}` token to file formatting
15
+
16
+
### Changed
17
+
- Changes `gitlens.stashExplorer.stashFileFormat` setting to defaults to `${filePath}` for better separator handling
18
+
7
19
## [4.4.1] - 2017-08-23
8
20
## Fixed
9
21
- Fixes [#114](https://github.com/eamodio/vscode-gitlens/issues/114) - Stylus files makes code lens freak out
@@ -21,7 +33,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
21
33
22
34
## Removed
23
35
- Removes unneeded `gitlens.stashExplorer.enabled` configuration setting since users can add or remove custom views natively now
24
-
- Removes unneeded `Toggle Git Stashed Explorer` command (`gitlens.stashExplorer.toggle`) since users can add or remove custom views natively now
36
+
- Removes unneeded `Toggle Git Stashes Explorer` command (`gitlens.stashExplorer.toggle`) since users can add or remove custom views natively now
25
37
- Removes the `gitlens.theme.annotations.file.hover.separateLines` configuration setting
26
38
27
39
## Fixed
@@ -44,7 +56,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
44
56
## [4.3.1] - 2017-07-03
45
57
## Added
46
58
- Adds `gitlens.stashExplorer.enabled` setting to specify whether or not to show the `Git Stashes` explorer
47
-
- Adds `Toggle Git Stashed Explorer` command (`gitlens.stashExplorer.toggle`) - toggles the `Git Stashes` explorer on and off
59
+
- Adds `Toggle Git Stashes Explorer` command (`gitlens.stashExplorer.toggle`) - toggles the `Git Stashes` explorer on and off
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,10 @@ GitLens provides an unobtrusive blame annotation at the end of the current line,
113
113
114
114
- Adds a [customizable](#git-file-history-explorer-settings)`Git File History` explorer to the Explorer activity -- currently [insiders](#insiders) only
115
115
116
+
- Shows the commit history of the active file -- automatically tracks the active editor
117
+
- Provides toolbar buttons to `Refresh`
118
+
- Provides a context menu with `Open Changes`, `Compare File with Working Tree`, `Open File`, `Open File Revision`, `Open File in Remote`, `Open File Revision in Remote`, and `Show Commit Details` commands
119
+
116
120
- Adds a [customizable](#git-stashes-explorer-settings)`Git Stashes` explorer to the Explorer activity
0 commit comments