release 3.6.1

This commit is contained in:
Karl Tauber
2025-07-12 16:44:32 +02:00
parent f71dbb2647
commit 97988e90b4
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## 3.6.1-SNAPSHOT
## 3.6.1
- Extras: Support JSVG 2.0.0. Minimum JSVG version is now 1.6.0. (issue #997)
- FlatLaf window decorations (Windows 10/11 only): Improved diagonal window

View File

@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 3.6
#Version 3.6.1
CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties
fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType"
@@ -324,7 +324,7 @@ meth public static boolean setup(java.io.InputStream)
meth public static com.formdev.flatlaf.FlatLaf createLaf(com.formdev.flatlaf.IntelliJTheme)
meth public static com.formdev.flatlaf.FlatLaf createLaf(java.io.InputStream) throws java.io.IOException
supr java.lang.Object
hfds checkboxDuplicateColors,checkboxKeyMapping,jsonColors,jsonIcons,jsonUI,namedColors,uiKeyCopying,uiKeyDoNotOverride,uiKeyExcludes,uiKeyInverseMapping,uiKeyMapping
hfds checkboxDuplicateColors,checkboxKeyMapping,jsonColors,jsonIcons,jsonUI,namedColors,uiKeyCopying,uiKeyDoNotOverride,uiKeyExcludesContains,uiKeyExcludesStartsWith,uiKeyInverseMapping,uiKeyMapping
CLSS public static com.formdev.flatlaf.IntelliJTheme$ThemeLaf
outer com.formdev.flatlaf.IntelliJTheme

View File

@@ -14,8 +14,8 @@
# limitations under the License.
#
flatlaf.releaseVersion = 3.6
flatlaf.developmentVersion = 3.6.1-SNAPSHOT
flatlaf.releaseVersion = 3.6.1
flatlaf.developmentVersion = 3.7-SNAPSHOT
org.gradle.parallel = true
# org.gradle.warning.mode = all