ソースを参照

Bumps to v11.6.0

main
Eric Amodio 3年前
コミット
9973881cd2
2個のファイルの変更4行の追加3行の削除
  1. +3
    -2
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 3
- 2
CHANGELOG.md ファイルの表示

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [11.6.0] - 2021-07-13
### Added ### Added
@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Changed ### Changed
- Dynamically generates hashes and nonces for webview script and style tags for better
- Dynamically generates hashes and nonces for webview `<script>` and `<style>` tags for better security
### Fixed ### Fixed
@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Fixes [#1449](https://github.com/eamodio/vscode-gitlens/issues/1449) - Configured remotes not showing up in quickpick menu when opening commit on remote - Fixes [#1449](https://github.com/eamodio/vscode-gitlens/issues/1449) - Configured remotes not showing up in quickpick menu when opening commit on remote
- Fixes issues where auto-linking of GitHub 3rd party issue links didn't always work - Fixes issues where auto-linking of GitHub 3rd party issue links didn't always work
- Fixes issue with long commit messages on rebase editor - Fixes issue with long commit messages on rebase editor
- Fixes compatibility issue with Live Share
## [11.5.1] - 2021-06-14 ## [11.5.1] - 2021-06-14

+ 1
- 1
package.json ファイルの表示

@ -2,7 +2,7 @@
"name": "gitlens", "name": "gitlens",
"displayName": "GitLens — Git supercharged", "displayName": "GitLens — Git supercharged",
"description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more", "description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more",
"version": "11.5.1",
"version": "11.6.0",
"author": { "author": {
"name": "Eric Amodio", "name": "Eric Amodio",
"email": "eamodio@gmail.com" "email": "eamodio@gmail.com"

読み込み中…
キャンセル
保存