Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed Jun 29, 2024
1 parent c164c4c commit 9b7f87e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.6.0](https://www.github.com/sentriz/cliphist/compare/v0.5.0...v0.6.0) (2024-06-29)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0

0 comments on commit 9b7f87e

Please sign in to comment.