Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 5.62 KB

CHANGELOG.md

File metadata and controls

91 lines (48 loc) · 5.62 KB

Changelog

0.6.1 (2024-10-15)

Bug Fixes

  • case when no XDG_{CACHE,CONFIG}_HOME (b3d4bd4), closes #118

0.6.0 (2024-10-15)

Features

  • add -preview-width option to limit char width of preview (#88) (4714de1)
  • contrib: resize images in wofi script to make them clearly visible (#105) (05d29dc)
  • contrib: use "magick" instead of "convert" (#104) (c164c4c)
  • make db path configurable (flag / env var / config file) (19ef90e), closes #91
  • support configuration via env var or config file (#90) (08ee1fb)

Bug Fixes

  • correctly truncate utf-8 string (9128c08), closes #82

0.5.0 (2023-12-12)

Features

  • accept multiple input lines for cliphist delete (fbc54c0), closes #63
  • add support for bmp images (3c9a7b8), closes #46
  • add version command (3e91638)
  • allow passing an id directly to decode (a2ead3d)
  • clear last entry if we get clear from CLIPBOARD_STATE (5764b03), closes #58
  • contrib: add rofi script with support for displaying images (#70) (3da9a90)
  • contrib: speed up cliphist-rofi-img script and make compatible with 0.4 (95c1936), closes #71
  • don't store items >5MB (594ca54), closes #68
  • show image size and dimensions in preview (dd3c5f0)

0.4.0 (2023-03-08)

Features

  • add -max-items and -max-dedupe-search command line args (df85b70), closes #35
  • add "wipe" command (c2e08d9)
  • use tab as the id separator (bf792ca)

0.3.1 (2022-03-12)

Bug Fixes

  • read write std io before opening db (4a54efe), closes #26

0.3.0 (2021-10-26)

⚠ BREAKING CHANGES

  • set delete commands to db delete / delete-query

Features

Code Refactoring

  • set delete commands to db delete / delete-query (4e8c459)

0.2.0 (2021-10-24)

Features

0.1.0 (2021-09-17)

Features

Bug Fixes