Skip to content

Release v3.0.0-pre.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Mar 07:07
Immutable release. Only release title and notes can be modified.
7c4e6ed

What's Changed

  • Transition from zeroize to secrecy, eliminating concerns about copied or moved values not being zeroed
  • Allow up to 4KiB site passwords to be generated
  • Allow site passwords containing null bytes and other non-printable characters to be generated
  • Add a -p / --print-sites flag to print site URLs, for possible use in shell completion
  • Bump crypto-bigint to final v0.7.0 release
  • Bumped anyhow to 1.0.102, clap to 4.5.60

macOS Instructions

Download onepass.pkg and also onepass.provisionprofile. Run the installer and also install the provisioning profile (open the file and select “install”) in order for the installed onepass binary to work.

Binary Verification

You can use the gh CLI to verify that these binaries came from the workflow run associated with this release:

gh attestation verify "$(command -v onepass)" --repo mrdomino/onepass
gh release verify-asset v3.0.0-pre.3 "$(command -v onepass)" --repo mrdomino/onepass

Full Changelog: v3.0.0-pre.3...v3.0.0-pre.4