Skip to content

Commit 656fd5b

Browse files
committed
Release 12.3.0
1 parent b0d238e commit 656fd5b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [12.3.0] - 2026-01-06
10+
### Added
11+
- Add pw mv command
12+
- `gpg`: Add mv command
13+
- `keepassxc`: Add mv command
14+
- `macos_keychain`: mv command not available
15+
16+
### Changed
17+
- Prompt password until retyped password matches
18+
919
## [12.2.0] - 2026-01-06
1020
### Added
1121
- `gpg`: Add `PW_GPG_IGNORE_PATHS` environment variable and `ignore_path` option to `pw.conf` to ignore false positives when discovering keychains
@@ -492,7 +502,8 @@ new format. `pw` can automatically migrate your `.pwrc` to the new format:
492502
- Add install script
493503
- Add readme
494504

495-
[Unreleased]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.2.0...HEAD
505+
[Unreleased]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.3.0...HEAD
506+
[12.3.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.2.0...12.3.0
496507
[12.2.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.1.1...12.2.0
497508
[12.1.1]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.1.0...12.1.1
498509
[12.1.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.0.1...12.1.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.2.0
1+
12.3.0

0 commit comments

Comments
 (0)