Releases: t0mmili/dc-themer
Releases · t0mmili/dc-themer
v0.4.1
v0.4.0
v0.3.1
v0.3.0
Enhancements
- Added user configuration in json format. (#5)
- Some settings are move from config.py to dc-themer.json.
- In config not found, default one will be created.
- Configs are versioned, so notable changes will be mentioned in future release notes.
- Added
backupConfigs
key toEnable
/Disable
backup creation on scheme apply. (#5) - Refactored and documented main execution point. (#5)
- Improved exceptions handling. (#5)
- Python type hints. (#5)
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)