1
0
mirror of https://github.com/chylex/IntelliJ-Pin-Undocked-Tool-Windows.git synced 2025-05-12 09:34:04 +02:00

Release 1.0.0

This commit is contained in:
chylex 2022-05-05 21:05:27 +02:00
parent 64e5f63304
commit 8c4d47fab8
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 9 additions and 1 deletions
build.gradle.kts
src/main/resources/META-INF

View File

@ -8,7 +8,7 @@ plugins {
}
group = "com.chylex.intellij.pinundockedtoolwindows"
version = "0.0.1"
version = "1.0.0"
repositories {
mavenCentral()

View File

@ -7,6 +7,14 @@
Forces tool windows in "Undock" mode to stay visible when something tries to steal focus.
]]></description>
<change-notes><![CDATA[
<b>Version 1.0.0</b>
<ul>
<li>Prevents "Undock" tool windows from hiding when focus changes.</li>
<li>Attempts to allow hiding "Undock" tool windows when the focus change was caused by clicking a button.</li>
</ul>
]]></change-notes>
<depends>com.intellij.modules.platform</depends>
<extensions defaultExtensionNs="com.intellij">