Releases: gaborbata/jpass
JPass 0.1.16
JPass 0.1.16
- Improved compatibility with Java 9: replaced JAXB with Jackson for reading/writing XML files, as
java.xml.bind
module has become deprecated in Java 9 and marked for removal.
JPass 0.1.15
JPass 0.1.15
-
Added copy password button to the entries dialog.
-
By default, the application uses the look and feel that is native to the system it is running on, if there is one, otherwise it uses the default cross platform look and feel.
-
Added ability to fetch favicons for URLs using Google S2. This feature is disabled by default; it can be enabled via the
jpass.properties
file.Configuration key Value type Default value fetch.favicons.enabled boolean false
JPass 0.1.14
JPass 0.1.14
Added find entries panel for filtering entires list.
Fixed minor UI issues.
JPass 0.1.13
JPass 0.1.13
Added jpass.properties
file to make it possible to override default configurations:
Configuration key | Value type | Default value |
---|---|---|
system.look.and.feel.enabled | boolean | false |
clear.clipboard.on.exit.enabled | boolean | false |
default.password.generation.length | integer | 14 |
JPass 0.1.12s
JPass 0.1.12s
The application uses the look and feel that is native to the system it is running on, if there is one, otherwise it uses the default cross platform look and feel.
JPass 0.1.12
JPass 0.1.12
The application uses the cross-platform Java look and feel (Metal) that looks the same on all platforms.