diff --git a/CHANGELOG.md b/CHANGELOG.md index 899f654f..9761ec99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/flatlaf-core/flatlaf-core-sigtest.txt b/flatlaf-core/flatlaf-core-sigtest.txt index ca3f4737..702f8965 100644 --- a/flatlaf-core/flatlaf-core-sigtest.txt +++ b/flatlaf-core/flatlaf-core-sigtest.txt @@ -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 diff --git a/gradle.properties b/gradle.properties index d42fdee8..5a8a5d99 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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