Release Notes: This initial public release allows you to tag and untag files and directories, identify items with given tags, mount and unmount the virtual file system, and identify duplicates.


Release Notes: This release 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.


Release Notes: This release 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.


Release Notes: This release fixes a panic when using the "rename" command with an incorrect number of arguments, makes the "status" command handle cases in which a file is replaced with a directory (or vice-versa), and fixes a bug in the "status" command which caused mixing of relative and absolute files to miss some moved files.


Release Notes: This version aims to improve the performance of the program by removing automatic tag inheritance, which has proven slow on larger databases and slow filesystems (e.g., network filesystems). Instead, there is now a choice of how to handle directory contents, to add the nested files to the database using the --recursive option on the "tag" and "untag" commands or dynamically discover directory contents using the --recursive option on the "files" command. Many other bugfixes and improvements have been added.


Release Notes: This release fixes a bug that caused processes hosting the virtual filesystem to crash if a non-existent tag directory was 'stat'ed. Untagged files now inherit parent directory tags.