Skip to content

Releases: gaborbata/jpass

JPass 0.1.26

18 Aug 13:10
Compare
Choose a tag to compare

JPass 0.1.26

  • Maintenance release
    • Updated default configuration: entry.details=TITLE,MODIFIED
    • Updated build script to be compatible with Gradle 7.5

JPass 0.1.25

10 Dec 12:51
75f374a
Compare
Choose a tag to compare

JPass 0.1.25

  • Maintenance release

JPass 0.1.24

03 Jun 06:34
Compare
Choose a tag to compare

JPass 0.1.24

  • Fix selecting entry title after editing an entry
  • Improve application icon rendering
  • Updated FlatLaf dependency to 1.2

JPass 0.1.23

31 Mar 12:27
Compare
Choose a tag to compare

JPass 0.1.23

  • Fix setting column width on low DPI screens

JPass 0.1.22

30 Mar 13:33
Compare
Choose a tag to compare

JPass 0.1.22

  • Updated dependencies (FlatLaf, svgSalamander)
  • Fix minor UI glitch in edit entry dialog
  • Fix shortcut key for copy button on entry dialog

JPass 0.1.21

18 Feb 13:08
Compare
Choose a tag to compare

JPass 0.1.21

  • Fix loading of configuration (jpass.properties) if the working directory is not the same as JPass directory
  • Fix Maven build for Java 11 to properly handle multi-release JARs
  • Fix minor UI glitch related to displaying toolbar icons
  • Minor fixes

JPass 0.1.20

05 Nov 09:11
Compare
Choose a tag to compare

JPass 0.1.20

  • Added possibility to define which entry details to be displayed
    • Possible values: TITLE,URL,USER,MODIFIED,CREATED. (default: TITLE,MODIFIED)
  • Improved import performance
  • Minor fixes

JPass 0.1.19

27 Mar 09:26
Compare
Choose a tag to compare

JPass 0.1.19

  • Updated minimum supported Java version to 8
  • Added new application logo
  • Minor fixes

JPass 0.1.18

25 Mar 15:40
Compare
Choose a tag to compare
JPass 0.1.18 Pre-release
Pre-release

JPass 0.1.18

  • Added FlatLaf look and feel to JPass, which has the following benefits:
    • HiDPI support (tested with Java 11)
    • Dark mode UI support (see ui.theme.dark.mode.enabled configuration key to enable)
  • Added SVG interface icons from elementary Icons
  • Removed favicon support, due to issues with HiDPI

JPass 0.1.17

15 Jan 07:14
Compare
Choose a tag to compare

JPass 0.1.17

  • Use buffered input/output stream to read/write document in order to improve performance