Skip to content

Commit f991f6f

Browse files
committed
πŸ”– Bump version
1 parent bdd6447 commit f991f6f

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 1.10.3
4+
5+
- Enhanced File background color. See issue [#36]((https://github.com/dracula/jetbrains/issues/36)) for more details
6+
- Enhanced `Dracula` editor caret background and selection background. See issue [#37]((https://github.com/dracula/jetbrains/issues/37)) for more details
7+
- Revised editor popup background. See issue [#38](https://github.com/dracula/jetbrains/issues/38)
8+
- Regressed Italic function parameters and decorators. See issue [#39](https://github.com/dracula/jetbrains/issues/39) for more details
9+
310
### 1.10.2
411

512
- Regressed checkbox foreground

β€Žbuild.gradle.ktsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.draculatheme"
10-
version = "1.10.2"
10+
version = "1.10.3"
1111

1212
repositories {
1313
mavenCentral()

β€Žsrc/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotifications.ktβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ object DraculaNotifications {
1313
private val releaseNote = """
1414
What's New?<br>
1515
<ul>
16-
<li>Regressed checkbox foreground</li>
17-
<li>Pick a lighter color for separator</li>
16+
<li>Enhanced File background color</li>
17+
<li>Revised editor popup background</li>
18+
<li>Enhanced Dracula editor caret background and selection background</li>
19+
<li>Regressed Italic function parameters and decorators</li>
1820
</ul>
1921
Please visit the <a href="https://github.com/dracula/jetbrains/blob/master/CHANGELOG.md">Changelog</a> for more details.<br>
2022
For premium package, check out <a href="https://gumroad.com/a/477820019">Dracula PRO</a>.<br>
@@ -23,7 +25,7 @@ object DraculaNotifications {
2325
""".trimIndent()
2426

2527
@JvmField
26-
val notificationIcon = IconLoader.getIcon("/icons/dracula-logo.svg", javaClass)
28+
val notificationIcon = IconLoader.getIcon("/icons/dracula-logo.png", javaClass)
2729

2830
fun notifyReleaseNote(project: Project) {
2931
NotificationGroupManager.getInstance().getNotificationGroup(notificationGroupID)
705 Bytes
Loading

β€Žsrc/main/resources/icons/dracula-logo.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)