Skip to content

Commit e8a53ad

Browse files
committed
changelog and version bump
1 parent 0a1c39d commit e8a53ad

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.10.0] - 2024-04-20
4+
5+
### Added
6+
7+
* `rbw get` now supports searching by URL as well (proxict, #132)
8+
* `rbw code` now supports `--clipboard`, and has an alias of `rbw totp` (#127)
9+
10+
### Changed
11+
12+
* Set a user agent for all API calls, not just logging in (#165)
13+
14+
### Fixed
15+
16+
* Also create runtime directories when running with `--no-daemonize` (Wim de With, #155)
17+
* Fix builds on NetBSD (#105)
18+
* Fix logging in when the configured email address differs in case from the email address used when registering (#158)
19+
* Fix editing passwords inadvertently clearing custom field values (#142)
20+
321
## [1.9.0] - 2024-01-01
422

523
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rbw"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
authors = ["Jesse Luehrs <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)