Skip to content

Releases: Rolv-Apneseth/clipvault

clipvault v1.1.0

05 Nov 23:53

Choose a tag to compare

Refactor

  • bump max number of log files to be stored to 7 (n+1) (#29)

Added

  • ignore pattern for store (#25)

Fixed

  • limit number of log files (#28)

clipvault v1.0.6

29 Oct 11:27
066197c

Choose a tag to compare

Fixed

  • limit database size (#23)

clipvault v1.0.5

08 Oct 08:16
00fdad5

Choose a tag to compare

Fixed

  • include newline at the end of list output (#21)

clipvault v1.0.4

07 Oct 22:38
6d1e17f

Choose a tag to compare

Security

  • ensure that on creation, the DB file only gives read-write permissions to the owner (#20)

Warning

This does not apply to existing database files - if you wish to apply these permissions to your existing file, use chmod 600 /path/to/file, e.g. chmod 600 ~/.local/share/clipvault.db

clipvault v1.0.3

03 Sep 10:18
e5ccacf

Choose a tag to compare

Fixed

  • truncate text for previews on grapheme clusters, not unicode code points (#12)

clipvault v1.0.2

02 Sep 20:14
de2ad1d

Choose a tag to compare

Fixed

  • only get required content for previews (#11)

clipvault v1.0.1

30 Aug 17:13
8f5e79d

Choose a tag to compare

Other

  • (deps) bump tracing-subscriber in the deps group (#6)
  • (readme) fix typo

clipvault v1.0.0

30 Aug 16:46

Choose a tag to compare

First release