Releases: olvidalo/obsidian-chord-sheets
Releases · olvidalo/obsidian-chord-sheets
1.3.2
1.3.1
Fixes
- Fix transposition of inline chords
1.3.0
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
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
1.1.3
- 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
1.1.1
1.1.0
Initial support for mandolin.
1.0.4
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