lprs/CHANGELOG.md
2024-05-04 15:07:49 +00:00

3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

unreleased

Added

  • Ability to enter password via stdin add&edit (#15) (5f357b8)
  • Encrypt the hole vault file (6f6966d)
    • BC: The previous format is not supported after this commit, so you must export your vaults in bit-warden format (before this commit) and then re-invoke them (after this commit)
  • Make the username & password optional in the vault (#12) (af6664d)
  • Support --verbose flag (#23) (31a68b9)
  • Support rm and ls aliases (#22) (791d390)
  • Validate args before ask for the master password (#17) (b4bcaa9)

Changed

  • Change 'password manager' to 'vault manager' (bae0cf1)
  • Rename just file (e231352)
  • Add a ecryption state to the vault (4def4aa)
    • BC: Moving from password to vault
  • Move from GitHub to Forgejo (6163c3f)
  • Rename Passwords Vaults (f6aaecb)
  • Use select for vaults listing (#19) (83c7296)

Fixed

  • Merge rust ci jobs into one job (#2) (34eb9d1)

1.2.1 - 2024-01-07

1.2.0 - 2024-01-07

1.1.0 - 2024-01-03

1.0.0 - 2023-12-31

0.1.0 - 2023-12-23

This changelog was generated by git-cliff