From 4775e970240c5076d4a920d54ff3379e239904b5 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Wed, 15 Mar 2023 10:38:06 +0000 Subject: [PATCH] 1.5.0 - Fix ToolWindow's NPE, ability to create/override actions(closes #20, closes #22), move proxy settings to a different panel --- build.gradle.kts | 2 +- src/main/resources/META-INF/plugin.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0ebbaf36..c9aee32f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "ee.carlrobert" -version = "1.4.4" +version = "1.5.0" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index dce4401a..0c52a08f 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -94,6 +94,8 @@
  • Fix ToolWindow's NPE when reopening the project
  • +
  • Ability to create/override actions
  • +
  • Move proxy settings to a new settings panel (requires to enter them again)
  • ]]>