Releases: lucor/paw
Releases · lucor/paw
v0.19.1
v0.19.0
- ui: quit from main menu does not quit the app
- ui: add preferences view #9
- ui: allow note entry to receive focus when tab is pressed
- ui: allow item list to receive focus when tab is pressed (via fyne upgrade)
- deps upgrade:
- fyne.io/fyne v2.2.4-0.20221001083711-23d1052ad20e
v0.18.0
-
ui, storage: initial support for mobile
-
ui: systray initial implementation
-
import: add ssh key type
-
deps upgrade:
- fyne.io/fyne v2.2.3
- golang.design/x/clipboard v0.6.2
- golang.org/x/image v0.0.0-20220601225756-64ec528b34cd
- golang.org/x/text v0.3.7
v0.17.1
v0.17.0
- all: add Ed25519 and RSA SSH keys support
- deps add:
- github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
- deps upgrade:
- fyne.io/fyne v2.1.4
- golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
- golang.org/x/image v0.0.0-20220321031419-a8550c1d254a
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
v0.16.1
v0.16.0
- all: fix regression about setting item date #10
- cli: add the "-c, --clip" option to copy password to clipboard
- cli: update messages to printed correctly on stdout and stderr
- cli:list command will show an hint message if no vaults are found
- cli,deps: add golang.design/x/clipboard
- gui,deps: update fyne.io/fyne to v2.1.3
v0.15.0
v0.14.0
This release updates the internal storage, so previous versions won't be compatible.
Starting from this release the data is encoded in json in place of gob
and update to use a password protected age key (X25519) to decrypt and encrypt the vault data.
This allow to decrypt the items using the age tool and have the content directly accessible once decrypted.
- paw: update to use a password protected age key (X25519) to decrypt and encrypt the vault data
- paw: data encoded in json in place of gob
- paw,ui: group vault ItemMetadata by ItemType
- paw,ui: export item UX improvement: items are now decoded concurrently and a progress bar is shown if needed
- ui: show item count into the item select list
- ui: fix renaming an item when a filter is specified could display the vault empty view