release: 0.0.8
This commit is contained in:
parent
c3c42d4d06
commit
094bb68bb2
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<a name="0.0.7"></a>
|
<a name="0.0.8"></a>
|
||||||
## 0.0.7 (2017-02-26)
|
## 0.0.8 (2017-04-11)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -12,6 +12,7 @@
|
||||||
* Fix var hover background ([a471a2a](https://github.com/equinusocio/vsc-material-theme/commit/a471a2a))
|
* Fix var hover background ([a471a2a](https://github.com/equinusocio/vsc-material-theme/commit/a471a2a))
|
||||||
* Update json icon ([2793178](https://github.com/equinusocio/vsc-material-theme/commit/2793178))
|
* Update json icon ([2793178](https://github.com/equinusocio/vsc-material-theme/commit/2793178))
|
||||||
* Update some file icons ([88b4739](https://github.com/equinusocio/vsc-material-theme/commit/88b4739))
|
* Update some file icons ([88b4739](https://github.com/equinusocio/vsc-material-theme/commit/88b4739))
|
||||||
|
* **Icons:** Fix .ts and def ts icons ([e8e9b49](https://github.com/equinusocio/vsc-material-theme/commit/e8e9b49)), closes [#10](https://github.com/equinusocio/vsc-material-theme/issues/10)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -21,6 +22,7 @@
|
||||||
* first beta release ([262097f](https://github.com/equinusocio/vsc-material-theme/commit/262097f))
|
* first beta release ([262097f](https://github.com/equinusocio/vsc-material-theme/commit/262097f))
|
||||||
* **Icons:** Add new filetype icons ([50debfe](https://github.com/equinusocio/vsc-material-theme/commit/50debfe))
|
* **Icons:** Add new filetype icons ([50debfe](https://github.com/equinusocio/vsc-material-theme/commit/50debfe))
|
||||||
* **Icons:** Add new icons ([d02f2fe](https://github.com/equinusocio/vsc-material-theme/commit/d02f2fe))
|
* **Icons:** Add new icons ([d02f2fe](https://github.com/equinusocio/vsc-material-theme/commit/d02f2fe))
|
||||||
|
* first full theme implementation (wip) ([6434f44](https://github.com/equinusocio/vsc-material-theme/commit/6434f44))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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": "0.0.7",
|
"version": "0.0.8",
|
||||||
"publisher": "Equinusocio",
|
"publisher": "Equinusocio",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
|
|
Loading…
Reference in a new issue