Skip to content

Releases: omnibrain/svguitar

v2.4.1

10 Oct 16:29
Compare
Choose a tag to compare

2.4.1 (2024-10-10)

Bug Fixes

  • chord diagram: fix fret marker outside diagram (e332a41)

v2.4.0

10 Oct 06:34
Compare
Choose a tag to compare

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

05 Oct 19:32
Compare
Choose a tag to compare

2.3.0 (2024-10-05)

Features

  • chord diagram: implement fret markers (fb348ae)

v2.2.2

30 Aug 20:26
Compare
Choose a tag to compare

2.2.2 (2023-08-30)

Bug Fixes

  • upgrade svgdom from 0.1.11 to 0.1.14 (f6e4e3a)

v2.2.1

21 Aug 18:38
Compare
Choose a tag to compare

2.2.1 (2023-08-21)

Bug Fixes

  • upgrade svgdom from 0.1.10 to 0.1.11 (931f81a)

v2.2.0

29 Nov 19:23
Compare
Choose a tag to compare

2.2.0 (2022-11-29)

Features

  • chord chart: introduce option to add an SVG title (d8101a2)

v2.1.1

29 Nov 18:43
Compare
Choose a tag to compare

2.1.1 (2022-11-29)

Bug Fixes

  • chord chart: decrease title by at least 3% when it overflows (0adb8ce)

v2.1.0

29 Oct 16:25
Compare
Choose a tag to compare

2.1.0 (2022-10-29)

Features

  • chord chart: introduce flag to hide the position (fr) and nut (2777d14)

v2.0.0

19 Oct 20:00
Compare
Choose a tag to compare

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

15 Oct 09:24
Compare
Choose a tag to compare

1.16.1 (2022-10-15)

Bug Fixes

  • chord chart: center the watermark on the fretboard in horizontal orientation (729b889)