From e9ac3033bc51a9f66f55e06a6e12f8c511566ab0 Mon Sep 17 00:00:00 2001 From: Senan Kelly Date: Tue, 15 Oct 2024 21:52:02 +0100 Subject: [PATCH] chore: release 0.6.0 (#89) --- CHANGELOG.md | 16 ++++++++++++++++ version.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e030741..5e9d821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.6.0](https://www.github.com/sentriz/cliphist/compare/v0.5.0...v0.6.0) (2024-10-15) + + +### Features + +* add -preview-width option to limit char width of preview ([#88](https://www.github.com/sentriz/cliphist/issues/88)) ([4714de1](https://www.github.com/sentriz/cliphist/commit/4714de1cc6c58854a42199598b5e926f1fd50e4e)) +* **contrib:** resize images in wofi script to make them clearly visible ([#105](https://www.github.com/sentriz/cliphist/issues/105)) ([05d29dc](https://www.github.com/sentriz/cliphist/commit/05d29dc332ff9e9895ec1a6f21a828faa5d34555)) +* **contrib:** use "magick" instead of "convert" ([#104](https://www.github.com/sentriz/cliphist/issues/104)) ([c164c4c](https://www.github.com/sentriz/cliphist/commit/c164c4c3f88c4bde94b0fe6edc5672b9bf1c0c8a)) +* make db path configurable (flag / env var / config file) ([19ef90e](https://www.github.com/sentriz/cliphist/commit/19ef90ee35e6e3b27219d38ee43c82f52402431b)), closes [#91](https://www.github.com/sentriz/cliphist/issues/91) +* support configuration via env var or config file ([#90](https://www.github.com/sentriz/cliphist/issues/90)) ([08ee1fb](https://www.github.com/sentriz/cliphist/commit/08ee1fbe04610b01c0bd70fb9492f2338e1b9f4d)) + + +### Bug Fixes + +* correctly truncate utf-8 string ([9128c08](https://www.github.com/sentriz/cliphist/commit/9128c08fd4e24464ddcede6c5a0d32dabfc1ec09)), closes [#82](https://www.github.com/sentriz/cliphist/issues/82) + ## [0.5.0](https://www.github.com/sentriz/cliphist/compare/v0.4.0...v0.5.0) (2023-12-12) diff --git a/version.txt b/version.txt index 8f0916f..a918a2a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.0 +0.6.0