Vscode Gitlens: v13.0.2 Release

Release date:
October 17, 2022
Previous version:
v13.0.1 (released October 17, 2022)
Magnitude:
5 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v13.0.2

eamodio

Directory Browser for v13.0.2

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