Skip to content

Releases: sentriz/cliphist

cliphist v0.6.1

15 Oct 23:44
8c48df7
Compare
Choose a tag to compare

Bug Fixes

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

cliphist v0.6.0

15 Oct 20:52
e9ac303
Compare
Choose a tag to compare

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

cliphist v0.5.0

08 Feb 21:04
34dadcd
Compare
Choose a tag to compare

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)

cliphist v0.4.0

08 Mar 10:39
Compare
Choose a tag to compare

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)

cliphist v0.3.1

12 Mar 12:55
ef60dc2
Compare
Choose a tag to compare

Bug Fixes

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

cliphist v0.3.0

26 Oct 19:14
5a4258f
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • set delete commands to db delete / delete-query

Features

Code Refactoring

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

cliphist v0.2.0

24 Oct 22:08
0dea943
Compare
Choose a tag to compare

Features

cliphist v0.1.0

17 Sep 22:02
166cf82
Compare
Choose a tag to compare

Features

Bug Fixes