You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,22 +20,35 @@ All notable changes to this project will be documented in this file.
20
20
`-`
21
21
22
22
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
+
23
36
## [0.2.2] - 2020-09-10
24
37
25
38
### Added
26
-
- Added `Control` section to output of `generate_config_info` command.
39
+
- Added separate `Control` section to output of `generate_config_info` command.
27
40
28
41
29
42
## [0.2.1] - 2020-05-20
30
43
31
44
### Changed
32
-
- Changed timestamp to UTC for `generate_config_info` command.
45
+
- Changed timestamp to UTC for `generate_config_info` command.
33
46
34
47
35
48
## [0.2.0] - 2020-04-13
36
49
37
50
### Added
38
-
- Added sha256sum to output of `generate_config_info` command.
51
+
- Added sha256sum to output of `generate_config_info` command.
39
52
40
53
41
54
## [0.1.0] - 2020-01-13
@@ -44,7 +57,8 @@ All notable changes to this project will be documented in this file.
0 commit comments