Skip to content

Releases: lucor/paw

v0.24.0

03 May 17:57
e208594
Compare
Choose a tag to compare

This release focuses on enhancing the user experience by improving favicon downloads, form validations, and fixing various display issues.
It also paves the way for supporting browser extensions, introducing an initial implementation of the native messaging protocol.

Details:

  • ui: update icon to use tabler.io icon

  • ui: improve validation

  • ui: improve audit view

  • ui: improve favicon downloader

  • ui: improve note field display

  • ui,preferences: allow to disable favicon downloader

  • all: add application state

  • all: update to store time in UTC

  • browser: initial implementation of native messaging protocol to support browser extensions

  • deps add:

    • github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2
  • deps update:

    • fyne.io/fyne v2.4.5

v0.23.0

10 Mar 22:04
82265ca
Compare
Choose a tag to compare
  • storage: allow to set a storage root with PAW_HOME env var
  • storage: add mock
  • paw,ui: add initial support for item autofill
  • paw,ui: add support to subtitle
  • ui: improve unlock vault view
  • ui: remove unused parameter

v0.22.2

17 Feb 19:00
49d70a3
Compare
Choose a tag to compare
  • sshagent: fix SignWithFlags implementation

  • ui: update website info into about view

  • ui: update SSH key filter label

  • deps remove:

    • golang.org/x/text

v0.22.1

15 Feb 21:45
67dbf53
Compare
Choose a tag to compare
  • ui: detail view could not show multiline label correctly

v0.22.0

14 Feb 18:13
0afcaf6
Compare
Choose a tag to compare
  • all: improve health service performance creating a lock file

  • all: update logo

  • all: move main into project root

  • all: detach console when running on Windows

  • agent: update to use named pipe on Windows

  • cli: disable clipboard on FreeBSD

  • otp: ensure decoded key is padded

  • otp: fix padding issue for the 2fa code

  • ui: view could not refresh correctly using menu shortcuts

  • deps add:

    • gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
  • deps upgrade:

    • fyne.io/fyne v2.4.4

v0.21.2

28 Jan 17:08
a5f64b6
Compare
Choose a tag to compare
  • mobile: fix undefined: clipboardWriteTimeout

v0.21.1

24 Jan 19:50
e165557
Compare
Choose a tag to compare
  • cli: disable CLI application on mobile OSes
  • ui: fix background color for the delete button in the edit view

v0.21.0

23 Jan 06:56
bee5dbc
Compare
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
Compare
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
Compare
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