Releases: jonathangjertsen/jchord
Releases · jonathangjertsen/jchord
Release v3.1.1
- Basic PDF export
jchord
command line utility to perform conversions
View on PyPI: https://pypi.org/project/jchord/3.1.1/
Release v3.0.0
Release v3.0.0
- Changelog:
- All types are now available from the top level
jchord
namespace
- All types are now available from the top level
- On PyPI: https://pypi.org/project/jchord/3.0.0/
Release v2.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 "C13b11#9no5no7/F"
- Revamp MIDI export feature
- On PyPI: https://pypi.org/project/jchord/2.0.0/
Release v1.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 aschord.root
unless the chord is a slash chord. For example, for the chord "C/E", the root is C while the bass is E.
- Adds support for retrieving the bass note (i.e, the lowest note) of a chord by calling
- On PyPI: https://pypi.org/project/jchord/1.1.0/
Release v1.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 toChordWithRoot.from_string
.
- On PyPI: https://pypi.org/project/jchord/1.0.0/
Release v0.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/
Release v0.2.0
Release v0.2.0
Changelog:
- Change token for unnamed chord from
???
to<unknown>
so it doesn't look like a glitch - Add strategy for recognizing chords: squeeze everything into a single octave
- Chords found using this strategy will have lower priority when selecting a canonical chord name
- Improve strategy for selecting the best chord name
v0.1.5
Release v0.1.5
- Changelog:
- Updated documentation on how to install and develop
- On PyPI: https://pypi.org/project/jchord/0.1.5/
v0.1.4
Release v0.1.4
- Changelog:
- Updated deployment script
- On PyPI: https://pypi.org/project/jchord/0.1.4/
v0.1.2
Release v0.1.2
- Changelog:
- Updated deployment script
- On PyPI: https://pypi.org/project/jchord/0.1.2/