Skip to content

Commit

Permalink
Update CHANGELOG and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakbarmostafaei committed Oct 12, 2023
1 parent 9eff6bd commit 6eff20e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,27 @@

## [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
- Changed Hyperlink colors for 'Light' themes
- 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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 13 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,33 @@

<description>
<![CDATA[
A clean, minimal and elegant theme with colors carefully chosen to reduce visual load and eye strain.
A clean, minimal and elegant theme with colors that pop.
]]>
</description>

<change-notes><![CDATA[
<br/>
<h5>Added</h5>
<h2>[1.0.231012] - 2023-10-12</h2>
<h3>Added</h3>
- Added comment highlighting for special tags [TODO, FIXME, HACK, BUG]
- Added syntax highlighting for Kotlin language
<h5>Changed</h5>
<h3>Changed</h3>
- 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
- Changed Hyperlink colors for 'Light' themes
- 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
<h3>Fixed</h3>
- Fixed Console/Terminal background for 'Space Light' theme
<h3>Removed</h3>
- Removed window borders for a cleaner look when un-maximized
]]></change-notes>

<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit 6eff20e

Please sign in to comment.