From 6eff20e31f6f1f86e30861bac041db6d49523254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Akbar=20Mostaf=C4=81=C3=ABi?= Date: Thu, 12 Oct 2023 12:01:15 +0330 Subject: [PATCH] Update CHANGELOG and version number --- CHANGELOG.md | 11 ++++++++++- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 16 +++++++++++++--- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be83247..0c62fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ ## [Unreleased] -## [1.0.231001] - 2023-10-01 +## [1.0.231012] - 2023-10-12 ### Added - Added comment highlighting for special tags [TODO, FIXME, HACK, BUG] +- Added syntax highlighting for Kotlin language ### Changed +- Unified Run Widget with the rest of the Main Toolbar on 'Flat' themes - Changed global/local variable's color to the default foreground for each theme - Changed string's color to a brighter green - Changed TODO statement color to a more vibrant one @@ -16,6 +18,13 @@ - Changed background color of 'Light' themes to a more subtle one - Changed background color of Notification popups (Light themes) - Changed background color of tab hover (Light themes) +- Improved color contrast for 'Contrast' themes + +### Fixed +- Fixed Console/Terminal background for 'Space Light' theme + +### Removed +- Removed window borders for a cleaner look when un-maximized ## [1.0.230927] - 2023-09-27 ### Fixed diff --git a/gradle.properties b/gradle.properties index c4cc5fe..6421b8c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.aliakbarmostafaei.jetbrainsspacetheme pluginName = jetbrains-space-theme pluginRepositoryUrl = https://github.com/aliakbarmostafaei/jetbrains-space-theme # SemVer format -> https://semver.org -pluginVersion = 1.0.231001 +pluginVersion = 1.0.231012 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d724b4c..9052be9 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -6,16 +6,19 @@ -
Added
+

[1.0.231012] - 2023-10-12

+

Added

- Added comment highlighting for special tags [TODO, FIXME, HACK, BUG] + - Added syntax highlighting for Kotlin language -
Changed
+

Changed

+ - Unified Run Widget with the rest of the Main Toolbar on 'Flat' themes - Changed global/local variable's color to the default foreground for each theme - Changed string's color to a brighter green - Changed TODO statement color to a more vibrant one @@ -23,6 +26,13 @@ - Changed background color of 'Light' themes to a more subtle one - Changed background color of Notification popups (Light themes) - Changed background color of tab hover (Light themes) + - Improved color contrast for 'Contrast' themes + +

Fixed

+ - Fixed Console/Terminal background for 'Space Light' theme + +

Removed

+ - Removed window borders for a cleaner look when un-maximized ]]>
com.intellij.modules.platform