Lucor Paw Versions Save

Simple, modern and privacy-focused open source password manager

v0.24.0

1 week ago

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

2 months ago
  • 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

2 months ago
  • 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

2 months ago
  • ui: detail view could not show multiline label correctly

v0.22.0

3 months ago
  • 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

3 months ago
  • mobile: fix undefined: clipboardWriteTimeout

v0.21.1

3 months ago
  • cli: disable CLI application on mobile OSes
  • ui: fix background color for the delete button in the edit view

v0.21.0

3 months ago
  • 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

5 months ago
  • ui: update the vault layout to focus the search box using shift+tab
  • deps: update systray to fix a possible panic

v0.20.0

6 months ago
  • 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