mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +03:00
change snapshot version from 3.7-SNAPSHOT to 3.6.1-SNAPSHOT
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user