Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed May 13, 2024
1 parent 8a266ab commit 94a102d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Beefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEE_VERSION=1.4.0
BEE_PLUGINS_PATHS=("${BEE_RESOURCES}/plugins")
BEE_PLUGINS=(release)

[[ -f ~/.bee/secrets.bash ]] && source ~/.bee/secrets.bash
bee::secrets() { [[ ! -f ~/.bee/secrets.bash ]] || source ~/.bee/secrets.bash; }

GITHUB_REPO="sschmid/${BEE_PROJECT}"
CHANGELOG_URL="https://github.com/${GITHUB_REPO}"
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0] - 2024-05-13
### Added
- Introduce plugin architecture to support different password managers
- Add plugin for `macOS-keychain` and `keepassxc-cli`
- Add support for choosing from multiple keychains
- Update bats and add bats-file submodule

### Changed
- Changed `pw init` to accept keychain name as argument
- Increase entry name padding in `pw ls`
- Don't automatically append `.keychain`

### Removed
- Remove `-a` option to search in all user keychains

## [5.1.0] - 2023-03-14
### Added
- Clear password from clipboard after 45 seconds
Expand Down Expand Up @@ -110,7 +125,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/5.1.0...HEAD
[Unreleased]: https://github.com/sschmid/pw/compare/6.0.0...HEAD
[6.0.0]: https://github.com/sschmid/pw/compare/5.1.0...6.0.0
[5.1.0]: https://github.com/sschmid/pw/compare/5.0.0...5.1.0
[5.0.0]: https://github.com/sschmid/pw/compare/4.5.1...5.0.0
[4.5.1]: https://github.com/sschmid/pw/compare/4.5.0...4.5.1
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
6.0.0

0 comments on commit 94a102d

Please sign in to comment.