From d29c30c756a02f854e0dac0ebb18cf9e638267af Mon Sep 17 00:00:00 2001 From: Loric ANDRE Date: Tue, 27 Jan 2026 11:21:51 +0100 Subject: [PATCH] release: v1.9.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb855582..7fcf9b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.9.1] - 2026-01-27 + +### 🐛 Bug Fixes + +- Clear screen when not in fullscreenon bash & fish (#936) + +### New Contributors +* @phanen made their first contribution in [#936](https://github.com/skim-rs/skim/pull/936) + ## [1.9.0] - 2026-01-26 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 0f288619..123621ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1896,13 +1896,13 @@ checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" [[package]] name = "siphasher" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" +checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "skim" -version = "1.9.0" +version = "1.9.1" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index 1d0696dd..fc7b97b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "1.9.0" +version = "1.9.1" 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 90bab987..b444664c 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.0" +.TH sk 1 "sk 1.9.1" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -992,4 +992,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.0 +v1.9.1