Skip to content

Commit 7e462aa

Browse files
committed
release: v3.5.0
1 parent e313acb commit 7e462aa

File tree

5 files changed

+47
-14
lines changed

5 files changed

+47
-14
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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+
## [3.5.0] - 2026-02-22
9+
10+
### 🚀 Features
11+
12+
- Add fzy matcher and `--typos`/`--no-typos` flag (#987)
13+
14+
### 🐛 Bug Fixes
15+
16+
- Correctly bind uppercase keys
17+
- More precision on AndOr matches (closes #526)
18+
- Respect the and & or priority
19+
20+
### ⚙️ Miscellaneous Tasks
21+
22+
- *(dep)* Remove unused dependency 'beef' (#986)
23+
- *(dep)* Frizbee 0.8.1 (#985)
24+
- Add partial bench to measure the time it takes to setup skim
25+
- Pin dependencies to the latest exact version
26+
27+
### New Contributors
28+
* @bitfehler made their first contribution in [#985](https://github.com/skim-rs/skim/pull/985)
29+
* @Sisyphus1813 made their first contribution in [#983](https://github.com/skim-rs/skim/pull/983)
30+
831
## [3.4.0] - 2026-02-19
932

1033
### 🚀 Features

Cargo.lock

Lines changed: 17 additions & 7 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 = "3.4.0"
3+
version = "3.5.0"
44
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"

man/man1/sk.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH sk 1 "sk 3.4.0"
3+
.TH sk 1 "sk 3.5.0"
44
.ie \n(.g .ds Aq \(aq
55
.el .ds Aq '
66
.SH NAME
@@ -655,7 +655,7 @@ Actions can take arguments, specified either between parentheses `reload(ls)` or
655655
.br
656656
* alt\-right
657657
.br
658-
* alt\-enter (alt\-ctrl\-m)
658+
* alt\-enter
659659
.br
660660
* alt\-space
661661
.br
@@ -683,9 +683,9 @@ Actions can take arguments, specified either between parentheses `reload(ls)` or
683683
.br
684684
* end
685685
.br
686-
* pgup (page\-up)
686+
* pgup
687687
.br
688-
* pgdn (page\-down)
688+
* pgdn
689689
.br
690690
* shift\-up
691691
.br
@@ -1041,4 +1041,4 @@ When using `sk \-\-remote`, pipe in action chains (see the KEYBINDS section), fo
10411041
.ie \n(.g .ds Aq \(aq
10421042
.el .ds Aq '
10431043
.SH VERSION
1044-
v3.4.0
1044+
v3.5.0

shell/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.2
1+
3.5.0

0 commit comments

Comments
 (0)