A new release of darkdetect is ready. The most prominent new feature is a listener for macOS, finally, thanks to the efforts of @zwimer. In addition, from this release the support for Python 2.7 and any versions older than 3.6 is dropped. Users of older Python versions can continue using darkdetect<=0.7.*
.
Changelog:
- macOS: add
listener
function (issue #25, PR #30 by @zwimer)- using the macOS listener requires an extra that can be installed via
pip install darkdetect[macos-listener]
- using the macOS listener requires an extra that can be installed via
- Linux: add initial support for freedesktop standard on gnome (PR #22 by @raghavdhingra24)
- Port build chain from
setup.py
topyproject.toml
(PR #28 by @zwimer) - Drop support for Python <3.6