Releases: DataKinds/cherchord
Releases · DataKinds/cherchord
Version 1.3.0
From the changelog:
- Fixed the lack of the B note in the readme
- (#3) Use an ASCII "o" character for the fingerings instead of "●" which breaks some terminals
- Split the damn thing into a bunch of files so the imports can be cleaned up.
- Bump to GHC 9.2.5.
- Print 4 chords in a row if vertical, or 6 in a row if horizontal.
- (#5) Always print the help screen if no arguments are provided.
- Accept bare chords like
C
to mean a C major chord. - Accept sharps on notes as well as flats!
- Implement
-r/--row-size
for displaying correctly in narrow terminals
Version 1.2.0
This version added two instruments, the bouzouki and baglamas.
Version 1.1.1.0
There was a semantic error in the previous release -- the help menu did not output the correct version. This should be used over version 1.1.1.
Version 1.1.1
With this version comes a new option: --horizontal
! Now you can print your chords using a horizontal orientation rather than vertically. For many people, this is much easier to read.
Build instructions are still the same.
Initial Release!
1.0.0 Added sus2/sus4 support