Skip to content

Commit

Permalink
Merge pull request #91 from tsonglew/fix-removal-api
Browse files Browse the repository at this point in the history
fix: [action] removal api
  • Loading branch information
tsonglew authored May 4, 2024
2 parents d4a12af + 8841d51 commit 03e2c05
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.tsonglew"
version = "1.4.3"
version = "1.4.4"

repositories {
mavenCentral()
Expand All @@ -15,7 +15,7 @@ repositories {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2023.3")
version.set("2024.1")
type.set("IC") // Target IDE Platform

plugins.set(listOf(/* Plugin Dependencies */))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class MainToolWindow(private val project: Project) : Disposable {
true
).also {
it.targetComponent = this
it.adjustTheSameSize(true)
// it.adjustTheSameSize(true)
}
add(actionToolBar.component, BorderLayout.NORTH)
}
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<idea-plugin>
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
<change-notes><![CDATA[
1.4.4<br>
<ul>
<li> fix usage of scheduled for removal API </li>
<li> fix icon display </li>
</ul>
1.4.3<br>
<ul>
<li> fix usage of scheduled for removal API </li>
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/icons/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03e2c05

Please sign in to comment.