Skip to content

Commit

Permalink
Prepare stable development release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Aug 7, 2017
1 parent b50880d commit 61f4003
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@

---

# 0.5.0
<details>
<summary>Version Details</summary>
<p>
Release Date: <em>2017-08-07</em>
<a href="https://github.com/arcticicestudio/nord-visual-studio-code/milestone/6">Milestone</a>
<a href="https://github.com/arcticicestudio/nord-visual-studio-code/projects/8">Project Board</a>
</p>
</details>

## Features
### UI
❯ Added support for new workbench theme features for notification styles introduced in VS Code 1.14. Buttons of notifications now using specific setting keys instead of the generic `button.*` and the notification level badges are now also customized using the associated setting keys. (#34 in PR #36, @ajitid)

![scrot-feature-ui-notification](https://user-images.githubusercontent.com/7836623/28993120-5430d896-79ae-11e7-8025-c8526db2641e.png)

![scrot-feature-ui-notification-error](https://user-images.githubusercontent.com/7836623/28993116-4c978dbe-79ae-11e7-82f7-cd4d09d43be1.png)

![scrot-feature-ui-notification-info](https://user-images.githubusercontent.com/7836623/28993117-4cafc97e-79ae-11e7-8221-b8b4ff7c9c68.png)

![scrot-feature-ui-notification-warning](https://user-images.githubusercontent.com/7836623/28993118-4cb2bb8e-79ae-11e7-8219-7630d9e2d5a8.png)

## Improvements
### UI
❯ The foreground color for *CodeLenses* (hints to show references in the code for a specific variable/constant/entity) have been adjusted to match comments, to make it less disturbing and to distinguish it from the actual code. (#33 in PR #37, @yurlovm)

# 0.4.2
<details>
<summary>Version Details</summary>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ ext install nord-visual-studio-code
```

#### <img src="https://marketplace.visualstudio.com/favicon.ico" width=16 height=16/> [Packaged VSIX Extension](https://code.visualstudio.com/docs/extensions/install-extension#_install-from-a-vsix)
[Download](https://github.com/arcticicestudio/nord-visual-studio-code/releases/latest) the latest [`nord-visual-studio-code-0.4.2.vsix`](https://github.com/arcticicestudio/nord-visual-studio-code/releases/download/v0.4.2/nord-visual-studio-code-0.4.2.vsix) file from the GitHub repository and install it from the command line
[Download](https://github.com/arcticicestudio/nord-visual-studio-code/releases/latest) the latest [`nord-visual-studio-code-0.5.0.vsix`](https://github.com/arcticicestudio/nord-visual-studio-code/releases/download/v0.5.0/nord-visual-studio-code-0.5.0.vsix) file from the GitHub repository and install it from the command line
```shell
code --install-extension nord-visual-studio-code-0.4.2.vsix
code --install-extension nord-visual-studio-code-0.5.0.vsix
```
or from within VS Code by launching *Quick Open* and running the *Install from VSIX...* command.

Expand Down Expand Up @@ -114,7 +114,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
![][scrot-lang-yaml]

## Development
[![](https://img.shields.io/badge/Changelog-0.4.2-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-visual-studio-code/blob/v0.4.2/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver)
[![](https://img.shields.io/badge/Changelog-0.5.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-visual-studio-code/blob/v0.5.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver)

### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-visual-studio-code/issues).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nord-visual-studio-code",
"displayName": "Nord",
"description": "An arctic, north-bluish clean and elegant Visual Studio Code theme.",
"version": "0.4.2",
"version": "0.5.0",
"publisher": "arcticicestudio",
"author": {
"name": "Arctic Ice Studio",
Expand Down

0 comments on commit 61f4003

Please sign in to comment.