1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
New in version 0.16
- Added noise filtering
- Added cleanhiearchy option, to merge equivalent tags in every node of the hierarchy
New in version 0.14
- Ported to libtagcoll 0.4
New in version 0.13
- Parser can now parse lines in the form:
item1, item2, item3: tag1, tag2, tag3
- Added --group-items switch
- Added taggrep
New in version 0.12
- Added the "reverse" command and the --untagged-tag option. Now it's
possible to do this:
tagcoll reverse collection-file | grep ^tag:
- Added the the --derived-tags-from option. Not it's possible to do this:
userlevel::novice: !specialized && (interface::gui || interface::curses)
New in version 0.11
- Moved TCAlgo.* to SmartHierarchy.*
- Smart hierarchies are now computed on-demand: the output of the "hierarchy"
command starts flowing before ending the computation
- Added the --flatten-threshold option
New in version 0.10
- Fixed a commandline parsing bug that prevented --implications-from to be used
- Implication expansion didn't include the input tag
New in version 0.9
- Hopefully final reorganization of commandline switches (breaks existing scripts!)
- Added the "related" command to find items related to an item or a group of items
New in version 0.8
- Removed grave parser bug
- Reversed the order of items in the NEWS file
New in version 0.7
- Parser updated to accept ':' in item names and ',' in tag names
New in version 0.6
- Big code refactoring
- Implications now work recursively
- Implication compression is now the default, and removes all redundancy
- Commandline switches reorganized (breaks existing scripts!)
New in version 0.5
- Added --patch-with
- Added --diff
New in version 0.4.1
- Fixed some -Wall warning
New in version 0.4
- Added --explicit-implications
- Added --copy
- Added --pack
- Added --rename-tags-from
- Merges input lines with the same item name
New in version 0.3
- Renamed the package in tagcoll
- Added a commandline parser
- Added the --show-implications function
New in version 0.2
- A bug in the new implementation of the sorter algorithm was generating wrong
hierarches: fixed.
|