Skip to content

Commit e9ac303

Browse files
authored
chore: release 0.6.0 (#89)
1 parent dc8f744 commit e9ac303

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.6.0](https://www.github.com/sentriz/cliphist/compare/v0.5.0...v0.6.0) (2024-10-15)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* **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))
10+
* **contrib:** use "magick" instead of "convert" ([#104](https://www.github.com/sentriz/cliphist/issues/104)) ([c164c4c](https://www.github.com/sentriz/cliphist/commit/c164c4c3f88c4bde94b0fe6edc5672b9bf1c0c8a))
11+
* 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)
12+
* 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))
13+
14+
15+
### Bug Fixes
16+
17+
* correctly truncate utf-8 string ([9128c08](https://www.github.com/sentriz/cliphist/commit/9128c08fd4e24464ddcede6c5a0d32dabfc1ec09)), closes [#82](https://www.github.com/sentriz/cliphist/issues/82)
18+
319
## [0.5.0](https://www.github.com/sentriz/cliphist/compare/v0.4.0...v0.5.0) (2023-12-12)
420

521

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

0 commit comments

Comments
 (0)