change snapshot version from 3.7-SNAPSHOT to 3.6.1-SNAPSHOT

This commit is contained in:
Karl Tauber
2025-07-02 19:50:51 +02:00
parent bc4c7b25d3
commit abfaf86cd5
4 changed files with 4 additions and 4 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -43,7 +43,7 @@ If SVG classes are used, `jsvg-<version>.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).

View File

@@ -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