Skip to content

Releases: olvidalo/obsidian-chord-sheets

1.3.2

07 Oct 15:35
Compare
Choose a tag to compare

Fixes

  • Fixed transpose issue (#13)

1.3.1

01 Oct 14:07
Compare
Choose a tag to compare

Fixes

  • Fix transposition of inline chords

1.3.0

01 Oct 10:29
Compare
Choose a tag to compare

New features

  • Support common rhythmic markers in chord lines (previously, they could break chord detection in lines such as | C C/B | Am C/G | F Bb | C | % |).

Fixes

  • Handle editor and preview view not available when applying settings. This could lead to new settings not being applied in some cases.

1.2.0

30 Sep 12:02
Compare
Choose a tag to compare

New features

  • Support for inline chords in brackets such as [Dm]
  • Highlight section headers in brackets, e. g. [Verse 1] (can be disabled in settings)
  • Support for Style Settings for fine-grained customization of colors and styles
  • Turn chord highlighting on or off (to disable highlighting but still have chord diagrams)

1.1.4

17 Sep 12:07
Compare
Choose a tag to compare
  • Fix autoscroll button occasionally not appearing (#7)

1.1.3

11 Sep 14:45
Compare
Choose a tag to compare
  • add general support for chord types not recognized by tonal.js
  • add 7(5+), 7(+5) and 7+5 as aliases for 7#5
  • add 7M as alias for M7
  • add m7(9) as alias for m9
  • add sus4#5/4(5+)

1.1.2

10 Sep 08:55
Compare
Choose a tag to compare
  • better align rendering between read and edit mode (#6)

1.1.1

20 Aug 11:46
Compare
Choose a tag to compare
  • Use native slash chord support of tonal added in v6.0.0
  • Fixed detection of arbitrary words containing a slash as chords (#5)

1.1.0

22 Mar 16:04
Compare
Choose a tag to compare

Initial support for mandolin.

1.0.4

20 Mar 14:51
Compare
Choose a tag to compare

Autoscroll improvements

  • Allow to set the preferred speed for a note in the frontmatter property autoscroll-speed (thanks to @hyungtaecf for suggesting).
  • Adjust the scroll interval instead of the scroll increase to determin scroll speed. This fixes an issue where autoscroll would sometimes get stuck at lower speeds.
  • Use a non-linear approach to calculate the interval from the speed value for finer control at lower speeds while allowing faster scrolling at higher speeds.

Full Changelog: 1.0.3...1.0.4