File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ release::publish() {
88 git tag " ${version} "
99 git push --tags
1010 github::create_release
11- release::upload " ${version} "
1211}
1312
1413release::upload () {
Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 12.1.0] - 2025-06-15
10+ ### Added
11+ - Add plugin specific config parsing
12+ - ` macos_keychain ` : Add ` keychain_access_control ` option to ` pw.conf `
13+
14+ ``` ini
15+ [macos_keychain]
16+ keychain_access_control = always-allow
17+ ```
18+
19+ ### Other
20+ - Update to Bats v1.12.0
21+
922## [ 12.0.1] - 2025-06-12
1023### Fixed
1124- Fix regression: Copy password without trailing newline
@@ -450,7 +463,8 @@ new format. `pw` can automatically migrate your `.pwrc` to the new format:
450463- Add install script
451464- Add readme
452465
453- [ Unreleased ] : https://github.com/sschmid/pw-terminal-password-manager/compare/12.0.1...HEAD
466+ [ Unreleased ] : https://github.com/sschmid/pw-terminal-password-manager/compare/12.1.0...HEAD
467+ [ 12.1.0 ] : https://github.com/sschmid/pw-terminal-password-manager/compare/12.0.1...12.1.0
454468[ 12.0.1 ] : https://github.com/sschmid/pw-terminal-password-manager/compare/12.0.0...12.0.1
455469[ 12.0.0 ] : https://github.com/sschmid/pw-terminal-password-manager/compare/11.0.0...12.0.0
456470[ 11.0.0 ] : https://github.com/sschmid/pw-terminal-password-manager/compare/10.1.0...11.0.0
Original file line number Diff line number Diff line change 1- 12.0.1
1+ 12.1.0
You can’t perform that action at this time.
0 commit comments