aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-20 18:06:30 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-20 18:06:30 -0400
commite8a53ad117c5e3844884e5f56528a509c205b851 (patch)
tree8843bd315e2f1c740adbe008a7240fc3c94225fa
parent0a1c39da6667ee8ce10b76f859ed42f2756f6536 (diff)
downloadrbw-e8a53ad117c5e3844884e5f56528a509c205b851.tar.gz
rbw-e8a53ad117c5e3844884e5f56528a509c205b851.zip
changelog and version bump1.10.0
-rw-r--r--CHANGELOG.md18
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <doy@tozt.net>"]
edition = "2021"