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
.sha256sumsfile for config xml and info files forgenerate_config_infocommand using-mand--sha256sums_fileoptions. This will allow for integrity verification of the config info file as well, specially since it now contains code description.
- Removed
sha256sumstag from config info file forgenerate_config_infocommand if-mis not passed.
0.4.0 - 2020-11-09
- Added support for text and code descriptions for
generate_config_infocommand using--text_descriptionand--code_descriptionoptions.
0.3.0 - 2020-11-06
- Added support for printing entire nodes instead of just tags for
extract_tagcommand with-nand--nodes_print_commandoptions. - Added support to add
tasker_config_utilsscript signature at end of output file forgenerate_config_infocommand with the-soption.
- Changed
generate_config_infodefault 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-cis passed.
- Removed separate
CommentsandControlsection from output ofgenerate_config_infocommand. The help anchor labels should preferably format any sections themselves in markdown.
0.2.2 - 2020-09-10
- Added separate
Controlsection to output ofgenerate_config_infocommand.
0.2.1 - 2020-05-20
- Changed timestamp to UTC for
generate_config_infocommand.
0.2.0 - 2020-04-13
- Added sha256sum to output of
generate_config_infocommand.
0.1.0 - 2020-01-13
-