Skip to content

Releases: lucor/paw

v0.21.0

23 Jan 06:56
bee5dbc

Choose a tag to compare

  • all: merge CLI and GUI apps to provide only a binary
  • deps upgrade:
    • fyne.io/fyne v2.4.3
    • golang.org/x/crypto v0.18.0
    • golang.org/x/image v0.15.0
    • golang.org/x/sync v0.6.0
    • golang.org/x/term v0.16.0
    • golang.org/x/text v0.14.0

v0.20.1

15 Nov 18:54
a7f4866

Choose a tag to compare

v0.20.1 Pre-release
Pre-release
  • ui: update the vault layout to focus the search box using shift+tab
  • deps: update systray to fix a possible panic

v0.20.0

09 Nov 20:50
f369e12

Choose a tag to compare

v0.20.0 Pre-release
Pre-release
  • 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

01 Oct 13:18
81cb6ec

Choose a tag to compare

v0.19.1 Pre-release
Pre-release
  • ui: update preferences view to be scrollable
  • ui: disable validation for the note entry

v0.19.0

01 Oct 10:43
8c11a91

Choose a tag to compare

v0.19.0 Pre-release
Pre-release
  • 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

01 Oct 10:41
6aaa81b

Choose a tag to compare

v0.18.0 Pre-release
Pre-release
  • 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

02 Apr 10:34
1ce34f5

Choose a tag to compare

v0.17.1 Pre-release
Pre-release
  • gui: fix incorrect value for the public key displayed into thr ssh key view

v0.17.0

29 Mar 18:39
6791c8f

Choose a tag to compare

v0.17.0 Pre-release
Pre-release
  • 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

08 Mar 19:58
444a7a3

Choose a tag to compare

v0.16.1 Pre-release
Pre-release
  • gui: fix item creation should show default content on cancel

v0.16.0

28 Feb 18:16
c7fb21c

Choose a tag to compare

v0.16.0 Pre-release
Pre-release
  • 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