File tree Expand file tree Collapse file tree 4 files changed +73
-53
lines changed
Expand file tree Collapse file tree 4 files changed +73
-53
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments