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
Display the source diff
Display the rich diff
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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
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