Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnamsons committed Apr 9, 2020
1 parent ddcceb3 commit f468210
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [1.2.0] - 2020-04-09

- Fix command palette syntax highlighting after VSCode 1.44 update([#14](https://github.com/dnamsons/Kimbie-Dark-Plus/pull/14))
- Fix default scope getting overwritten for some punctiation types([#13](https://github.com/dnamsons/Kimbie-Dark-Plus/pull/13))
- Add syntax highlighting for YARD docs([#12](https://github.com/dnamsons/Kimbie-Dark-Plus/pull/12))
- Custom color for rust-analyzer inlay hint([#11](https://github.com/dnamsons/Kimbie-Dark-Plus/pull/11))
- Syntax coloring to inheritance symbol([#10](https://github.com/dnamsons/Kimbie-Dark-Plus/pull/10))

## [1.1.0] - 2020-02-01

- Changed syntax coloring for inherited classes([#7](https://github.com/dnamsons/Kimbie-Dark-Plus/pull/8))
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": "kimbie-dark-plus",
"displayName": "Kimbie Dark+",
"description": "Kimbie Dark improved",
"version": "1.1.0",
"version": "1.2.0",
"author": "Dāvis Namsons",
"publisher": "dnamsons",
"license": "Creative Commons Attribution-ShareAlike 4.0 Unported",
Expand Down

0 comments on commit f468210

Please sign in to comment.