diff --git a/CHANGELOG.md b/CHANGELOG.md index e7161f7..e030741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.5.0](https://www.github.com/sentriz/cliphist/compare/v0.4.0...v0.5.0) (2023-12-12) + + +### Features + +* accept multiple input lines for `cliphist delete` ([fbc54c0](https://www.github.com/sentriz/cliphist/commit/fbc54c0fe4c930cd24eb3c70134c3c3a1b3dcd2d)), closes [#63](https://www.github.com/sentriz/cliphist/issues/63) +* add support for bmp images ([3c9a7b8](https://www.github.com/sentriz/cliphist/commit/3c9a7b889e4eeed301e71d67ed37246cc9097e63)), closes [#46](https://www.github.com/sentriz/cliphist/issues/46) +* add version command ([3e91638](https://www.github.com/sentriz/cliphist/commit/3e91638630fc54f815ae025fa77e2472a770e91a)) +* allow passing an id directly to decode ([a2ead3d](https://www.github.com/sentriz/cliphist/commit/a2ead3d83dd67ceb7189246ce428a21c559a449e)) +* clear last entry if we get `clear` from CLIPBOARD_STATE ([5764b03](https://www.github.com/sentriz/cliphist/commit/5764b0345432b07eca49914e603a6fd2d1431a73)), closes [#58](https://www.github.com/sentriz/cliphist/issues/58) +* **contrib:** add rofi script with support for displaying images ([#70](https://www.github.com/sentriz/cliphist/issues/70)) ([3da9a90](https://www.github.com/sentriz/cliphist/commit/3da9a90de9828018149bb11befd3c1d7f2ed44d5)) +* **contrib:** speed up cliphist-rofi-img script and make compatible with 0.4 ([95c1936](https://www.github.com/sentriz/cliphist/commit/95c193604fce7c5ec094ff9bf1c62cc6f5395750)), closes [#71](https://www.github.com/sentriz/cliphist/issues/71) +* don't store items >5MB ([594ca54](https://www.github.com/sentriz/cliphist/commit/594ca54b6c9d3363f7c59b95a40832d71bf8c5e5)), closes [#68](https://www.github.com/sentriz/cliphist/issues/68) +* show image size and dimensions in preview ([dd3c5f0](https://www.github.com/sentriz/cliphist/commit/dd3c5f0248065d8f36c48445b3e68ffb6000ff86)) + ## [0.4.0](https://www.github.com/sentriz/cliphist/compare/v0.3.1...v0.4.0) (2023-03-08) diff --git a/version.txt b/version.txt index 1d0ba9e..8f0916f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.0 +0.5.0