release: 1.0.2

This commit is contained in:
Mattia Astorino 2017-07-25 09:28:55 +02:00
parent 0900c30a7e
commit 686c6b0c24
3 changed files with 15 additions and 2 deletions

View file

@ -1,3 +1,15 @@
<a name="1.0.2"></a>
## [1.0.2](https://github.com/equinusocio/vsc-material-theme/compare/v1.0.1...v1.0.2) (2017-07-25)
### Bug Fixes
* Fix squiggles visibility ([328832a](https://github.com/equinusocio/vsc-material-theme/commit/328832a)), closes [#70](https://github.com/equinusocio/vsc-material-theme/issues/70)
* Fixes an issues with the old settings "materialTheme.cache.workbench.accent". ([1eb3645](https://github.com/equinusocio/vsc-material-theme/commit/1eb3645))
* Fixes an unhandled undefined, which causes theme to break (issue [#69](https://github.com/equinusocio/vsc-material-theme/issues/69)). ([d7320fb](https://github.com/equinusocio/vsc-material-theme/commit/d7320fb))
<a name="1.0.1"></a> <a name="1.0.1"></a>
## [1.0.1](https://github.com/equinusocio/vsc-material-theme/compare/v1.0.0...v1.0.1) (2017-07-24) ## [1.0.1](https://github.com/equinusocio/vsc-material-theme/compare/v1.0.0...v1.0.1) (2017-07-24)
@ -10,6 +22,7 @@
* Fix editor marker navigation color ([02020bb](https://github.com/equinusocio/vsc-material-theme/commit/02020bb)) * Fix editor marker navigation color ([02020bb](https://github.com/equinusocio/vsc-material-theme/commit/02020bb))
* Fix notification bar badge colors ([317289a](https://github.com/equinusocio/vsc-material-theme/commit/317289a)) * Fix notification bar badge colors ([317289a](https://github.com/equinusocio/vsc-material-theme/commit/317289a))
* Fix python special var parameter color ([5d3c9ec](https://github.com/equinusocio/vsc-material-theme/commit/5d3c9ec)), closes [#57](https://github.com/equinusocio/vsc-material-theme/issues/57) * Fix python special var parameter color ([5d3c9ec](https://github.com/equinusocio/vsc-material-theme/commit/5d3c9ec)), closes [#57](https://github.com/equinusocio/vsc-material-theme/issues/57)
* Fix theme variants and settings reload ([1d91938](https://github.com/equinusocio/vsc-material-theme/commit/1d91938))
* Improve workbench theme and colors ([7be85e6](https://github.com/equinusocio/vsc-material-theme/commit/7be85e6)) * Improve workbench theme and colors ([7be85e6](https://github.com/equinusocio/vsc-material-theme/commit/7be85e6))

View file

@ -2,7 +2,7 @@
"name": "vsc-material-theme", "name": "vsc-material-theme",
"displayName": "Material Theme", "displayName": "Material Theme",
"description": "The most epic theme now for Visual Studio Code", "description": "The most epic theme now for Visual Studio Code",
"version": "1.0.1", "version": "1.0.2",
"publisher": "Equinusocio", "publisher": "Equinusocio",
"license": "Apache-2.0", "license": "Apache-2.0",
"icon": "logo.png", "icon": "logo.png",

File diff suppressed because one or more lines are too long