v1.0.1
Hotfix start and modtool script:
** Changelog:
- start script:
add_path
is not working in old windows versions (i.e., XP, 7) due to the limitation of characters in an array.- Fixed: ignored .git folder via
genpath_exclude
function
- Fixed: ignored .git folder via
- modtool script: syntax
text = fileread(filename,Encoding=encoding)
not working in older Matlab version.- Fixed: ignored
Encoding
argument.
- Fixed: ignored