* Basic PDF export * `jchord` command line utility to perform conversions
View on PyPI: https://pypi.org/project/jchord/3.1.1/
3.0.0
* Changelog: * All types are now available from the top level `jchord` namespace * On PyPI: https://pypi.org/project/jchord/3.0.0/
2.0.0
* Changelog: * Revamp MIDI export feature * Allow adding MIDI effects like transposition, spreading and arpeggiation * Backwards incompatible change: settings are now provided as a `MidiConversionSettings` object. This is to support providing the midi effects with context. * Revamp string-to-chord feature * jchord is now able to parse arbitrarily complicated chord expressions, like "C13b119no5no7/F" * On PyPI: https://pypi.org/project/jchord/2.0.0/
1.1.0
* Changelog: * Adds support for retrieving the bass note (i.e, the lowest note) of a chord by calling `chord.bass`. This is the same as `chord.root` unless the chord is a slash chord. For example, for the chord "C/E", the root is C while the bass is E. * On PyPI: https://pypi.org/project/jchord/1.1.0/
1.0.0
* Changelog: * Set major version number to indicate that the API is stable * Support specifying the chord octave in the string representation (issue 61) * Remove support for the optional `octave` parameter to `ChordWithRoot.from_string`. * On PyPI: https://pypi.org/project/jchord/1.0.0/
0.2.1
* Changelog: * Support for some sus-chords * More flexible MIDI file generation with chord progressions * On PyPI: https://pypi.org/project/jchord/0.2.1/