All Versions
21
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v4.0.6 Changes

    • 🔄 Change the CLI into a more intuitive one
  • v4.0.0 Changes

    • ðŸ’ŧ Includes totally revamped, easy to use command line interface.
  • v3.4.2 Changes

    • 🛠 Fixes guitar strings rendering order (#41)
  • v3.4.1 Changes

    • ✂ Removes #dig monkey-patching
  • v3.4.0 Changes

    • ➕ Adds find-guitar-chord command. It allows discovering a guitar chord name.
  • v3.3.3 Changes

    • 🛠 Fixes a bug in greek modes for accidental notes
  • v3.3.2 Changes

    • 🛠 Fixes greek modes so now they output correct sharps/flats
    • ➕ Adds a coherence criteria for picking best guitar chords (based on distance between freqs.)
  • v3.2.0 Changes

    • Adds custom_guitar and custom_guitar_frets
  • v3.1.3 Changes

    • 🛠 Several fixes.
    • Interactive mode
    • 0ïļâƒĢ It's all or nothing! If the terminal doesn't support true color, default to black and white and display message suggesting some cool terminal apps
  • v3.0.0 Changes

    🔄 Changes

    • ðŸ”Ļ This is a huge architectural refactor. Hopefully the last big one. All code were redivided into the modules:
    1. Coltrane::Theory concentrates all music theory logic
    2. Coltrane::Representation contain musical instruments and any other needed musical-related abstract representations.
    3. Coltrane::Renderers right now contains the TextRenderer which has the ability of rendering Theory Objects, Representation Objects, etc
    4. Coltrane::Commands are ways of fetching Theory and Representation objects. They also glue Mercenary (the gem used for the CLI) into everything else.