aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
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 /CHANGELOG.md
parent0a1c39da6667ee8ce10b76f859ed42f2756f6536 (diff)
downloadrbw-e8a53ad117c5e3844884e5f56528a509c205b851.tar.gz
rbw-e8a53ad117c5e3844884e5f56528a509c205b851.zip
changelog and version bump1.10.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 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