Skip to content

Commit f9e7760

Browse files
committed
release: v3.4.0
1 parent c7da16f commit f9e7760

File tree

4 files changed

+34
-8
lines changed

4 files changed

+34
-8
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.4.0] - 2026-02-19
9+
10+
### 🚀 Features
11+
12+
- Allow setting delimiters in `+` expansions (closes #935)
13+
- Add set-header action (closes #768)
14+
- Add `--print-current`, `--output-format` (closes #981)
15+
- Add --ellipsis option
16+
- Back to stable rust (#980)
17+
18+
### 🐛 Bug Fixes
19+
20+
- *(ci)* Do not run benches
21+
22+
### 💼 Other
23+
24+
- Add filter
25+
26+
### 📚 Documentation
27+
28+
- Benchmarks
29+
30+
### ⚙️ Miscellaneous Tasks
31+
32+
- Add rust benchmark
33+
834
## [3.3.0] - 2026-02-18
935

1036
### 🚀 Features

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 = "3.3.0"
3+
version = "3.4.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: 2 additions & 2 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.3.0"
3+
.TH sk 1 "sk 3.4.0"
44
.ie \n(.g .ds Aq \(aq
55
.el .ds Aq '
66
.SH NAME
@@ -1030,4 +1030,4 @@ When using `sk \-\-remote`, pipe in action chains (see the KEYBINDS section), fo
10301030
.ie \n(.g .ds Aq \(aq
10311031
.el .ds Aq '
10321032
.SH VERSION
1033-
v3.3.0
1033+
v3.4.0

0 commit comments

Comments
 (0)