v0.6.0
- Relaxed restrictions on tag and value names: in particular whitespace is now supported.
- Tag values are no longer automatically deleted when last usage is removed: they must now be managed manually. (Removing these checks improve performance of untagging operations.)
- Tag values can now be renamed, deleted and merged using the new
--value
option on the corresponding subcommands. - Tag values can now be used in implications.
- Fixed "too many SQL variables" bug.
- Output of
files
can now be sorted using the--sort
option. stats
subcommand has been replaced by a--stats
option on the newinfo
subcommand.- Included some scripts for making destructive changes to the filesystem. (By having these operations in separate scripts rather than as core functionality TMSU remains non-destructive.)
tmsu-fs-rm
removes a file from the filesystem and TMSU databasetmsu-fs-mv
moves a file elsewhere on the filesystem and updates the TMSU databasetmsu-fs-merge
deletes all but that last argument and merges their tags in the TMSU database
And other bug fixes and performance improvements.