Releases: JPro-one/JPro-Platform
Releases · JPro-one/JPro-Platform
JPro Platform 0.5.0
Improvements
- Synchronize selected extension filter for the native file choosers in the
jpro-file
module.
Bugfixes
- Resolved an issue in the native implementation of
FileOpenPicker
andFileSavePicker
within thejpro-file
module
that prevented the addition of duplicate event handlers to the provided node.
JPro Platform 0.4.4
Improvements
- Updated JPro to version
2024.4.1
. Starting with this releasejpro-webapi
module is pulled from Maven Central
Repository.
JPro Platform 0.4.3
Improvements
- Configure publishing of the all
JPro Platform
modules to the Maven Central repository.
JPro Platform 0.4.2
Improvements
- Updated JPro to version
2024.3.3
. - Updated SimpleFX dependencies to version
3.2.37
. - Updated JNodes dependencies to version
0.8.3
. - Enable TestFX unit tests on the CI pipeline and use Monocle to enable the
headless
mode. - Integrate modularized versions of
TestFX
andMonocle
into our testing infrastructure in alignment with the Java
Platform Module System. - Integrate modularized versions of
eclipse-collections-api
andeclipse-collections
libraries to the platform to
produce JPMS-compliant modules.
Features
- Register an
extensionFilters
listener to the native (desktop) implementation FileSavePicker in thejpro-file
module. The listener can be used to filter the files that are displayed in the file save picker dialog based on the file
extension.
Bugfixes
- Fixed the binding of the port in the local server implementation inside the
jpro-core
module to occur only when
necessary, rather than during server creation. - Fixed exception thrown on Windows platform when using FileStorage class from
jpro-file
module to create temporary
files.
JPro Platform 0.4.1
Features
- Make the
jpro-auth-core
module JPMS compliant.
Improvements
- Updated JPro to version
2024.3.2
- Updated JavaFX dependencies to version
17.0.12
- Updated SimpleFX dependencies to version
3.2.36
JPro Platform 0.4.0
Features
- Implemented and added
jpro-mail
module to the platform. This module provides an API to send emails from a
JavaFX/JPro application.
Improvements
- Updated JPro to version
2024.3.0
. - Updated SimpleFX dependencies to version
3.2.35
. TheSimpleFX
modules are in compliance with the Java
Platform Module System. - Updated JMemoryBuddy dependency to version
0.5.5
. This module is also now in compliance with the Java Platform
Module System. - Updated JNodes dependencies to version
0.8.2
. - Added
popup
sample application to the examples list for thejpro-routing-popup
module.
Bugfixes
- Export
jpro-routing-core
module fromjpro-routing-dev
module to make it available externally when only
jpro-routing-dev
is included in the project. - Fixed some dependency requirements in the
JPro Routing
modules. - Fixed the stylesheet path in the
jpro-routing-popup
module for the SimplePopup control.
JPro Platform 0.3.2
Improvements
- Improved error handling in the
jpro-sipjs
module.
Bugfixes
- Fixed URI normalization for local addresses ikn the
jpro-auth-core
module. - Fixed a NPE thrown if the session only has redirects in the
jpro-routing-core
module. - Routing refreshes no longer adds a new entry to the browser's history.
- Fixed hangup button in the SipJS Demos. If an error happens, getting a screen, it is now logged.
Screen sharing button "toggles" now it's state - making it possible to switch back to video.
JPro Platform 0.3.1
Bugfixes
- Fixed the retrival of the domain from the request in the Request class in the
jpro-routing-core
module. Nowdomain
in the route is correctly matched with the request domain. - Fix the server url when
useLoopbackIpAddress
OAuth2 option is used.
JPro Platform 0.3.0
Improvements
- Updated JPro to version
2024.2.0
- Updated JavaFX dependencies to version
17.0.11
- Updated SimpleFX dependencies to version
3.2.33
- Some minor SipJS improvements
JPro Platform 0.2.17
Features
- Added
runAsync
method to theCommandRunner
class in thejpro-internal-util
module. This method can be used
to run a command asynchronously. This is useful for long-running commands that should not block the main thread.