Skip to content

Releases: lucor/paw

v0.15.0

26 Jan 18:46
f2e0b6e

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

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

Choose a tag to compare

v0.13.1 Pre-release
Pre-release
  • paw: item creation was not working correctly
  • doc: update screenshot

v0.13.0

07 Jan 09:43
ae31a3a

Choose a tag to compare

v0.13.0 Pre-release
Pre-release

This release updates the internal storage, so previous versions won't be compatible.

  • paw: the website item has be renamed into login to make it more general purpose
  • ui: support showing website favicons #8
  • favicon: add package favicon that provides a favicon downloader #8
  • ico: add package ico that implements a minimal ICO image decoder #8

v0.12.0

03 Jan 12:19
b75d129

Choose a tag to compare

v0.12.0 Pre-release
Pre-release

This release updates the internal storage, so previous versions won't be compatible.

  • paw,ui: import items from file #6
  • paw,ui: export items to file #7
  • haveibeenpwned,ui: improve password audit

v0.11.0

28 Dec 19:48
f9665c6

Choose a tag to compare

v0.11.0 Pre-release
Pre-release

This release updates the internal storage, so previous versions won't be compatible.

  • paw: items are now stored into dedicated age files
  • paw,ui: add passphrase support #4
  • paw,ui: add pin password support

v0.10.0

21 Dec 19:03
93b119a

Choose a tag to compare

v0.10.0 Pre-release
Pre-release

Added

  • Password audit against data breaches #1
  • Add TOTP and HTOP support #5

v0.9.0 - Walking puppy

11 Dec 17:02
9fbb7f2

Choose a tag to compare

Pre-release

First release