Releases: lucor/paw
Releases · lucor/paw
v0.21.0
v0.20.1
v0.20.0
- agent: initial implementation of the server agent to handle SSH keys and CLI sessions
- agent: initial implementation of the client agent to manage CLI sessions
- cli,ui: add support for encrypted SSH keys with a passphrase for SSH item
- storage: add SocketAgentPath method to the Storage interface
- ui: update edit view to display a single action instead of the menu
- deps upgrade:
- filippo.io/age v1.1.1
- fyne.io/fyne v2.4.1
- fyne.io/systray v1.10.1-0.20231105182847-18ba13a8fe2b
- golang.design/x/clipboard 0.7.0
- golang.org/x/crypto v0.14.0
- golang.org/x/sync v0.4.0
- golang.org/x/image v0.13.0
- golang.org/x/term v0.13.0
- golang.org/x/text v0.13.0
- deps remove:
- github.com/mikesmitty/edkey
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