Releases: volhovm/orgstat
Releases · volhovm/orgstat
0.1.10
0.1.9
0.1.8
0.1.7
- Switch "script" output interpreter from "sh" to "/bin/env sh".
- Update universum and orgmode-parse version (includes ixmatus/orgmode-parse#53)
0.1.6
- Support "or" tags -- now it's possible to specify "t1 | t2 | t3" as a modifier by
providing a list of tags in config. - Support of file-level tags: "#+FILETAGS: :tagA:tagB:tagC:" is correctly parsed
and tags are propagated to all the file tree headers. - Added new output type -- script output.
- Improved documentation, in particular in the orgstatExample.yaml.
- Breaking: Configuration changes:
- Simplified the configuration, now there's only one default timeline config,
which cannot be overridden on a per-output basis. - Config parameter
colorSalt
was removed, usetimelineDefault.colorSalt
instead. - Timeline default colour is now white.
- timelineDefault renamed into timelineParams.
- Simplified the configuration, now there's only one default timeline config,