File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
src/main/kotlin/com/draculatheme/jetbrains/notifications Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 1.10.2
4+
5+ - Regressed combobox foreground
6+ - Pick a lighter color for separator
7+
38### 1.10.1
49
510- Enhanced a bunch of UI components:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " com.draculatheme"
10- version = " 1.10.1 "
10+ version = " 1.10.2 "
1111
1212repositories {
1313 mavenCentral()
Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ object DraculaNotifications {
1313 private val releaseNote = """
1414 What's New?<br>
1515 <ul>
16- <li>Enhanced a bunch of UI components</li>
16+ <li>Regressed combobox foreground</li>
17+ <li>Pick a lighter color for separator</li>
1718 </ul>
1819 Please visit the <a href="https://github.com/dracula/jetbrains/blob/master/CHANGELOG.md">Changelog</a> for more details.<br>
1920 For premium package, check out <a href="https://gumroad.com/a/477820019">Dracula PRO</a>.<br>
20- Helpful ? Consider <a href="https://github.com/dracula/jetbrains">STAR</a> this project.<br>
21+ Enjoy this theme ? Consider <a href="https://github.com/dracula/jetbrains">STAR</a> this project.<br>
2122 Thank you for choosing Dracula.
2223 """ .trimIndent()
2324
@@ -39,7 +40,7 @@ object DraculaNotifications {
3940 fun notifyFirstlyDownloaded (project : Project ) {
4041 NotificationGroupManager .getInstance().getNotificationGroup(notificationGroupID)
4142 .createNotification(
42- title = " Dracula Theme v${DraculaMeta .currentVersion} is installed successfully " ,
43+ title = " Dracula Theme v${DraculaMeta .currentVersion} is installed" ,
4344 content = """
4445 Dracula Theme is fully open-source. If this theme is helpful to you, consider <a href="https://github.com/dracula/jetbrains">STAR</a> this project.
4546 Thank you for choosing Dracula.
You canβt perform that action at this time.
0 commit comments