Skip to content

Releases: lucor/paw

v0.19.1

01 Oct 13:18
81cb6ec
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.15.0

26 Jan 18:46
f2e0b6e
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release
  • cli: add CLI application #3

v0.14.0

09 Jan 10:31
f71e73b
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

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

v0.13.1

07 Jan 10:09
f70df2d
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release
  • paw: item creation was not working correctly
  • doc: update screenshot