TMSU Changelog

What's new in TMSU 0.3.0

Nov 23, 2013
  • Support for file queries (e.g. fish and chips and mushy-peas or ketchup), support for such queries as directories in the virtual filesystem, a new global --database option, support for the system 'mount' command, and other improvements and bugfixes.

New in TMSU 0.2.2 (Oct 4, 2013)

  • Fixed the virtual filesystem.

New in TMSU 0.2.1 (Jul 11, 2013)

  • This version fixes a bug where excluding multiple tags would return incorrect results.
  • It fixes Go 1.1 compilation problems.

New in TMSU 0.2.0 (Apr 29, 2013)

  • This version adds support for tag implications (and a new "imply" command for managing these), a --force option to the "repair" command to remove missing files (and associated taggings) from the database, a --from option to the "tag" command to allow tags to copied from one file to another, a --directory option to the "status" command to stop it from recursively processing directory contents, a --print0 option to the "files" command to allow use with xargs, a --count option to the "tags" and "files" commands to list tag/file counts rather than names, and bugfixes and unit-test improvements.

New in TMSU 0.1.2 (Mar 29, 2013)

  • This version removes use of Sqlite bulk insert functionality so that TMSU may be used with older versions of Sqlite, such as those which ship with the current releases of the major Linux distributions.