Releases: gaborbata/jpass
Releases · gaborbata/jpass
JPass 1.0.6
JPass 1.0.6
- add localization support (thanks to @edimoral)
- added translations:
- added possibility to override configuration properties via system properties
- updated dependencies:
- jackson-dataformat-xml: 2.16.2
- flatlaf: 3.4.1
- migrated to JUnit 5
- removed sbt support
JPass 1.0.5
JPass 1.0.5
- Maintenance release - updated dependencies:
- jackson-dataformat-xml, version: 2.15.3
- flatlaf, version: 3.2.2
- Update Linux desktop file
JPass 1.0.4
JPass 1.0.4
- Fix platform specific End of Line (EOL) characters in startup scripts
JPass 1.0.3
JPass 1.0.3
- Maintenance release
- update flatlaf, version: 3.2.1
- added install script for Linux
- documentation changes
JPass 1.0.2
JPass 1.0.2
- Maintenance release - updated dependencies:
- jackson-dataformat-xml, version: 2.15.2
- flatlaf, version: 3.1.1
- svgSalamander, version: 1.1.4
JPass 1.0.1
JPass 1.0.1
- Maintenance release
- fixed some issues found by Checkstyle
JPass 1.0.0
JPass 1.0.0
- Breaking change: improved security
- PBKDF2-HMAC-SHA-256 is used as password-based key derivation function with 310,000 iterations, using a 128-bits long random salt
- Breaking change: introduced new file format (which includes a JPass file identifier, file version and a random salt)
- older JPass versions (prior to v1.0.0) can not open the new format
- files written by older JPass versions can be still opened with the new version for backward compatibility, however they will be saved in the new format
JPass 0.1.29
JPass 0.1.29
- Maintenance release
- Improved the displaying of error messages
- Improved launch scripts for all supported platforms
- Minor code changes
- Minor documentation changes
JPass 0.1.28
JPass 0.1.28
- Improved launch scripts for all supported platforms
- Added scoop manifest
JPass 0.1.27
JPass 0.1.27
- Added possibility to define file chooser directory in configuration (
file.chooser.directory
)