Skip to content

Commit 2785249

Browse files
committed
Release 9.2.3
1 parent 6f2e2cd commit 2785249

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [9.2.3] - 2024-10-31
10+
### Added
11+
- Make `pw` work on Arch btw
12+
- Improve entropy in password generation by reducing read size
13+
14+
### Fixed
15+
- Fix character classes for BusyBox `tr` to avoid using `sed`
16+
917
## [9.2.2] - 2024-10-27
1018
### Added
1119
- `keepassxc`: Display error messages prominently to avoid them being missed
@@ -322,7 +330,8 @@ new format. `pw` can automatically migrate your `.pwrc` to the new format:
322330
- Add install script
323331
- Add readme
324332

325-
[Unreleased]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.2.2...HEAD
333+
[Unreleased]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.2.3...HEAD
334+
[9.2.3]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.2.2...9.2.3
326335
[9.2.2]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.2.1...9.2.2
327336
[9.2.1]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.2.0...9.2.1
328337
[9.2.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/9.1.1...9.2.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.2
1+
9.2.3

0 commit comments

Comments
 (0)