Releases: kurtmckee/dotbot-windows
Releases · kurtmckee/dotbot-windows
v1.1.0
Dotbot support
- Require dotbot 1.20.1 or higher.
Added
-
Support installation of fonts.
This requires Windows 10 build 17704 or higher.
Fixed
-
Allow the plugin to be imported on non-Windows platforms.
This allows non-Windows operating systems to load the plugin
without resulting in anImportError. -
Make logging of registry data types more consistent.
Previously, data type names could be misreported during logging.
The new behavior is to choose the shortest data type name.For example,
REG_DWORD_LITTLE_ENDIANandREG_DWORDare equivalent,
and the new behavior is to chooseREG_DWORDfor logging purposes.
Development
- Rewrite the test suite to rely on requirements files.
- Introduce an
updatelabel in the tox config that will update requirements files
as well as pre-commit hook and additional dependency versions. - Colorize tox, pytest, and mypy output when running locally and in CI.