From 2347b36193b0f681cc9d672309ce2e3edb2feb8f Mon Sep 17 00:00:00 2001 From: Dinesh Date: Mon, 30 Oct 2023 08:38:48 -0300 Subject: [PATCH] PR #166 - Preparing for release --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 537940f..b8ebddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ## Unreleased +### Fixed +- [#159](https://github.com/dinbtechit/vscode-theme/issues/159) by @trofoto + +### Changed +- @trofoto - Added colors const for following official light theme style +- @trofoto - change several selection-about colors, including selection color in editor, global selection background color and foreground color. It's more compatible with the Intellij Light theme, also closer with VS code light theme; + ## 1.10.6 - 2023-10-16 ### Fixed diff --git a/gradle.properties b/gradle.properties index e2ec048..98e90b4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.github.dinbtechit.vscodetheme pluginName = VSCode Theme # SemVer format -> https://semver.org -pluginVersion = 1.10.6 +pluginVersion = 1.10.7 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223