diff --git a/CHANGELOG.md b/CHANGELOG.md index 090d6e4..7f1645e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [v2023.04] - 2023-04-05 ### Removed @@ -12,8 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed +- Source files have been organized into a package hierarchy to accommodate Java projects. The import prefix is `earth.groundctrl.fluent`. + - The Mica workaround for non-AMD GPUs is no longer automatically tested in `FluentApp.onCreateStage`. You can use `Windows.isAmdGpu` to do this check manually. The idea behind this change is to be able to set the required system properties in Java's `main` function, i.e. before the JavaFX runtime is initialized. +### Fixed + +- Fixed "Determinate ProgressBar" sample in demo app. + ## [v2023.09] - 2023-09-15 First published version. diff --git a/build.gradle.kts b/build.gradle.kts index 2a18b09..496f4e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "earth.groundctrl" - version = "v2023.09a" + version = "v2024.04" } repositories { diff --git a/demo/src/main/resources/strings.properties b/demo/src/main/resources/strings.properties index 7edf8c8..923070f 100644 --- a/demo/src/main/resources/strings.properties +++ b/demo/src/main/resources/strings.properties @@ -284,7 +284,7 @@ IntelliJ IDEA Annotations (13.0) - The Apache Software License, Version 2.0\n\ A set of annotations used for code inspection support and code documentation.\n\ http://www.jetbrains.org\n\ \n\ -javafx-fluent-theme (v2023.09a) - zlib License\n\ +javafx-fluent-theme (v2024.04) - zlib License\n\ A custom theme for JavaFX following Windows 11's designs\n\ https://github.com/Eroica/javafx-fluent-theme\n\ \n\