Skip to content

Commit

Permalink
Merge pull request #685 from doki-theme/2023.2Support
Browse files Browse the repository at this point in the history
Added initial 2023.2 build support.
  • Loading branch information
Unthrottled authored May 20, 2023
2 parents 134eb8a + 258b6eb commit 3b0ca57
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 119 deletions.
3 changes: 3 additions & 0 deletions changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
---
# 88.5-1.11.0 [2023.2 Build Support]

- Added initial 2023.2 build support

# 88.5-1.10.0 [Welcome Screen Sticker]

Expand Down
3 changes: 2 additions & 1 deletion changelog/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Added sticker placement to the welcome window.
- Added sticker placement to the welcome window.
- Added initial 2023.2 build support
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html

pluginGroup=io.unthrottled
pluginVersion=88.5-1.10.0
pluginVersion=88.5-1.11.0
pluginSinceBuild= 223
pluginUntilBuild = 231.*
pluginUntilBuild = 232.*

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
Expand Down
4 changes: 2 additions & 2 deletions src/main/kotlin/io/unthrottled/doki/icon/DokiIcons.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.unthrottled.doki.icon

import com.intellij.ui.IconManager.getInstance
import com.intellij.openapi.util.IconLoader
import javax.swing.Icon

object DokiIcons {
Expand Down Expand Up @@ -42,5 +42,5 @@ object DokiIcons {
}

private fun load(path: String): Icon =
getInstance().getIcon(path, DokiIcons::class.java)
IconLoader.getIcon(path, DokiIcons::class.java)
}
Loading

0 comments on commit 3b0ca57

Please sign in to comment.