Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1.31 KB

All notable changes to Lockbox are documented in this file. The sections should follow the order Packaging, Added, Changed, Fixed and Removed.

The format is based on Keep a Changelog.

0.1.4

Packaging

Added

Changed

Fixed


0.1.3

Added


0.1.2

Changed

  • Replace colored crate with crossterm for colored output. Issue
  • Replace clipboard crate with copypasta for copying to clipboard. Issue
  • Setting up a password store or updating the master password will now prompt the user to re-enter the master password Issue

Fixed

  • Duplicate print statement in remove password command Issue
  • Missing linux dependencies added by clipboard crate Issue
  • Copy password to clipboard on the show command Issue

0.1.1

Changed

  • Set default password store path relative to $HOME dir Issue