Skip to content

Commit 653a3eb

Browse files
committed
release: v1.5.4
1 parent 7681236 commit 653a3eb

File tree

5 files changed

+460
-410
lines changed

5 files changed

+460
-410
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.4] - 2026-01-23
9+
10+
### πŸ› Bug Fixes
11+
12+
- Do not override {} with {q} in interactive mode
13+
- Remove unnecessary clone in printf
14+
- Correctly merge styles & do not reset them by default (#918)
15+
- Translate frizbee's byte indices into char indices
16+
17+
### πŸ“š Documentation
18+
19+
- Customize man page
20+
821
## [1.5.3] - 2026-01-22
922

1023
### πŸ› Bug Fixes

β€ŽCargo.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "1.5.3"
3+
version = "1.5.4"
44
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"

0 commit comments

Comments
Β (0)