Skip to content

Commit 61114f7

Browse files
updated CHANGELOG.md
1 parent 7a1fb8b commit 61114f7

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,26 @@
66
#### Features
77
* Added AuthUIProvider to the `jpro-auth-routing` module. This filters can be used, to limit access to the whole app,
88
without the need to change anything in the RouteApp.
9-
* Added the class AuthUIProvider - which simplifies making the different
9+
* Added the class AuthUIProvider - which simplifies making the different
1010
authentication methods configurable in an application.
1111
* Added new class `SEOUtil` to `jpro-routing-core` module. This can be used to mark certain nodes as H1, H2, etc. for SEO purposes.
12+
* Added default 404 page to `jpro-routing`.
13+
* Enhanced AppCrawler to track link sources and improve logging for redirects and dead links.
14+
15+
#### Improvements
16+
* Improved redirect loop handling in `jpro-routing`.
17+
* Updated various dependencies to their latest versions.
18+
* Upgraded Gradle wrapper to version `8.14.2`.
1219

1320
#### Miscellaneous
1421
* Removed AuthJwtFilter, because it was not used anywhere and seemed to be a leftover from the past.
1522

1623
#### Bugfixes
1724
* `jpro-mdfx`, works now properly with JavaFX25. Previously the layouting of Listings was broken.
25+
* Fixed Auth to use Base64 encoder instead of Base64URL encoder for the Authorization header.
26+
* Fixed OAuthFilter to check the redirect URI correctly when it contains the full domain.
27+
* Fixed Statistics Filter min-width issue that could break the layout of the application.
28+
* Fixed ctrl+click default behavior for links in `jpro-routing`.
1829

1930
### 0.5.7 (June 5, 2025)
2031

0 commit comments

Comments
 (0)