From edaea9f34a0bc806102319908bdf03ee68df68ab Mon Sep 17 00:00:00 2001 From: Loric ANDRE Date: Tue, 27 Jan 2026 16:44:54 +0100 Subject: [PATCH] release: v1.10.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcf9b5d..7735d825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.10.0] - 2026-01-27 + +### 🚀 Features + +- Add `--normalize` to ignore accents etc. when matching (closes #453) (#914) + +### 🐛 Bug Fixes + +- *(frizbee)* Correctly compute max_typos +- Make `-1` reset highlights (#937) +- Always display item_list (closes #939) + ## [1.9.1] - 2026-01-27 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 30c9fb3d..f783e4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1902,7 +1902,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "skim" -version = "1.9.1" +version = "1.10.0" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index 192079c7..f9f56b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "1.9.1" +version = "1.10.0" authors = ["Loric ANDRE", "Zhang Jinzhou "] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim" diff --git a/man/man1/sk.1 b/man/man1/sk.1 index 3f554999..723e11b3 100644 --- a/man/man1/sk.1 +++ b/man/man1/sk.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH sk 1 "sk 1.9.1" +.TH sk 1 "sk 1.10.0" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -997,4 +997,4 @@ When using `sk \-\-remote`, pipe in action chains (see the KEYBINDS section), fo .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH VERSION -v1.9.1 +v1.10.0