Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@kurtmckee kurtmckee released this 25 Mar 13:18
· 33 commits to main since this release
v1.1.0
1cf9e98

Dotbot support

  • Require dotbot 1.20.1 or higher.

Added

Fixed

  • Allow the plugin to be imported on non-Windows platforms.

    This allows non-Windows operating systems to load the plugin
    without resulting in an ImportError.

  • 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_ENDIAN and REG_DWORD are equivalent,
    and the new behavior is to choose REG_DWORD for logging purposes.

Development

  • Rewrite the test suite to rely on requirements files.
  • Introduce an update label 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.