Skip to content

Commit d65f80c

Browse files
committed
Release new version
1 parent 50b4eb1 commit d65f80c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
- Nothing
1010

11+
## [1.0.6] - 2025-07-01
12+
13+
### Added
14+
15+
- Update default font size and enable ligatures for default editor font in both dark and light themes
16+
- Update comment color when in folded code block and comment block in C# in dark theme
17+
- Revamp color scheme in C# for better readability and make it more consistent with dark theme
18+
1119
## [1.0.5] - 2025-05-01
1220

1321
### Added
@@ -58,7 +66,8 @@
5866
- Export color scheme to plugin
5967
- Initial release to plugin marketplace!
6068

61-
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.5...HEAD
69+
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.6...HEAD
70+
[1.0.6]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.5...v1.0.6
6271
[1.0.5]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.4...v1.0.5
6372
[1.0.4]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.3...v1.0.4
6473
[1.0.3]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.2...v1.0.3

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.helloyeew.helloyeewjetbraintheme
44
pluginName = helloyeew-theme
55
pluginRepositoryUrl = https://github.com/HelloYeew/helloyeew-jetbrain-theme
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.5
7+
pluginVersion = 1.0.6
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 233

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
<themeProvider id="8b98b4ae-1012-49e7-b10d-d22f60f4fc73" path="/HelloYeew Light.theme.json"/>
1212
</extensions>
1313

14-
<version>1.0.5</version>
14+
<version>1.0.6</version>
1515
</idea-plugin>

0 commit comments

Comments
 (0)