From abfaf86cd5076d7b173669374eeb0bf2e55ccdd8 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Wed, 2 Jul 2025 19:50:51 +0200 Subject: [PATCH] change snapshot version from `3.7-SNAPSHOT` to `3.6.1-SNAPSHOT` --- CHANGELOG.md | 2 +- .../src/main/java/com/formdev/flatlaf/ui/FlatUIUtils.java | 2 +- flatlaf-extras/README.md | 2 +- gradle.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af9602e..f520d8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ FlatLaf Change Log ================== -## 3.7-SNAPSHOT +## 3.6.1-SNAPSHOT - Extras: Support JSVG 2.0.0. Minimum JSVG version is now 1.6.0. (issue #997) - JideSplitButton: Fixed updating popup when switching theme. (issue #1000) diff --git a/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatUIUtils.java b/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatUIUtils.java index 08c74d19..74dd8762 100644 --- a/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatUIUtils.java +++ b/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatUIUtils.java @@ -416,7 +416,7 @@ public class FlatUIUtils return (fullScreenWindow != null && fullScreenWindow == SwingUtilities.windowForComponent( c )); } - /** @since 3.7 */ + /** @since 3.6.1 */ public static Insets getScreenInsets( GraphicsConfiguration gc ) { // on Linux, getScreenInsets() may report wrong values in multi-screen setups // see https://github.com/apache/netbeans/issues/8532#issuecomment-2909687016 diff --git a/flatlaf-extras/README.md b/flatlaf-extras/README.md index 314f24ae..709c358c 100644 --- a/flatlaf-extras/README.md +++ b/flatlaf-extras/README.md @@ -43,7 +43,7 @@ If SVG classes are used, `jsvg-.jar` is also required: Supported JSVG versions: -- FlatLaf 3.7+ supports JSVG 1.6.0 and later. +- FlatLaf 3.6.1+ supports JSVG 1.6.0 and later. - FlatLaf 3.6- supports only JSVG 1.x (but not 2.x). diff --git a/gradle.properties b/gradle.properties index 2d00cb10..d42fdee8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # flatlaf.releaseVersion = 3.6 -flatlaf.developmentVersion = 3.7-SNAPSHOT +flatlaf.developmentVersion = 3.6.1-SNAPSHOT org.gradle.parallel = true # org.gradle.warning.mode = all