Skip to content

Commit

Permalink
ref #5 Bump up version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Feb 17, 2018
1 parent 383a2a4 commit e230933
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

### 0.11.0: 17 February 2018

* Introduced **Save All Highlights** command. Saved highlights are restored next time you open the editor. ([Issue #5](https://github.com/ryu1kn/vscode-text-marker/issues/5))

### 0.10.1: 14 September 2017

* Fixed the link to the gif animation
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ You can update a highlight rule after you set it.
List of highlights that will get applied when opening editor.
This value is typically set/updated by "**Save All Highlights**" command.

Different levels of settings (user settings, workspace settings) are not merged; so the most specific settings wins.

Sample `savedHighlights`:

```
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": "text-marker",
"displayName": "Text Marker (Highlighter)",
"description": "Select text in your code and mark all matches. The highlight colour is configurable",
"version": "0.10.1",
"version": "0.11.0",
"publisher": "ryu1kn",
"license": "SEE LICENSE IN LICENSE.txt",
"icon": "images/text-marker.png",
Expand Down

0 comments on commit e230933

Please sign in to comment.