Skip to content

Commit 040fc68

Browse files
committed
release: v1.8.0
1 parent 070b834 commit 040fc68

File tree

4 files changed

+29
-8
lines changed

4 files changed

+29
-8
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.8.0] - 2026-01-26
9+
10+
### 🚀 Features
11+
12+
- Parse ansi codes in prompt
13+
14+
### 🐛 Bug Fixes
15+
16+
- Header and header-lines order in reverse layout
17+
- Correctly overlay header styles
18+
- Make select-1 and exit-0 work again (closes #916) (#933)
19+
- Fix cursor blinking (closes #932) (credits to @lilydjwg)
20+
21+
### 🧪 Testing
22+
23+
- Review snapshots
24+
25+
### ⚙️ Miscellaneous Tasks
26+
27+
- Add matrix room to readme
28+
829
## [1.7.2] - 2026-01-25
930

1031
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "1.7.2"
3+
version = "1.8.0"
44
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"

man/man1/sk.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH sk 1 "sk 1.7.2"
3+
.TH sk 1 "sk 1.8.0"
44
.ie \n(.g .ds Aq \(aq
55
.el .ds Aq '
66
.SH NAME
@@ -982,4 +982,4 @@ When using `sk \-\-remote`, pipe in action chains (see the KEYBINDS section), fo
982982
.ie \n(.g .ds Aq \(aq
983983
.el .ds Aq '
984984
.SH VERSION
985-
v1.7.2
985+
v1.8.0

0 commit comments

Comments
 (0)