Skip to content

ThatChord v2.0.0

Compare
Choose a tag to compare
@tomcontileslie tomcontileslie released this 03 Aug 17:51
· 26 commits to master since this release
550ea66

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