Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

68 lines (36 loc) · 3.92 KB

Changelog

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