From 15448b4d2ae43558f258a63a58d5d4f757656cd6 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Wed, 29 Aug 2018 21:57:07 +0200 Subject: [PATCH] chore(release): 2.4.0 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a8584..1c6bc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [2.4.0](https://github.com/equinusocio/vsc-material-theme/compare/v2.2.0...v2.4.0) (2018-08-29) + + +### Bug Fixes + +* Add .cabal file icon ([846bd9a](https://github.com/equinusocio/vsc-material-theme/commit/846bd9a)) +* Add coldfusion file icon ([8f130d4](https://github.com/equinusocio/vsc-material-theme/commit/8f130d4)), closes [#222](https://github.com/equinusocio/vsc-material-theme/issues/222) +* Extend graphql support for file icon ([e98cb88](https://github.com/equinusocio/vsc-material-theme/commit/e98cb88)), closes [#226](https://github.com/equinusocio/vsc-material-theme/issues/226) +* Fix breadcrumb theme ([e2d6fd5](https://github.com/equinusocio/vsc-material-theme/commit/e2d6fd5)) +* Fix custom menu foreground color (Win/Linux) ([d14e343](https://github.com/equinusocio/vsc-material-theme/commit/d14e343)), closes [#239](https://github.com/equinusocio/vsc-material-theme/issues/239) +* Fix find widget border color ([bcd9667](https://github.com/equinusocio/vsc-material-theme/commit/bcd9667)), closes [#218](https://github.com/equinusocio/vsc-material-theme/issues/218) +* Fix some workbench input graphic glitches ([bbd8a2d](https://github.com/equinusocio/vsc-material-theme/commit/bbd8a2d)) +* Fix windows/linux custom menu item hovered background ([dc00744](https://github.com/equinusocio/vsc-material-theme/commit/dc00744)), closes [#245](https://github.com/equinusocio/vsc-material-theme/issues/245) + + +### Features + +* Add .env.development, .env.testing, .env.staging, .env-production to supported filenames ([#225](https://github.com/equinusocio/vsc-material-theme/issues/225)) ([cdeaa5f](https://github.com/equinusocio/vsc-material-theme/commit/cdeaa5f)) +* Add icon to source folders ([8cfc0a5](https://github.com/equinusocio/vsc-material-theme/commit/8cfc0a5)) +* **Reload notification:** added support for after-install notification ([a42b3a0](https://github.com/equinusocio/vsc-material-theme/commit/a42b3a0)) +* **Reload notification:** added support never show again notification ([440c104](https://github.com/equinusocio/vsc-material-theme/commit/440c104)) +* Add icons to root folders ([3ad76f1](https://github.com/equinusocio/vsc-material-theme/commit/3ad76f1)), closes [#241](https://github.com/equinusocio/vsc-material-theme/issues/241) +* Add support for custom menus and menubar on Windows/Linux (vscode v1.26.0) ([681db67](https://github.com/equinusocio/vsc-material-theme/commit/681db67)), closes [#228](https://github.com/equinusocio/vsc-material-theme/issues/228) +* Add theme for the new settings view ([50b22c3](https://github.com/equinusocio/vsc-material-theme/commit/50b22c3)) +* added integration for VSC settings preview ([#242](https://github.com/equinusocio/vsc-material-theme/issues/242)) ([e783b1c](https://github.com/equinusocio/vsc-material-theme/commit/e783b1c)) + + + + +# [2.1.0](https://github.com/equinusocio/vsc-material-theme/compare/v2.0.1...v2.1.0) (2018-05-24) + + + # [2.3.0](https://github.com/equinusocio/vsc-material-theme/compare/v2.2.0...v2.3.0) (2018-07-01) diff --git a/package.json b/package.json index 8789de6..debaa61 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "2.3.0", + "version": "2.4.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",