PackageTrack
Sign in Get early access

github.com/oniony/TMSU

v0.7.5 #737 most downloaded on Go modules oniony/TMSU

What this package is like to depend on

Last release 9 months ago

12 Nov 2025

Ships unpredictably

gaps range from 8 days to 2.4 years

Some releases are documented

notes for 10 of 31 stable releases

Nothing withdrawn

no release was ever pulled

15 years old

42 releases · first in 2011

4 releases in the last 12 months

see the full history below

Release timeline

42 releases · Nov 2011 to Nov 2025
2012 2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 42
  1. v1.0.0-alpha.2.0.20251019014703-d7511e4b66b3 19 Oct 2025 pre-release

    Nothing published for this version

  2. v1.0.0-alpha.2.0.20251006004649-5b779d9216c4 06 Oct 2025 pre-release

    Nothing published for this version

  3. v1.0.0-alpha.2 05 Oct 2025 pre-release

    Nothing published for this version

  4. v1.0.0-alpha.1 08 May 2023 pre-release

    Nothing published for this version

  5. v0.7.5 02 Dec 2019
    Release notes

    Bug fix release:

    • Fixed issue with broken stderr pipe if VFS produces an error.
    • '--name' option on 'tags' subcommand now takes argument to control when file/value names are printed
    Open source →
    Release notes

    v0.7.5 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  6. v0.7.5-0.20251112224442-9a2551a20f4e 12 Nov 2025 pre-release

    Nothing published for this version

  7. v0.7.5-0.20230508183235-ea6a278ba53e 08 May 2023 pre-release

    Nothing published for this version

  8. v0.7.5-0.20221130114201-0bf4b8031cbe 30 Nov 2022 pre-release

    Nothing published for this version

  9. v0.7.5-0.20220513210316-5e467220abe5 13 May 2022 pre-release

    Nothing published for this version

  10. v0.7.5-0.20220210160923-009d691c5ebb 10 Feb 2022 pre-release

    Nothing published for this version

  11. v0.7.5-0.20191202202139-1e6dab9fc21b 02 Dec 2019 pre-release

    Nothing published for this version

  12. v0.7.4 08 Nov 2018
    Release notes
    • Fixed a regression with the 'files' subcommand.
    Open source →
    Release notes

    v0.7.4

    Compare

    Choose a tag to compare

    Open source →
  13. v0.7.3 13 Oct 2018
    Release notes
    • VFS directories were showing incorrect files and tags.
    Open source →
    Release notes

    v0.7.3

    Compare

    Choose a tag to compare

    Open source →
  14. v0.7.2 05 Oct 2018
    Release notes

    Bug fix release:

    • Fixes issue #148, whereby value directories were no longer being listed in the virtual filesystem.
    Open source →
    Release notes

    v0.7.2

    Compare

    Choose a tag to compare

    Open source →
  15. v0.7.1 03 Sep 2018
    Release notes

    DO NOT USE

    Bug fix release:

    • Wrong files would be returned when an tag=value implied another tag
    • Specifying empty FUSE options would cause Fusermount to fail
    • Manual repair would drop the file fingerprint

    This version has a bug with the VFS that means value directories are not show. Also note that the version number is wrong (0.7.0 rather than 0.7.1)

    Open source →
    Release notes

    v0.7.1

    Compare

    Choose a tag to compare

    Open source →
  16. v0.7.0 08 Nov 2017
    Release notes

    Note: this release changes how symbolic links are handled. See below.

    • TMSU now compiles for Mac O/S. (Thanks to https://github.com/pguth.)
    • The VFS no longer lists files alongside the tag directories under tags.
      Instead there are results directories at each level, within which you can
      find the set of symbolic links to the tagged files.
    • Symbolic links are now followed by default. This means that if you tag a
      symbolic link, the target file is tagged instead. To instruct TMSU to not
      follow symbolic links (previous behaviour) use the new --no-dereference
      option on the relevant subcommands.
    • Added new setting symlinkFingerprintAlgorithm to allow the fingerprint
      algorithm for symbolic links to be configured separately to regular files.
    • By default duplicate files will now be reported when tagging. A new setting
      reportDuplicates can be used to turn this off.
    • Slashes are now permitted within tags and values, useful for recording URLs.
      In the virtual filesystem, similar looking Unicode characters are used in
      their place.
    • Added --where option to tag subcommand to allow tags to be applied to
      the set of files matching a query.
    • The VFS tags directory will now relist tags that have values so that
      multiple values can be specified, e.g. tags/color/=red/color/=blue.
    • It is now possible to list tags that use a particular value with the new
      --value option on the 'tags' subcommand.
    • Made it possible to upgrade the database schema between releases.
    • Added --count option to untagged.
    • Bug fixes.
    Open source →
    Release notes

    v0.7.0

    Compare

    Choose a tag to compare

    Open source →
  17. v0.6.1 04 Mar 2016
    Release notes

    Fixes crash when accessing an empty tag in the virtual filesystem.

    (Microsoft Windows users please continue to use v0.6.0 as this bug fix is not relevant to that platform.)

    Open source →
    Release notes

    v0.6.1

    Compare

    Choose a tag to compare

    Open source →
  18. v0.6.0 23 Nov 2015
    Release notes
    • 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 new info 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 database
      • tmsu-fs-mv moves a file elsewhere on the filesystem and updates the TMSU database
      • tmsu-fs-merge deletes all but that last argument and merges their tags in the TMSU database

    And other bug fixes and performance improvements.

    Open source →
    Release notes

    v0.6.0

    Compare

    Choose a tag to compare

    Open source →
  19. v0.5.2 13 Mar 2015
    Release notes

    Fixes an issue (issue #28) where concurrent access to the virtual filesystem would cause a runtime panic.

    Open source →
    Release notes

    v0.5.2

    Compare

    Choose a tag to compare

    Open source →
  20. v0.5.1 09 Feb 2015
    Release notes

    This release fixes a bug with automatic tag creation.

    (Windows binary to follow.)

    Open source →
    Release notes

    v0.5.1 (critical bug fix)

    Compare

    Choose a tag to compare

    Open source →
  21. v0.5.0 08 Feb 2015

    Nothing published for this version

  22. v0.4.3 07 Dec 2014

    Nothing published for this version

  23. v0.4.2 26 Mar 2014

    Nothing published for this version

  24. v0.4.1 07 Mar 2014

    Nothing published for this version

  25. v0.4.0 03 Mar 2014

    Nothing published for this version

  26. v0.3.2 24 Jan 2014

    Nothing published for this version

  27. v0.3.1 24 Jan 2014

    Nothing published for this version

  28. v0.3.0 22 Nov 2013

    Nothing published for this version

  29. v0.2.0 26 Apr 2013

    Nothing published for this version

  30. v0.1.2 22 Mar 2013

    Nothing published for this version

  31. v0.1.1 19 Mar 2013

    Nothing published for this version

  32. v0.1.0 06 Mar 2013

    Nothing published for this version

  33. v0.0.9 25 Jul 2012

    Nothing published for this version

  34. v0.0.8 24 Jun 2012

    Nothing published for this version

  35. v0.0.7 17 Apr 2012

    Nothing published for this version

  36. v0.0.6 10 Apr 2012

    Nothing published for this version

  37. v0.0.5 03 Feb 2012

    Nothing published for this version

  38. v0.0.4 16 Jan 2012

    Nothing published for this version

  39. v0.0.3 04 Jan 2012

    Nothing published for this version

  40. v0.0.2 18 Nov 2011

    Nothing published for this version

  41. v0.0.1 11 Nov 2011

    Nothing published for this version

  42. v0.0.0-20220510153828-c1fd3be3fd96 10 May 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive