Skip to content

Commit

Permalink
v2024.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Eroica committed Apr 5, 2024
1 parent 1476f8a commit 03810b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@ 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

- `FluentApp` constructor does not take `initialTitle` parameter anywhere. Instead, make sure to set some kind of title in `onCreateStage` if you use any `useMica:` or `useHeaderBar:` parameter.

### 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.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "earth.groundctrl"
version = "v2023.09a"
version = "v2024.04"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main/resources/strings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit 03810b9

Please sign in to comment.