- Add `no5`, `m(no5)`, `(b5)`, `sus4add2` and `sus4add9` qualities. - Support inversions. - Contributor: EnigmaCurry
1.0.0
- Drop compatibility for Python 2.7 and 3.5. - Refactor whole library to optimize for Python 3.x. - Add type hints. - Use f-strings. - Rename `note_to_chord` to `find_chords_from_notes`. - Use tuple instead of list for `Quality.components`.