Skip to content

Commit 6b128b1

Browse files
committed
release: v3.3.0
1 parent 40c2ee6 commit 6b128b1

File tree

4 files changed

+73
-53
lines changed

4 files changed

+73
-53
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.3.0] - 2026-02-18
9+
10+
### 🚀 Features
11+
12+
- Use a separate thread pool for Matcher runs (#961)
13+
- Event-driven re-render (#949)
14+
- Allow run_with to be run within a tokio runtime (#979)
15+
16+
### 🐛 Bug Fixes
17+
18+
- Possible None unwrap if ansi enabled but not in item
19+
20+
### ⚙️ Miscellaneous Tasks
21+
22+
- Unify filter mode & squeeze more perf (#974)
23+
- Refactor Skim into its own file
24+
25+
### New Contributors
26+
* @figsoda made their first contribution in [#979](https://github.com/skim-rs/skim/pull/979)
27+
828
## [3.2.0] - 2026-02-13
929

1030
### 🚀 Features

0 commit comments

Comments
 (0)