From 28b77294e2550515b83f599d370570f23e995b2e Mon Sep 17 00:00:00 2001 From: Simon Schmid Date: Mon, 9 Sep 2024 11:09:07 +0200 Subject: [PATCH] Release 7.0.0 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- version.txt | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbfb88..933e882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.0] - 2024-09-09 +### Added +- Added shorter bash version check +- Added optional `fzf` format to `ls` +- Added more tests +- Added `_skip_if_github_action()` for tests +- Added uninstall instructions. Closes #5 + +### Fixed +- Support leading and trailing spaces in entry name and account +- Clear clipboard after generating password +- `macos_keychain`: Fix getting entry with empty name or account +- `macos_keychain`: Fix removing entry with empty name or account +- `macos_keychain`: Fix `ls` splitting on `=` +- `macos_keychain`: Accept keychain password from stdin to init +- `macos_keychain`: Accept keychain password from stdin to unlock + +### Changed +- Drastically simplified plugin architecture and tests +- Migrated `macos_keychain` and tests to new plugin structure +- Migrated `keepassxc` and tests to new plugin structure + ## [6.1.2] - 2024-05-18 ### Fixed - `macos_keychain:` Fix not opening keychains with absolute path @@ -149,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add install script - Add readme -[Unreleased]: https://github.com/sschmid/pw/compare/6.1.2...HEAD +[Unreleased]: https://github.com/sschmid/pw/compare/7.0.0...HEAD +[7.0.0]: https://github.com/sschmid/pw/compare/6.1.2...7.0.0 [6.1.2]: https://github.com/sschmid/pw/compare/6.1.1...6.1.2 [6.1.1]: https://github.com/sschmid/pw/compare/6.1.0...6.1.1 [6.1.0]: https://github.com/sschmid/pw/compare/6.0.0...6.1.0 diff --git a/version.txt b/version.txt index 5e32542..66ce77b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.1.2 +7.0.0