ThatChord v2.0.0
Following release of ThatChord v1.0.0, v2.0.0 introduces a non-backwards-compatible change to the structure of the settings file. settings.py
is no longer to be modified by the user. Instead, a more lightweight and user-friendly settings file settings.yml
contains ThatChord's settings. Presets need no longer be entered necessarily in uppercase.
For users updating from v1.0.0: from v2.0.0 onwards, the additional module PyYAML is needed. Install by running the following shell commands:
cd ~/Documents/ThatChord
python3 -m pip install --upgrade pyyaml