diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4aff84..fe0cab4f 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.2.0] - 2026-01-20 + +### 🚀 Features + +- Add no-strip-ansi flag (#898) + +### 🐛 Bug Fixes + +- Run preview in a PTY (closes #894) ## [1.1.2] - 2026-01-20 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 483dc705..085e2009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1834,7 +1834,7 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "skim" -version = "1.1.2" +version = "1.2.0" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index 1696f6bb..96d7a0f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "1.1.2" +version = "1.2.0" 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 8da92a9b..122e2870 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.1.2" +.TH sk 1 "sk 1.2.0" .SH NAME sk \- Fuzzy Finder in rust! .SH SYNOPSIS @@ -876,4 +876,4 @@ Pipe log output to a file \fB\-\-expect\fR \fI\fR [default: ] Deprecated, kept for compatibility purposes. See accept() bind instead .SH VERSION -v1.1.2 +v1.2.0