From 2dddd43ca097fd761cdebe20e063a8db0cd876e3 Mon Sep 17 00:00:00 2001 From: Loric ANDRE Date: Thu, 15 Jan 2026 10:35:47 +0100 Subject: [PATCH] release: v1.0.0-pre5 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97863e20..2c05c3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.0.0-pre5] - 2026-01-15 + +### 🚀 Features + +- *(ui)* Add selector and multi-selector options to set the itemlist icons +- *(ui)* Allow setting modifiers (closes #871) ## [1.0.0-pre4] - 2026-01-14 ### 🚀 Features @@ -15,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - *(cmd)* [**breaking**] Always use `sh` for all command executions +### 💼 Other + +- V1.0.0-pre4 + ### ⚙️ Miscellaneous Tasks - Regenerate CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 6a4410e5..8b70909a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,7 +1253,7 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "skim" -version = "1.0.0-pre4" +version = "1.0.0-pre5" dependencies = [ "ansi-to-tui", "beef", diff --git a/Cargo.toml b/Cargo.toml index a7c28f50..1e382994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "1.0.0-pre4" +version = "1.0.0-pre5" 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 9e746ef5..56cec719 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.0.0-pre4" +.TH sk 1 "sk 1.0.0-pre5" .SH NAME sk \- Fuzzy Finder in rust! .SH SYNOPSIS @@ -814,4 +814,4 @@ Pipe log output to a file \fB\-\-expect\fR \fI\fR [default: ] Deprecated, kept for compatibility purposes. See accept() bind instead .SH VERSION -v1.0.0\-pre4 +v1.0.0\-pre5