mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
release: v1.0.0-pre5
This commit is contained in:
parent
c7ae5bf1a2
commit
2dddd43ca0
10
CHANGELOG.md
10
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/),
|
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).
|
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
|
## [1.0.0-pre4] - 2026-01-14
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 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
|
- *(cmd)* [**breaking**] Always use `sh` for all command executions
|
||||||
|
|
||||||
|
### 💼 Other
|
||||||
|
|
||||||
|
- V1.0.0-pre4
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
- Regenerate CHANGELOG.md
|
- Regenerate CHANGELOG.md
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1253,7 +1253,7 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "skim"
|
name = "skim"
|
||||||
version = "1.0.0-pre4"
|
version = "1.0.0-pre5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi-to-tui",
|
"ansi-to-tui",
|
||||||
"beef",
|
"beef",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "skim"
|
name = "skim"
|
||||||
version = "1.0.0-pre4"
|
version = "1.0.0-pre5"
|
||||||
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
|
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
|
||||||
description = "Fuzzy Finder in rust!"
|
description = "Fuzzy Finder in rust!"
|
||||||
documentation = "https://docs.rs/skim"
|
documentation = "https://docs.rs/skim"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.TH sk 1 "sk 1.0.0-pre4"
|
.TH sk 1 "sk 1.0.0-pre5"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sk \- Fuzzy Finder in rust!
|
sk \- Fuzzy Finder in rust!
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -814,4 +814,4 @@ Pipe log output to a file
|
||||||
\fB\-\-expect\fR \fI<EXPECT>\fR [default: ]
|
\fB\-\-expect\fR \fI<EXPECT>\fR [default: ]
|
||||||
Deprecated, kept for compatibility purposes. See accept() bind instead
|
Deprecated, kept for compatibility purposes. See accept() bind instead
|
||||||
.SH VERSION
|
.SH VERSION
|
||||||
v1.0.0\-pre4
|
v1.0.0\-pre5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue