v0.2.0
Enhancements
- Compatibility with breaking changes in DC v1.1.0. (#2)
- Massive refactoring and optimization of classes and methods. (#2)
- Added new checkbox to force auto Dark Mode.
NormallyDarkMode
is eitherEnabled
orDisabled
in the scheme. (#2) - Added Docstrings in code. (#2)
- Code reformatted to fit 79 chars in line as per PEP 8 Python Style Guide. (#2)