1
0

Release 1.1

This commit is contained in:
chylex 2022-07-20 22:57:03 +02:00
parent fe7a20920c
commit 5a59a26bbb
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 6 additions and 1 deletions
build.gradle.kts
src/main/resources/META-INF

View File

@ -8,7 +8,7 @@ plugins {
} }
group = "com.chylex.intellij.keeppopupswhiledebugging" group = "com.chylex.intellij.keeppopupswhiledebugging"
version = "1.0.1" version = "1.1"
repositories { repositories {
mavenCentral() mavenCentral()

View File

@ -16,6 +16,11 @@
]]></description> ]]></description>
<change-notes><![CDATA[ <change-notes><![CDATA[
<b>Version 1.1</b>
<ul>
<li>Disabling or uninstalling the plugin no longer requires a restart.</li>
</ul>
<b>Version 1.0.1</b>
<ul> <ul>
<li>Renamed the plugin to "Keep Editor Tooltips While Debugging" and updated description.</li> <li>Renamed the plugin to "Keep Editor Tooltips While Debugging" and updated description.</li>
</ul> </ul>