2023.02.21:
* changed: README_EN.txt: readme cleanup

2023.02.20:
* fixed: tacklelib.vbs, tools/totalcmd/install_*.vbs: minor fixup
* fixed: tools/totalcmd/uninstall_*.vbs: uninstall execution fixup

2021.09.06:
* changed: readme update
* refactor: code refactor

2021.05.21:
* new: tools/registry: added `--` command line parameter to explicitly stop parse of flag parameters

2021.03.04:
* new: tacklelib.vbs: `If_` function for use inside expressions

2021.02.26:
* changed: readme update

2021.02.14:
* changed: tools/registry: code improvement and cleanup
* changed: tacklelib.vbs: code cleanup

2021.02.07:
* fixed: tools/registry: incorrect `-unesc` flag processing

2021.02.05:
* fixed: tools/registry: enum_reg_hkeys_as_list.vbs: missed change

2021.02.04:
* new: tools/registry: *_reg_*_as_list.vbs: `-unesc` flag to unescape characters
* changed: tools/registry: *_reg_*_as_list.vbs: merge functionality between scripts

2021.02.04:
* new: tools/registry: read_reg_hkeys_as_list.vbs: `-param_per_line` flag to explicitly control param-per-line output

2021.02.04:
* new: tools/registry: read_reg_hkeys_as_list.vbs: `-posparam` flag to use parameter in a group over only specific set of hive keys (hkeys)

2021.02.03:
* fixed: tacklelib.vbs: `ReplaceStringArr` function fixup
* fixed: tools/registry: minor fixup
* new: tools/totalcmd: install_totalcmd_buttonbar.vbs: `-rep` flag to replace substrings in merged ini file

2021.01.31:
* new: tools/registry: `enum_reg_values_as_list.vbs` script to enum registry typed values as list with value separator
* changed: tools/registry: code cleanup

2021.01.31:
* new: tools/registry: `read_reg_hkeys_as_list.vbs` script to read registry keys with parameters as list with value separator
* changed: tools/registry: enum_reg_hkeys_as_list.vbs: minor change

2021.01.31:
* new: tools/registry: `enum_reg_hkeys_as_list.vbs` script to enumerate registry key for subkeys with parameters as list with value separator
* new: tacklelib.vbs: `ReplaceStringArr` function to replace array of strings

2021.01.11:
* new: tools/registry: `post_wm_settingchange.vbs` script to trigger WM_SETTINGCHANGE message to initiate in other processes environment variables reread from the registry

2021.01.10:
* new: tools/shell: `copy_dir.vbs` and `move_dir.vbs` scripts to respectively move and copy directories. Can be used in the Windows XP, where the robocopy tool (which can move a directory) does not exist.

2020.12.28:
* fixed: tools/totalcmd/libs: totalcmdlib.vbs: missed buttonbar sort before cleanup
* fixed: tools/totalcmd/libs: totalcmdlib.vbs: return input array if cleanup array is empty
* new: tacklelib.vbs: `ReadIniFileDictAsLineArr` function

2020.12.14:
* fixed: tools/shell: delete_file.vbs: missed to return an error code out of the script process

2020.12.14:
* new: tools: shell based script to be able to delete file by paths longer than 260+ characters.

2020.12.07:
* fixed: tools/totalcmd: scripts fixup
* refactor: tools/totalcmd: scripts refactor

2020.12.07:
* new: tools/totalcmd: `install_totalcmd_buttonbar.vbs` script to (re)install a button bar from the Total Commander main button bar
* new: tools/totalcmd: `uninstall_totalcmd_usercmd.vbs` and `uninstall_totalcmd_wincmd.vbs` scripts to uninstall respective configuration
* refactor: tools/totalcmd: scripts refactor

2020.12.06:
* new: tools/totalcmd: `uninstall_totalcmd_buttonbar.vbs` script to uninstall a button bar from the Total Commander main button bar
* changed: readme update
* refactor: tools/totalcmd: scripts refactor

2020.12.05:
* new: tools/totalcmd: standalone totalcmd vbs library to implement a functionality specific to the totalcmd
* new: tools/totalcmd: `update_totalcmd_buttonbar.vbs` script to update totalcmd button bar configuration files from an external script
* changed: import function is rewritten to implement inclusion guard and script directory relative paths as a builtin

2020.12.04:
* new: tacklelib vbs script library
* new: tacklelib vbs tool scripts for the Total Commander application
* new: readme file
* new: license file
* new: changelog file
