88
99<!-- lint disable no-duplicate-headings no-duplicate-headings-in-section-->
1010
11+ # 0.17.1
12+
13+ ![ Release Date: 2021-06-23] ( https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2021-06-23&colorA=4c566a&colorB=88c0d0 ) [ ![ Project Board] ( https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.17.1&colorA=4c566a&colorB=88c0d0 )] ( https://github.com/arcticicestudio/nord-visual-studio-code/projects/28 ) [ ![ Milestone] ( https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.17.1&colorA=4c566a&colorB=88c0d0 )] ( https://github.com/arcticicestudio/nord-visual-studio-code/milestone/24 )
14+
15+ ⇅ [ Show all commits] [ gh-compare-tag-v0.17.0_v0.17.1 ]
16+
17+ This release version includes a small bug fix, introduced [ version 0.17.0] ( #0170 ) , for the background color of input lists in focused state.
18+
19+ ## Bug Fixes
20+
21+ <details >
22+ <summary ><strong >Invalid quick input list background for focused state</strong > — #219 ⇄ #220 (⊶ 280ae189)</summary >
23+
24+ ↠ In #206 the [ deprecated ` list.focusBackground ` color token] [ vsc-rln-1.54#listtree-ui ] was replaced by the new ` quickInputList.focusBackground ` token, but somehow in #215 (while resolving merge conflicts) the value was changed to use a alpha layer value of 60%. This is not intended was should use ` nord8 ` instead without any transparency.
25+
26+ <h3 align =" center " >Before</h3 >
27+ <div align =" center " >
28+ <img src =" https://user-images.githubusercontent.com/7836623/123047579-bdd56e80-d3fd-11eb-9467-faa1275d50f3.png " width =" 75% " />
29+ </div >
30+
31+ <h3 align =" center " >After</h3 >
32+ <div align =" center " >
33+ <img src =" https://user-images.githubusercontent.com/7836623/122639074-1522c880-d0f8-11eb-9e9e-ac5acd219e99.png " width =" 75% " />
34+ </div >
35+
36+ </details >
37+
1138# 0.17.0
1239
1340![ Release Date: 2021-06-22] ( https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2021-06-22&colorA=4c566a&colorB=88c0d0 ) [ ![ Project Board] ( https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.17.0&colorA=4c566a&colorB=88c0d0 )] ( https://github.com/arcticicestudio/nord-visual-studio-code/projects/27 ) [ ![ Milestone] ( https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.17.0&colorA=4c566a&colorB=88c0d0 )] ( https://github.com/arcticicestudio/nord-visual-studio-code/milestone/23 )
@@ -1258,6 +1285,7 @@ Detailed information about features, supported languages and install instruction
12581285[ prettier ] : https://prettier.io
12591286[ typescript ] : https://www.typescriptlang.org
12601287[ vsc-rln-1.46 ] : https://code.visualstudio.com/updates/v1_46
1288+ [ vsc-rln-1.54#listtree-ui ] : https://code.visualstudio.com/updates/v1_54#_updated-listtree-ui
12611289[ vsc-rln-1.57 ] : https://code.visualstudio.com/updates/v1_57
12621290[ vsce ] : https://github.com/Microsoft/vscode-vsce
12631291[ vscode-docs-approved-badges ] : https://code.visualstudio.com/docs/extensionAPI/extension-manifest#_approved-badges
@@ -1370,7 +1398,7 @@ Detailed information about features, supported languages and install instruction
13701398[ vsc-rln-1.46#debug_console_tokens ] : https://code.visualstudio.com/updates/v1_46#_new-debug-console-theme-colors
13711399[ vsc-rln-1.57#quick-pick-suggest-widget-color ] : https://code.visualstudio.com/updates/v1_57#_updated-quick-pick-suggest-widget-color
13721400
1373- <!-- v0.16 .0 -->
1401+ <!-- v0.17 .0 -->
13741402
13751403[ gh-compare-tag-v0.16.0_v0.17.0 ] : https://github.com/arcticicestudio/nord-visual-studio-code/compare/v0.16.0...v0.17.0
13761404[ vsc-rln-1.46#input-theme-colors ] : https://code.visualstudio.com/updates/v1_46#_new-input-theme-colors
@@ -1381,8 +1409,11 @@ Detailed information about features, supported languages and install instruction
13811409[ vsc-rln-1.52#sash-hover-border-color ] : https://code.visualstudio.com/updates/v1_52#_sash-hover-border-color
13821410[ vsc-rln-1.52#ui-improvements ] : https://code.visualstudio.com/updates/v1_52#_ui-improvements
13831411[ vsc-rln-1.54 ] : https://code.visualstudio.com/updates/v1_54
1384- [ vsc-rln-1.54#listtree-ui ] : https://code.visualstudio.com/updates/v1_54#_updated-listtree-ui
13851412[ vsc-rln-1.56 ] : https://code.visualstudio.com/updates/v1_56
13861413[ vsc-rln-1.56#custom-dialogs ] : https://code.visualstudio.com/updates/v1_56#_updated-custom-dialogs
13871414[ vsc-rln-1.56#keybinding-label-colors ] : https://code.visualstudio.com/updates/v1_56#_keybinding-label-colors
13881415[ vsc-rln-1.57#theme-colors-inline-values ] : https://code.visualstudio.com/updates/v1_57#_new-theme-colors-for-inline-values
1416+
1417+ <!-- v0.17.1 -->
1418+
1419+ [ gh-compare-tag-v0.17.0_v0.17.1 ] : https://github.com/arcticicestudio/nord-visual-studio-code/compare/v0.17.0...v0.17.1
0 commit comments