Skip to content

Commit

Permalink
### Added
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
agnostic-apollo committed Nov 6, 2020
1 parent ad51ec4 commit 7a291f2
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 255 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,35 @@ All notable changes to this project will be documented in this file.
`-`


## [0.3.0] - 2020-11-06

### 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.


## [0.2.2] - 2020-09-10

### Added
- Added `Control` section to output of `generate_config_info` command.
- Added separate `Control` section to output of `generate_config_info` command.


## [0.2.1] - 2020-05-20

### Changed
- Changed timestamp to UTC for `generate_config_info` command.
- Changed timestamp to UTC for `generate_config_info` command.


## [0.2.0] - 2020-04-13

### Added
- Added sha256sum to output of `generate_config_info` command.
- Added sha256sum to output of `generate_config_info` command.


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


[unreleased]: https://github.com/Taskomater/tasker_config_utils/compare/v0.2.2...HEAD
[unreleased]: https://github.com/Taskomater/tasker_config_utils/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/Taskomater/tasker_config_utils/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/Taskomater/tasker_config_utils/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/Taskomater/tasker_config_utils/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Taskomater/tasker_config_utils/compare/v0.1.0...v0.2.0
Expand Down
Loading

0 comments on commit 7a291f2

Please sign in to comment.