Skip to content

Releases: jonathangjertsen/jchord

Release v3.1.1

27 Jul 16:08
Compare
Choose a tag to compare
  • 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

27 Jul 13:03
Compare
Choose a tag to compare

Release v3.0.0

Release v2.0.0

21 Feb 18:11
Compare
Choose a tag to compare
  • 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"
  • On PyPI: https://pypi.org/project/jchord/2.0.0/

Release v1.1.0

11 Feb 16:52
Compare
Choose a tag to compare
  • 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/

Release v1.0.0

11 Feb 16:15
Compare
Choose a tag to compare
  • 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/

Release v0.2.1

31 Dec 16:33
Compare
Choose a tag to compare

Release v0.2.0

05 Aug 19:17
Compare
Choose a tag to compare

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

On PyPI: https://pypi.org/project/jchord/0.2.0/

v0.1.5

24 Sep 19:40
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

Release v0.1.5

v0.1.4

22 Sep 21:10
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Release v0.1.4

v0.1.2

22 Sep 20:40
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Release v0.1.2