github gitkraken/vscode-gitlens v6.2.0

latest releases: v14.9.1, v14.9.0, v14.8.2...
6 years ago

Added

  • Adds theming support - vscode themes can now specify GitLens colors as well as directly by using workbench.colorCustomization)
    • Adds gitlens.gutterBackgroundColor themable color
    • Adds gitlens.gutterForegroundColor themable color
    • Adds gitlens.gutterUncommittedForegroundColor themable color
    • Adds gitlens.trailingLineBackgroundColor themable color
    • Adds gitlens.trailingLineForegroundColor themable color
    • Adds gitlens.lineHighlightBackgroundColor themable color
    • Adds gitlens.lineHighlightOverviewRulerColor themable color
  • Adds gitlens.advanced.messages setting to specify which messages should be suppressed

Changed

  • Renames gitlens.theme.annotations.file.gutter.separateLines setting to gitlens.annotations.file.gutter.separateLines
  • Changes from using globalState to use gitlens.advanced.messages setting for message suppression - provides more control and avoids strange intermittent with globalState
  • Changes gitlens.strings.codeLens.unsavedChanges.recentChangeAndAuthors setting default to Unsaved changes (cannot determine recent change or authors)
  • Changes gitlens.strings.codeLens.unsavedChanges.recentChangeOnly setting default to Unsaved changes (cannot determine recent change)
  • Changes gitlens.strings.codeLens.unsavedChanges.authorsOnly setting default to Unsaved changes (cannot determine authors)

Removed

  • Removes gitlens.theme.* settings - now using built-in theme support

Fixed

  • Fixes #211 - Unsaved code lens appears on untracked files
  • Fixes issue where Open * in Remote commands are sometimes missing

Don't miss a new vscode-gitlens release

NewReleases is sending notifications on new releases.