All notable changes to this project will be documented in this file.
Version Number Format: major.minor.patch
Release Date Format: yyyy-mm-dd
Types of Changes:
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
-
0.5.0 - 2020-11-11
- Added support for creating
.sha256sums
file for config xml and info files forgenerate_config_info
command using-m
and--sha256sums_file
options. This will allow for integrity verification of the config info file as well, specially since it now contains code description.
- Removed
sha256sums
tag from config info file forgenerate_config_info
command if-m
is not passed.
0.4.0 - 2020-11-09
- Added support for text and code descriptions for
generate_config_info
command using--text_description
and--code_description
options.
0.3.0 - 2020-11-06
- 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 forgenerate_config_info
command with the-s
option.
- 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 separate
Comments
andControl
section from output ofgenerate_config_info
command. The help anchor labels should preferably format any sections themselves in markdown.
0.2.2 - 2020-09-10
- Added separate
Control
section to output ofgenerate_config_info
command.
0.2.1 - 2020-05-20
- Changed timestamp to UTC for
generate_config_info
command.
0.2.0 - 2020-04-13
- Added sha256sum to output of
generate_config_info
command.
0.1.0 - 2020-01-13
-