Skip to content

Commit c2c7e03

Browse files
committed
changelog and version bump
1 parent b83c9f8 commit c2c7e03

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog
22

3-
## Unreleased
3+
## [1.13.0] - 2024-12-26
44

55
### Fixed
66

77
* Fix preventing the password type selectors in `rbw generate` from being
88
used together. (antecrescent, #198)
9+
* Fix `--clipboard` on Wayland (Maksim Karelov, #192)
10+
* Fix parsing vaults with entries that have non-null field types (Tin Lai, #212)
11+
* Fix lock timeout being reset when checking version (aeber, #216)
12+
* Update API request headers to pass new stricter validation on the official bitwarden.com server (Davide Laezza, #219)
13+
* Make it possible to start the rbw agent process from a graphical session and then access it over SSH (Wim de With, #221)
914

1015
## [1.12.1] - 2024-07-28
1116

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.12.1"
3+
version = "1.13.0"
44
authors = ["Jesse Luehrs <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)