Skip to content

Commit 241e100

Browse files
Prepare and release version 0.11.0
1 parent 994cae1 commit 241e100

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@
88

99
<!--lint disable no-duplicate-headings-->
1010

11+
# 0.11.0
12+
13+
![Release Date: 2019-07-21](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2019-07-21&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.11.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/20) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.11.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/16)
14+
15+
## Features
16+
17+
**Indent guide lines in explorer tree view**#145#147 (⊶ 54b6b205) by [@octref][gh-user-octref]
18+
↠ Added the `tree.indentGuidesStroke` theme key introduced in [VS Code 1.36.0][vsc-rln-1.36] (June 2019) that adds [support for indent guide lines in the tree view][vsc-rln-1.36-igl]. To adapt to Nord's style and ensure it is still distinguishable from the background when hovering with the mouse, the new brightened comment color based on `nord3` ([GH-118][]) is used.
19+
20+
<p align="center"><strong>Before</strong></p>
21+
<p align="center"><img width="60%" src="https://user-images.githubusercontent.com/7836623/61582804-c0532d80-ab2f-11e9-9626-9c95610f0d09.png" /></p>
22+
23+
<p align="center"><strong>After</strong></p>
24+
<p align="center"><img width="60%" src="https://user-images.githubusercontent.com/7836623/61582803-c0532d80-ab2f-11e9-92e4-b801f60092f6.png" /></p>
25+
26+
## Bug Fixes
27+
28+
**Duplicate feature screenshot in README**#141 (⊶ 994cae19) by [@chris78er][gh-user-chris78er]
29+
↠ Renamed the invalid key `editorWidgetBorder` to the valid `editorWidget.border` key.
30+
31+
### Documentation
32+
33+
**Duplicate feature screenshot in README**#140 (⊶ 46cce261)
34+
↠ The second block in the [README's _Features_ section][gh-repo-readme#features] made use of the same screenshot two times like already used in the first block that has been fixed by adding and replacing the screenshot showing Go syntax instead.
35+
1136
# 0.10.0
1237

1338
![Release Date: 2019-06-01](https://img.shields.io/badge/Release_Date-2019--06--01-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.10.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/19) [![Milestone](https://img.shields.io/badge/Milestone-0.10.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/15)
@@ -757,6 +782,7 @@ Detailed information about features, supported languages and install instruction
757782
[ci-travis]: https://travis-ci.org
758783
[eslint-config-arcticicestudio-base]: https://www.npmjs.com/package/eslint-config-arcticicestudio-base
759784
[eslint]: https://eslint.org
785+
[gh-118]: https://github.com/arcticicestudio/nord-visual-studio-code/issues/118
760786
[gh-arcticicestudio/styleguide-git]: https://github.com/arcticicestudio/styleguide-git
761787
[gh-arcticicestudio/styleguide-javascript]: https://github.com/arcticicestudio/styleguide-javascript
762788
[gh-arcticicestudio/styleguide-markdown]: https://github.com/arcticicestudio/styleguide-markdown
@@ -771,6 +797,7 @@ Detailed information about features, supported languages and install instruction
771797
[gh-husky]: https://github.com/typicode/husky
772798
[gh-lint-staged]: https://github.com/okonet/lint-staged
773799
[gh-remark-lint]: https://github.com/remarkjs/remark-lint
800+
[gh-repo-readme#features]: https://github.com/arcticicestudio/nord-visual-studio-code#features
774801
[gh-user-gulshan]: https://github.com/gulshan
775802
[gh-user-kingdaro]: https://github.com/kingdaro
776803
[gh-user-lilyball]: https://github.com/lilyball
@@ -840,3 +867,9 @@ Detailed information about features, supported languages and install instruction
840867
<!--v 0.10.0 -->
841868

842869
[nord-docs#149]: https://github.com/arcticicestudio/nord-docs/issues/149
870+
871+
<!--v 0.11.0 -->
872+
873+
[gh-user-chris78er]: https://github.com/chris78er
874+
[vsc-rln-1.36-igl]: https://code.visualstudio.com/updates/v1_36#_tree-indent-guides
875+
[vsc-rln-1.36]: https://code.visualstudio.com/updates/v1_36

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nord-visual-studio-code",
33
"displayName": "Nord",
44
"description": "An arctic, north-bluish clean and elegant Visual Studio Code theme.",
5-
"version": "0.10.0",
5+
"version": "0.11.0",
66
"publisher": "arcticicestudio",
77
"author": {
88
"name": "Arctic Ice Studio",

0 commit comments

Comments
 (0)