Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 2.07 KB

CHANGELOG.rst

File metadata and controls

76 lines (48 loc) · 2.07 KB

dotbot-windows

Unreleased changes

Unreleased changes to the code are documented in changelog fragments in the changelog.d/ directory on GitHub.

1.1.0 — 2024-03-25

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.

1.0.0 — 2023-07-13

Added

  • Add a personalization.background-color configuration key.

    It sets the Windows background color to a specified value.

    It accepts a string value that is either a hexadecimal RGB value (like #0099ff) or a triplet of space-separated decimal RGB values (like 0 153 255).

  • Add a registry.import configuration.

    It recursively finds and imports all *.reg files in a given directory.