Skip to content

Releases: eikek/chee

Chee 0.3.0

23 Nov 22:39
Compare
Choose a tag to compare

This is mainly a bugfix release with one tiny feature.

  • new command meta tags to list all tags
  • fixes bugs #7 and #8
  • updates dependent libraries

chee 0.2.1

04 Jan 00:22
release/0.2.1
Compare
Choose a tag to compare

This release only contains the fix for bug #4 (compared to 0.2.0).

chee 0.2.0

15 Oct 22:19
release/0.2.0
Compare
Choose a tag to compare

This is the first release after the initial version. There have been many internal changes as well as new features.

New features:

  • Encryption: Encrypt and decrypt files using OpenPGP.
  • Repository mode: if a directory .chee is found it is used as config- and working directory.
  • Custom metadata: Attach tags and comments to your files. This information is stored in a plain text database file.
  • HTML Gallery: command for creating static html photo galleries
  • File management: mv and rm commands for moving and removing files. These commands are modelled more closely to the unix variants while keeping the index in sync.
  • Cleanup: new clean command to cleanup temporary data.

Please see the manual for more information. It may also be opened via chee help manual.

Removed features:

  • location management: Remove all location … commands; add new commands sync, add and import instead that also work for encrypted files.

Note for upgrading from previous version: Please rename your current $HOME/.chee to $HOME/.chee-work before using 0.2.0.