release: v1.0.0-pre5

This commit is contained in:
Loric ANDRE 2026-01-15 10:35:47 +01:00
parent c7ae5bf1a2
commit 2dddd43ca0
4 changed files with 14 additions and 4 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -1253,7 +1253,7 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
[[package]]
name = "skim"
version = "1.0.0-pre4"
version = "1.0.0-pre5"
dependencies = [
"ansi-to-tui",
"beef",

View file

@ -1,6 +1,6 @@
[package]
name = "skim"
version = "1.0.0-pre4"
version = "1.0.0-pre5"
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"

View file

@ -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<EXPECT>\fR [default: ]
Deprecated, kept for compatibility purposes. See accept() bind instead
.SH VERSION
v1.0.0\-pre4
v1.0.0\-pre5