release: v1.7.2

This commit is contained in:
Loric ANDRE 2026-01-25 19:34:24 +01:00
parent 94c4bd51fe
commit 8cf06ab256
4 changed files with 10 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.7.2] - 2026-01-25
### 🐛 Bug Fixes
- Correct cursor position when using reverse and border (closes #928)
## [1.7.1] - 2026-01-25
### 🐛 Bug Fixes

2
Cargo.lock generated
View file

@ -1902,7 +1902,7 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
name = "skim"
version = "1.7.1"
version = "1.7.2"
dependencies = [
"ansi-to-tui",
"assert_enum_variants",

View file

@ -1,6 +1,6 @@
[package]
name = "skim"
version = "1.7.1"
version = "1.7.2"
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.7.1"
.TH sk 1 "sk 1.7.2"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.SH NAME
@ -982,4 +982,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.7.1
v1.7.2