Releases: omnibrain/svguitar
Releases · omnibrain/svguitar
v2.4.1
2.4.1 (2024-10-10)
Bug Fixes
- chord diagram: fix fret marker outside diagram (e332a41)
v2.4.0
2.4.0 (2024-10-10)
Bug Fixes
- chord diagram: prevent fret markers outside the diagram (6c3bb7c)
Features
- chord diagram: flag to hide all fret markers (6267628)
v2.3.0
2.3.0 (2024-10-05)
Features
- chord diagram: implement fret markers (fb348ae)
v2.2.2
2.2.2 (2023-08-30)
Bug Fixes
- upgrade svgdom from 0.1.11 to 0.1.14 (f6e4e3a)
v2.2.1
2.2.1 (2023-08-21)
Bug Fixes
- upgrade svgdom from 0.1.10 to 0.1.11 (931f81a)
v2.2.0
2.2.0 (2022-11-29)
Features
- chord chart: introduce option to add an SVG title (d8101a2)
v2.1.1
2.1.1 (2022-11-29)
Bug Fixes
- chord chart: decrease title by at least 3% when it overflows (0adb8ce)
v2.1.0
2.1.0 (2022-10-29)
Features
- chord chart: introduce flag to hide the position (fr) and nut (2777d14)
v2.0.0
2.0.0 (2022-10-19)
Code Refactoring
- rename nut to finger everywhere (b39a62d)
BREAKING CHANGES
- and change all wrongly named nut* properties to finger*.
- rename nut to finger everywhere. Specifically the configuration properties nutSize,
nutColor, nutTextColor, nutTextSize, nutStrokeColor, nutStrokeWidth are now renamed to fingerSize,
fingerColor, fingerTextColor, fingerTextSize, fingerStrokeColor, fingerStrokeWidth.
v1.16.1
1.16.1 (2022-10-15)
Bug Fixes
- chord chart: center the watermark on the fretboard in horizontal orientation (729b889)