Skip to content

Commit 90e895f

Browse files
committed
changelog and version bump
1 parent f80ef38 commit 90e895f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [1.13.2] - 2025-01-06
4+
5+
## Fixed
6+
7+
* Try another clipboard backend to try to fix cross platform issues. (Mag
8+
Mell, #226)
9+
* `rbw unlocked` no longer starts the agent if it isn't running. (#223)
10+
* The cardholder_name field is now correctly populated for card entries.
11+
(#204)
12+
* Fix ip address url matching when using the domain match type. (#211)
13+
* Make the behavior of matching urls with no paths when using the exact match
14+
type more consistent. (#211)
15+
316
## [1.13.1] - 2024-12-27
417

518
### Fixed

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

0 commit comments

Comments
 (0)