Skip to content

v4.5.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@eamodio eamodio released this 27 Aug 19:48

Added

  • Adds an all-new Git File History explorer to the Explorer activity -- enabled via "gitlens.insiders": true
    • Shows the commit history of the active file -- automatically tracks the active editor
    • Provides toolbar buttons to Refresh
    • 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
  • Adds a No stashed changes message to the Git Stashes explorer when there are no stashes
  • Adds ${filePath} token to file formatting

Changed

  • Changes gitlens.stashExplorer.stashFileFormat setting to defaults to ${filePath} for better separator handling