Skip to content

Releases: gitkraken/vscode-gitlens

v3.5.0-beta.2

24 May 17:03
Compare
Choose a tag to compare
v3.5.0-beta.2 Pre-release
Pre-release

Fixed

  • Fixes #40 - Encoding issues
    • Given the limitations of the vscode api, I'm unable to fix all the encoding issues, but many of them should now be squashed
    • files.encoding is now honored for the cases where the encoding cannot currently be gleaned

v3.5.0-beta

23 May 05:32
Compare
Choose a tag to compare
v3.5.0-beta Pre-release
Pre-release

Added

  • Improves performance
    • Reduces the number of git calls on known "untrackables"
    • Caches many more git commands to reduce git command roundtrips and parsing
    • Increases the debounce (delay) on cursor movement to reduce lag when navigating around a file
  • Adds diff information (previous line's code) into the active line hover when the current line is uncommitted
  • Adds gitlens.statusBar.alignment settings to control the alignment of the status bar -- thanks to Zack Schuster (@zackschuster)!
  • Adds Open Branch in Remote command (gitlens.openBranchInRemote) - opens the current branch commits in the supported remote service
  • Adds Open Repository in Remote command (gitlens.openRepoInRemote) - opens the repository in the supported remote service
  • Adds support to the Search commits command (gitlens.showCommitSearch) to work without any active editor
  • Adds commit search pre-population -- if there is an active editor it will use the commit sha of the current line commit, otherwise it will use the current clipboard

Changed

  • Changes the active line hover to only show at the beginning and end of a line if gitlens.blame.annotation.activeLine is both
  • Changes alt+f shortcut to alt+/ for the Search commits command (gitlens.showCommitSearch)
  • Changes alt+right on commit details quick pick menu to execute the Compare File with Previous Commit command (gitlens.diffWithPrevious) when a file is selected
  • Changes alt+right on repository status quick pick menu to execute the Compare File with Previous Commit command (gitlens.diffWithPrevious) when a file is selected
  • Refactors command argument passing to allow for future inclusion into the SCM menus

Fixed

  • Fixes #73 - GitLens doesn't work with Chinese filenames
  • Fixes incorrect file selection from the commit details quick pick menu
  • Fixes incorrect command execution when using "gitlens.statusBar.command": "gitlens.showQuickRepoHistory"
  • Fixes a bunch of issues that were revealed by enabling Typescript strict mode

0.0.4 marketplace release candidate

05 Sep 21:54
Compare
Choose a tag to compare
Pre-release
Changes description to be more generic

0.0.3 preview

01 Sep 01:25
Compare
Choose a tag to compare
0.0.3 preview Pre-release
Pre-release
Removes hard dependency on donjayamanne.githistory

Provides optional additional code lens

0.0.2 preview

31 Aug 09:06
Compare
Choose a tag to compare
0.0.2 preview Pre-release
Pre-release
Preps 0.0.2 release

Initial extension preview

27 Aug 02:50
Compare
Choose a tag to compare
Pre-release
Fixes issues with ^ in a sha

Dynamically pads uri index based on need