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