mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-13 07:02:34 +00:00
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:
parent
1e88b10b95
commit
4775e97024
2 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "ee.carlrobert"
|
||||
version = "1.4.4"
|
||||
version = "1.5.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue