Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

47 lines (37 loc) · 1.38 KB

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.

0.3.0 - 2021-01-22

Added

  • Allow users to set a selector other than fzf using the SELECTOR environment variable.

0.2.2 - 2020-06-06

Fixed

  • Don't print an error if the user doesn't select a key.
  • Add changelog to the project.

Changed

  • Clean up usage printout.

0.2.1 - 2020-05-27

Changed

  • Removed uses of expr command.
  • Prompts only accept lowercase "y" now.

0.2.0 - 2020-05-26

Added

  • Posix compatibility for more portability.

Changed

  • Switched from bash to posix shell.

0.1.0 - 2020-05-24

Added

  • Created Setup and Usage sections in README.
  • Command to retrieve a key.
  • Command to add a key.
  • Command to remove a key.
  • Command to modify a key.
  • Help flag to see basic usage.