From 0f925af518de2a7bfd0b1614653b6cd3a5435d95 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 30 Aug 2018 09:53:55 +0200 Subject: [PATCH] fix: Fix missing commands --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5d8fb..5db6d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ 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.5.0](https://github.com/equinusocio/vsc-material-theme/compare/v2.3.0...v2.5.0) (2018-08-30) + + +### 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 missing coommands ([746625e](https://github.com/equinusocio/vsc-material-theme/commit/746625e)), closes [#249](https://github.com/equinusocio/vsc-material-theme/issues/249) +* Fix settings colors ([e325007](https://github.com/equinusocio/vsc-material-theme/commit/e325007)) +* 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) +* Switched webviews to correct folder ([ed63525](https://github.com/equinusocio/vsc-material-theme/commit/ed63525)) + + +### 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)) +* **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.4.1](https://github.com/equinusocio/vsc-material-theme/compare/v2.4.0...v2.4.1) (2018-08-29) diff --git a/package.json b/package.json index 91a2041..8ba1f4f 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.4.1", + "version": "2.5.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",