Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Sep 23, 2017
1 parent f4f575c commit 9d7aa1c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,41 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.0] - 2017-09-23
## Added
- Added themes
- Brush Trees Dark
- Brush Trees Light
- Gruvbox dark, pale Light
- Mellow Purple Dark
- Mellow Purple Light
- Mexico Dark
- One Dark

## Changed
- The following themes should not have been made into a dark or light counterpart so they are just one theme now
- Github
- Rebecca

## Removed
- Visual Studio Blue Dark
- Visual Studio Blue Light

## Fixed
- Updated and fixed the generate theme scripts as well as automated the process.
- The following themes were fixed because of this (this changes was prompted by https://github.com/golf1052/base16-generator/issues/3)
- Cupcake Dark is now correctly dark
- Cupcake Light is now correctly light
- Cupertino Dark is now correctly dark
- Cupertino Light is now correctly light
- Shapeshifter Dark is now correctly dark
- Shapeshifter Light is now correctly light
- Tomorrow Dark is now correctly dark
- Tomorrow Light is now correctly light

## [1.1.1] - 2017-09-06
### Fixed
- Marked Base16 Twilight Dark as a "dark" theme, it was incorrectly marked as "light".
- Marked Base16 Twilight Dark as a "dark" theme, it was incorrectly marked as "light". (see https://github.com/golf1052/base16-generator/issues/2)

## [1.1.0] - 2017-07-29
### Added
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": "base16-generator",
"displayName": "Base16 Theme Generator",
"description": "All Base16 themes available on the fly",
"version": "1.1.1",
"version": "1.2.0",
"publisher": "golf1052",
"keywords": [
"base16"
Expand Down

0 comments on commit 9d7aa1c

Please sign in to comment.