Skip to content

JPro Platform 0.5.1

Compare
Choose a tag to compare
@besidev besidev released this 31 Jan 17:53
· 4 commits to main since this release

Features

  • Routing, added Filters.title(String title) method to set the title of the page.
  • Added simple Filters for error and notfound pages.
  • Markdown: Added utility class MDFXUtil.java.

Improvements

  • Updated JPro to version 2025.1.0.
  • Updated JavaFX dependencies to version 17.0.14.
  • Updated SimpleFX dependencies to version 3.2.40.

Bugfixes

  • Fixed weak listeners setup in jpro-file module.
  • MDFX now properly handles escaped characters in the markdown text.
  • Fixed issue with the ImageManager. Sometimes the image didn't update correctly.