1.5.0 - Fix ToolWindow's NPE, ability to create/override actions(closes #20, closes #22), move proxy settings to a different panel

This commit is contained in:
Carl-Robert Linnupuu 2023-03-15 10:38:06 +00:00
parent 1e88b10b95
commit 4775e97024
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@ plugins {
}
group = "ee.carlrobert"
version = "1.4.4"
version = "1.5.0"
repositories {
mavenCentral()

View file

@ -94,6 +94,8 @@
<![CDATA[
<ul>
<li>Fix ToolWindow's NPE when reopening the project</li>
<li>Ability to create/override actions</li>
<li>Move proxy settings to a new settings panel (requires to enter them again)</li>
</ul>
]]>
</change-notes>