mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
release: v1.3.2
This commit is contained in:
parent
0792967ea6
commit
d78ab85e41
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -5,6 +5,20 @@ 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.3.2] - 2026-01-21
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Better spinner debounce behavior to avoid flickering (closes #904)
|
||||
|
||||
### 📚 Documentation
|
||||
|
||||
- Update README install section
|
||||
- Add details to interactive mode in manpage (closes #805) (#816)
|
||||
|
||||
### 🧪 Testing
|
||||
|
||||
- Use insta for applicable integration tests, making them cross-p… (#903)
|
||||
## [1.3.1] - 2026-01-21
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1902,7 +1902,7 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|||
|
||||
[[package]]
|
||||
name = "skim"
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
dependencies = [
|
||||
"ansi-to-tui",
|
||||
"assert_enum_variants",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "skim"
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
|
||||
description = "Fuzzy Finder in rust!"
|
||||
documentation = "https://docs.rs/skim"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.TH sk 1 "sk 1.3.1"
|
||||
.TH sk 1 "sk 1.3.2"
|
||||
.SH NAME
|
||||
sk \- Fuzzy Finder in rust!
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -907,4 +907,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.3.1
|
||||
v1.3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue