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
--valueoption on the corresponding subcommands. - Tag values can now be used in implications.
- Fixed "too many SQL variables" bug.
- Output of
filescan now be sorted using the--sortoption. statssubcommand has been replaced by a--statsoption on the newinfosubcommand.- 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-rmremoves a file from the filesystem and TMSU databasetmsu-fs-mvmoves a file elsewhere on the filesystem and updates the TMSU databasetmsu-fs-mergedeletes all but that last argument and merges their tags in the TMSU database
And other bug fixes and performance improvements.