Skip to content

Commit 7a291f2

Browse files
### Added
- Added support for printing entire nodes instead of just tags for `extract_tag` command with `-n` and `--nodes_print_command` options. - Added support to add `tasker_config_utils` script signature at end of output file for `generate_config_info` command with the `-s` option. ### Changed - Changed `generate_config_info` default behaviour of for task help anchor labels.The labels must be in markdown from now on and will not be put in a code block unless `-c` is passed. ### Removed - Removed separate `Comments` and `Control` section from output of `generate_config_info` command. The help anchor labels should preferably format any sections themselves in markdown.
1 parent ad51ec4 commit 7a291f2

2 files changed

Lines changed: 454 additions & 255 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,35 @@ All notable changes to this project will be documented in this file.
2020
`-`
2121

2222

23+
## [0.3.0] - 2020-11-06
24+
25+
### Added
26+
- Added support for printing entire nodes instead of just tags for `extract_tag` command with `-n` and `--nodes_print_command` options.
27+
- Added support to add `tasker_config_utils` script signature at end of output file for `generate_config_info` command with the `-s` option.
28+
29+
### Changed
30+
- Changed `generate_config_info` default behaviour of for task help anchor labels.The labels must be in markdown from now on and will not be put in a code block unless `-c` is passed.
31+
32+
### Removed
33+
- Removed separate `Comments` and `Control` section from output of `generate_config_info` command. The help anchor labels should preferably format any sections themselves in markdown.
34+
35+
2336
## [0.2.2] - 2020-09-10
2437

2538
### Added
26-
- Added `Control` section to output of `generate_config_info` command.
39+
- Added separate `Control` section to output of `generate_config_info` command.
2740

2841

2942
## [0.2.1] - 2020-05-20
3043

3144
### Changed
32-
- Changed timestamp to UTC for `generate_config_info` command.
45+
- Changed timestamp to UTC for `generate_config_info` command.
3346

3447

3548
## [0.2.0] - 2020-04-13
3649

3750
### Added
38-
- Added sha256sum to output of `generate_config_info` command.
51+
- Added sha256sum to output of `generate_config_info` command.
3952

4053

4154
## [0.1.0] - 2020-01-13
@@ -44,7 +57,8 @@ All notable changes to this project will be documented in this file.
4457
##
4558

4659

47-
[unreleased]: https://github.com/Taskomater/tasker_config_utils/compare/v0.2.2...HEAD
60+
[unreleased]: https://github.com/Taskomater/tasker_config_utils/compare/v0.3.0...HEAD
61+
[0.3.0]: https://github.com/Taskomater/tasker_config_utils/compare/v0.2.2...v0.3.0
4862
[0.2.2]: https://github.com/Taskomater/tasker_config_utils/compare/v0.2.1...v0.2.2
4963
[0.2.1]: https://github.com/Taskomater/tasker_config_utils/compare/v0.2.0...v0.2.1
5064
[0.2.0]: https://github.com/Taskomater/tasker_config_utils/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)