Skip to content

Releases: gaborbata/jpass

JPass 1.0.6

22 Apr 09:30
Compare
Choose a tag to compare

JPass 1.0.6

  • add localization support (thanks to @edimoral)
  • added translations:
    • English (en_US)
    • Spanish (es_MX) (thanks to @edimoral)
    • Italian (it_IT) (thanks to @bovirus)
    • Hungarian (hu_HU)
  • 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

17 Oct 13:01
Compare
Choose a tag to compare

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

03 Oct 09:24
Compare
Choose a tag to compare

JPass 1.0.4

  • Fix platform specific End of Line (EOL) characters in startup scripts

JPass 1.0.3

25 Sep 12:46
Compare
Choose a tag to compare

JPass 1.0.3

  • Maintenance release
    • update flatlaf, version: 3.2.1
    • added install script for Linux
    • documentation changes

JPass 1.0.2

14 Jun 08:17
Compare
Choose a tag to compare

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

08 Nov 13:40
Compare
Choose a tag to compare

JPass 1.0.1

  • Maintenance release
    • fixed some issues found by Checkstyle

JPass 1.0.0

20 Sep 15:22
Compare
Choose a tag to compare

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

12 Sep 14:45
Compare
Choose a tag to compare

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

05 Sep 14:44
Compare
Choose a tag to compare

JPass 0.1.28

  • Improved launch scripts for all supported platforms
  • Added scoop manifest

JPass 0.1.27

02 Sep 11:34
Compare
Choose a tag to compare

JPass 0.1.27

  • Added possibility to define file chooser directory in configuration (file.chooser.directory)