Releases: abcjs-music/obsidian-plugin-abcjs
Releases · abcjs-music/obsidian-plugin-abcjs
1.5.0
What's Changed
- converted the build process to use esbuild instead of rollup
- update abcjs to v6.4.4, which includes bufixes for reported issues
Full Changelog: 1.4.0...1.5.0
1.4.0
- Audio playback. Simply tap the score in Preview mode to play. Thanks @SimplGy !
- Updating abcjs to v6.2.2
Full Changelog: 1.3.0...1.4.0
1.3.0
Updating abcjs library to v6.2.0, which has improved support for octave
Full Changelog: 1.2.0...1.3.0
1.2.0
Support for abc
language specifier.
Full Changelog: 1.1.0...1.2.0
1.1.0
Updating dependent libraries, including abcjs to the latest v6.1.6.
Full Changelog: 1.0.7...1.1.0
Update abcjs for tablature support
What's Changed
- Update abcjs to version 6.0.3 for tablature support by @TilBlechschmidt in #19
Full Changelog: 1.0.6...1.0.7
Support for custom options
What's Changed
- Add support for passing custom options to renderAbc by @TilBlechschmidt in #18
Full Changelog: 1.0.5...1.0.6
Enable LiveView compatibility
Fix PDF bugs and update dependencies
Previously not all music code blocks were rendered when exporting a PDF. This is now fixed thanks to @stephengrice! Additionally, all dependencies have been update to their latest version to cover a few CVEs that popped up.
Adapt color to theme
This update includes changes from PR #3 which adapt the color of the notes and staff to the current themes text color.
Thanks to @anthonyamar!