From 8339a6040e94f2015018d21ec4df38d502080b95 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Tue, 10 Mar 2026 10:20:13 +0100 Subject: [PATCH] release 3.7.1 --- CHANGELOG.md | 2 +- flatlaf-core/flatlaf-core-sigtest.txt | 12 +++++++++++- gradle.properties | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c26a87e..e25f2d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ FlatLaf Change Log ================== -## 3.7.1-SNAPSHOT +## 3.7.1 - System File Chooser: - Update current filter before invoking approve callback and after closing diff --git a/flatlaf-core/flatlaf-core-sigtest.txt b/flatlaf-core/flatlaf-core-sigtest.txt index e3d13957..c201a08e 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.7 +#Version 3.7.1 CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType" @@ -800,6 +800,7 @@ innr public abstract interface static StateStore innr public abstract static ApproveContext innr public abstract static FileFilter innr public final static FileNameExtensionFilter +innr public final static PatternFilter meth public <%0 extends java.lang.Object> {%%0} getPlatformProperty(java.lang.String) meth public boolean isAcceptAllFileFilterUsed() meth public boolean isDirectorySelectionEnabled() @@ -872,6 +873,15 @@ meth public java.lang.String[] getExtensions() supr com.formdev.flatlaf.util.SystemFileChooser$FileFilter hfds description,extensions +CLSS public final static com.formdev.flatlaf.util.SystemFileChooser$PatternFilter + outer com.formdev.flatlaf.util.SystemFileChooser +cons public !varargs init(java.lang.String,java.lang.String[]) +meth public java.lang.String getDescription() +meth public java.lang.String toString() +meth public java.lang.String[] getPatterns() +supr com.formdev.flatlaf.util.SystemFileChooser$FileFilter +hfds description,patterns + CLSS public abstract interface static com.formdev.flatlaf.util.SystemFileChooser$StateStore outer com.formdev.flatlaf.util.SystemFileChooser fld public final static java.lang.String KEY_CURRENT_DIRECTORY = "currentDirectory" diff --git a/gradle.properties b/gradle.properties index 972affd0..7aba48dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ # limitations under the License. # -flatlaf.releaseVersion = 3.7 -flatlaf.developmentVersion = 3.7.1-SNAPSHOT +flatlaf.releaseVersion = 3.7.1 +flatlaf.developmentVersion = 3.7.2-SNAPSHOT org.gradle.configuration-cache = true # org.gradle.warning.mode = all