- Changed - Improve the way build arguments are passed to the build through the command line. - Allow more control of docker registry push. - Don't print debugging output unless environment variable set. - Updated dependencies: setuptools to 36.7.1, PyQt5 to 5.9.1.
14.0.4
- Changed - Add more ignore strings to npm build.
14.0.3
- Changed - PROG_FILES should have the same data type on Linux as Windows.
14.0.2
- Changed - Fixed issue with PROG_FILES import on Linux.
14.0.1
- Changed - Fixed issue with PROG_FILES import on Linux.
14.0.0
- Added - Added VisualStudioBuilder and VisualStudioWebsite. - Added MSTestUnitTester. - Added support for running remote commands on a different OS. - Add cross-platform support to servermgr module. - Moved Procedure classes to new expander module.
- Changed - Moved Expander from fileutil to new expander module. - Fix Node build on Windows. - Allow servermgr.Server() usage to default to localhost. - Renamed all Exceptions to Errors. - Update setuptools to 36.6.0. - Update virtualwrapper-win to 1.2.3.
- Remove - netutil.remote_copy replaced by servermgr.ServerPath.copy.