Skip to content

Commit

Permalink
ref #20 Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Aug 6, 2018
1 parent 8646f25 commit d21f4df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to "Text Marker (Highlighter)" extension will be documented
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.5.0] - 2018-08-06
### Added
- Auto-scroll window if a new cursor location is out of the visible area. [#20](https://github.com/ryu1kn/vscode-text-marker/issues/20)

## [1.4.0] - 2018-08-05
### Added
- Feature to jump to next/previous location of the same highlight. [#14](https://github.com/ryu1kn/vscode-text-marker/issues/14)
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": "1.4.0",
"version": "1.5.0",
"publisher": "ryu1kn",
"license": "SEE LICENSE IN LICENSE.txt",
"icon": "images/text-marker.png",
Expand Down

0 comments on commit d21f4df

Please sign in to comment.