xref: /plugin/chordsheets/CHANGELOG.md (revision 8556607bb7182c0c5da0934bd8a8cd32b648467c)
1cc18f1d9SAndreas Pazureck# Changelog
2cc18f1d9SAndreas PazureckAll notable changes to this project will be documented in this file.
3cc18f1d9SAndreas Pazureck
4cc18f1d9SAndreas PazureckThe format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5cc18f1d9SAndreas Pazureckand this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6cc18f1d9SAndreas Pazureck
7cc18f1d9SAndreas Pazureck## [Unreleased]
8cc18f1d9SAndreas Pazureck
9*8556607bSAndreas Pazureck## [0.1.2] - 2025-08-11
101e732459SAndreas Pazureck
111e732459SAndreas Pazureck### Fixed
121e732459SAndreas Pazureck
1344812760SAndreas Pazureck* [#4  - Chordsheets parse elements outside of chordsheet](https://github.com/apazureck/dokuwiki-chordsheets/issues/4) tags (Credits: [@mperry2](https://github.com/mperry2))
1444812760SAndreas Pazureck* [#1  - TypeError: htmlspecialchars](https://github.com/apazureck/dokuwiki-chordsheets/issues/1) (Credits: [@mperry2](https://github.com/mperry2))
151e732459SAndreas Pazureck
16a7ba027dSAndreas Pazureck## [0.1.1] - 2018-08-01
17a7ba027dSAndreas Pazureck
18a7ba027dSAndreas Pazureck### Fixed
19a7ba027dSAndreas Pazureck
20a7ba027dSAndreas Pazureck* Chords do not get rendered when ajax request occurred (for example after editing a page)
21a7ba027dSAndreas Pazureck
22cc18f1d9SAndreas Pazureck## [0.1.0] - 2018-07-30
23cc18f1d9SAndreas Pazureck
24cc18f1d9SAndreas Pazureck### Added
25cc18f1d9SAndreas Pazureck
26cc18f1d9SAndreas Pazureck* It is possible to add whole chord sheets with a ultimate-uitar-ish syntax, hightlighting chords and sections
27cc18f1d9SAndreas Pazureck* Export method to word
28cc18f1d9SAndreas Pazureck* Chords are displayed on a fretboard when hovering
29cc18f1d9SAndreas Pazureck* Adding custom chords using the [jtab](http://jtab.tardate.com/) syntax `%...[<chordname>]` *This may change in the future being wrapped by `<chord></chord>`*
30