Skip to content

Commit

Permalink
Release 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Oct 26, 2024
1 parent 5a0b97c commit 7987259
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.2.0] - 2024-10-26
### Added
- Make `pw` work on Alpine Linux and Ubuntu
- Add Dockerfiles for building and testing `pw` on Alpine Linux and Ubuntu
- Add support for clipboard tools: `xclip`, `xsel`, `wl-clipboard`
- Faster copy to clipboard

## [9.1.1] - 2024-10-19
### Added
- `macos_keychain`: Remove unnecessary password prompt for show command
- `macos_keychain`: Remove unnecessary password prompt for fzf preview

## [9.1.0] - 2024-10-19
### Upgrading to pw 9.1.0

In order to increase security, the `macos_keychain` plugin won't automatically
add the `security` command to the keychain's access control list anymore.

Expand Down Expand Up @@ -48,7 +54,6 @@ export PW_MACOS_KEYCHAIN_ACCESS_CONTROL="always-allow"

## [9.0.0] - 2024-10-17
### Upgrading to pw 9.0.0

In order to increase security, plugins are no longer sourced. Instead they are
executed as separate scripts. This change also makes it easier to write and
maintain plugins. Please migrate your custom plugins to the new format.
Expand Down Expand Up @@ -305,7 +310,8 @@ new format. `pw` can automatically migrate your `.pwrc` to the new format:
- Add install script
- Add readme

[Unreleased]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.1.1...HEAD
[Unreleased]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.2.0...HEAD
[9.2.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.1.1...9.2.0
[9.1.1]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.1.0...9.1.1
[9.1.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.0.0...9.1.0
[9.0.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/8.2.1...9.0.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.1.1
9.2.0

0 comments on commit 7987259

Please sign in to comment.