Skip to content

Commit 8375251

Browse files
committed
Update CHANGELOG
1 parent f39f4ca commit 8375251

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,25 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [v2024.12a] - 2024-12-09 (WIP)
7+
## [v2024.12b] - 2024-12-20 (WIP)
88

99
### Added
1010

1111
- Added `buildnumber` to Windows API functions
1212
- Added `onStageCreated` callback for `FluentApp`. Use this for anything that should run after FluentApp's built-in `stage.show()` call.
13-
- Added fluent styling for TreeView, ListView, and TableView
13+
- Added fluent styling for `TreeView`, `ListView`, and `TableView`
14+
- Added optional `FluentListView` styling with fluent animations
1415
- Added a custom control for WinUI's InfoBar: `InfoBar`
16+
- Added fluent styling for `Dialog`
17+
- Fixed some style issues for `Spinner`
18+
- Updated `ComboBox`/`ChoiceBox` sample
19+
- Added optional `FluentComboBox` styling with fluent animations
1520

1621
### Changed
1722

1823
- Changed the `FluentApp` constructor to zero arguments. Initial Mica and HeaderBar flags are set via static fields.
1924
- Updated and built with JDK 22, JavaFX 23
25+
- GPU check doesn't use `wmic` anymore (because it's been deprecated?)
2026

2127
### Removed
2228

@@ -28,6 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2834
- Fixed hover styling of CheckBox (if it was also focused)
2935
- Updated styling of RadioButtons (WinUI's have a darker background)
3036
- Fixed several code examples in the demo application
37+
- Fixed bug in GPU check that prevented the demo from starting
3138

3239
## [v2024.05] - 2024-04-05
3340

0 commit comments

Comments
 (0)