From e8a53ad117c5e3844884e5f56528a509c205b851 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 20 Apr 2024 18:06:30 -0400 Subject: changelog and version bump --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3dfde..730b8e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.10.0] - 2024-04-20 + +### Added + +* `rbw get` now supports searching by URL as well (proxict, #132) +* `rbw code` now supports `--clipboard`, and has an alias of `rbw totp` (#127) + +### Changed + +* Set a user agent for all API calls, not just logging in (#165) + +### Fixed + +* Also create runtime directories when running with `--no-daemonize` (Wim de With, #155) +* Fix builds on NetBSD (#105) +* Fix logging in when the configured email address differs in case from the email address used when registering (#158) +* Fix editing passwords inadvertently clearing custom field values (#142) + ## [1.9.0] - 2024-01-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3c1bffe..1ce6100 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1315,7 +1315,7 @@ dependencies = [ [[package]] name = "rbw" -version = "1.9.0" +version = "1.10.0" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ae50375..9b6dbbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "1.9.0" +version = "1.10.0" authors = ["Jesse Luehrs "] edition = "2021" -- cgit v1.2.3-54-g00ecf