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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.2] - 2020-08-17
### Changed
- Prompt when about to overwrite an entry [#16](https://github.com/stchris/passage/issues/16)
- cargo update 2020-08-17

## [0.2.1] - 2020-07-02
### Changed
- improved input prompts when creating new entries

## [0.2.0] - 2020-07-01
### Added
- Now relying on the [directories](https://crates.io/crates/directories) crate to provide a cross-platform default storage directory location
- `passage info` displays the storage folder in use
- `passage info` displays a hint to run init if the storage folder doesn't exist

### Changed
- updated workflow documentation regarding the storage folder
- fixed clipboard related error handling

## [0.1.2] - 2020-06-28
### Changed
- Copying to clipboard uses fork only on Linux

## [0.1.1] - 2020-06-28
### Added
- Documentation updates, including a walkthrough
- Short option `-o` for `passage show --on-screen`

### Changed
- Fix clipboard copying on Linux. A child process is spawned and keeps the content on the clipboard for 10 seconds. See #5
- Better presentation on crates.io

## [0.1.0] - 2020-06-26
