Kaynağa Gözat

Preps v9.8.4

main
Eric Amodio 5 yıl önce
ebeveyn
işleme
44b066dc62
4 değiştirilmiş dosya ile 30 ekleme ve 7 silme
  1. +1
    -1
      CHANGELOG.md
  2. +4
    -4
      package-lock.json
  3. +2
    -2
      package.json
  4. +23
    -0
      src/webviews/apps/welcome/index.html

+ 1
- 1
CHANGELOG.md Dosyayı Görüntüle

@ -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/).
## [Unreleased]
## [9.8.4] - 2019-07-10
### Added

+ 4
- 4
package-lock.json Dosyayı Görüntüle

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "9.8.2",
"version": "9.8.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -5922,9 +5922,9 @@
"dev": true
},
"lodash-es": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.11.tgz",
"integrity": "sha512-DHb1ub+rMjjrxqlB3H56/6MXtm1lSksDp2rA2cNWjG8mlDUYFhUj3Di2Zn5IwSU87xLv8tNIQ7sSwE/YOX/D/Q=="
"version": "4.17.14",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.14.tgz",
"integrity": "sha512-7zchRrGa8UZXjD/4ivUWP1867jDkhzTG2c/uj739utSd7O/pFFdxspCemIFKEEjErbcqRzn8nKnGsi7mvTgRPA=="
},
"lodash.map": {
"version": "4.6.0",

+ 2
- 2
package.json Dosyayı Görüntüle

@ -2,7 +2,7 @@
"name": "gitlens",
"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",
"version": "9.8.3",
"version": "9.8.4",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@ -5323,7 +5323,7 @@
"dependencies": {
"dayjs": "1.8.15",
"iconv-lite": "0.5.0",
"lodash-es": "4.17.11",
"lodash-es": "4.17.14",
"vsls": "0.3.1291"
},
"devDependencies": {

+ 23
- 0
src/webviews/apps/welcome/index.html Dosyayı Görüntüle

@ -130,6 +130,29 @@
<ul class="changelog__list">
<li>
<span class="changelog__badge changelog__badge--version">9.8.4</span>
<span class="changelog__date">JULY &nbsp;2019</span>
<div class="changelog__details"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds
<i>Switch to Two-dot Comparison</i> and
<i>Switch to Three-dot Comparison</i> commands to specify whether to use the
symmetric difference (three-dot) notation or the range (two-dot) notation for the
comparison &mdash; applies to all comparisons in the views
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes the
<i>Switch to Working Tree Comparison</i> and
<i>Switch to Branch Comparison</i> commands to only affect the current comparison,
rather than changing the
<code>gitlens.views.repositories.showBranchComparison</code> setting
<div class="changelog__details changelog__details--list"></div>
</li>
<li class="changelog__list-item--version">
<span class="changelog__badge changelog__badge--version">9.8.3</span>
<span class="changelog__date">JULY &nbsp;2019</span>
<div class="changelog__details"></div>

Yükleniyor…
İptal
Kaydet