Vscode Gitlens: v13.0.0 Release

Release date:
October 17, 2022
Previous version:
v12.2.2 (released September 6, 2022)
Magnitude:
19,565 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

223 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored September 30, 2022
Authored October 6, 2022
Authored September 14, 2022
Authored October 13, 2022
Authored September 11, 2022
Authored September 19, 2022
Authored September 27, 2022
Authored October 17, 2022
Authored September 23, 2022
Authored October 13, 2022
Authored October 15, 2022
Authored September 8, 2022
Authored September 28, 2022
Authored October 14, 2022
Authored September 28, 2022
Authored September 26, 2022
Authored October 12, 2022
Authored October 6, 2022
Authored October 3, 2022
Authored October 7, 2022
Authored October 17, 2022
Authored September 20, 2022
Authored September 25, 2022
Authored September 28, 2022
Authored September 14, 2022
Authored October 14, 2022
Authored October 6, 2022
Authored September 15, 2022
Authored September 22, 2022
Authored September 15, 2022
Authored September 23, 2022

Top Contributors in v13.0.0

eamodio
d13
ericf-axosoft
axosoft-ramint
miggy-e

Directory Browser for v13.0.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Added

  • ✨ All GitLens+ features on public and local repos are now available to everyone — no account required!
    • We are excited to bring the power of GitLens+ features to more people without gates
  • ✨ Commit Graph is out of preview!
    • Contextual right-click menus with popular actions for commits, branches, tags, and authors
    • Double-click on a branch or tag to quickly switch your working tree to it
    • Rich search features to find exactly what you're looking for:
    • Powerful filters to search by commit, message, author, a changed file or files, or even a specific code change
    • Searches look at ALL commits in a respository, not just what's shown in the graph
    • PR support for connected rich integrations (GitHub/GitLab)
    • Significant performance improvements when opening the graph and loading in additional commits
    • Personalization of your graph experience
    • Show and hide remotes, branches, tags, and columns
    • Settings UI for easy fine-grain control over advanced settings
    • And so much more!
  • Adds an all-new GitLens Home view to help you get started with GitLens and GitLens+ features
  • Adds autolinks and improves formatting of the commit message in the Commit Details view
  • Adds View as Tree toggle option for changed files in the Commit Details view
  • Adds an Open in Commit Graph action to branches, commits, stashes, and tags in GitLens views, hovers, and commit quick pick menus
  • Adds a Reveal in Side Bar action to hovers

Changed

  • Changes the Show Commit action in the hovers to Open Details and opens the Commit Details view

Fixed

  • Fixes #2203 - Autolinks missing under commit details
  • Fixes #2230 - j and k are inverted in ascending rebase order
  • Fixes #2195 - Cannot open new files from commit details
  • Fixes Commit Details view showing incorrect diffs for certain commits
  • Fixes Commit Details view showing incorrect actions for uncommitted changes
  • Fixes prioritization of multiple PRs associated with the same commit to choose a merged PR over others
  • Fixes Graph not showing account banners when access is not allowed and trial banners were previously dismissed