xref: /plugin/chordsheets/CHANGELOG.md (revision 1ded861037413f6a503da76dd8cafcc1690a6892)
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* [#4  - Chordsheets parse elements outside of chordsheet](https://github.com/apazureck/dokuwiki-chordsheets/issues/4) tags (Credits: [@mperry2](https://github.com/mperry2))
14* [#1  - TypeError: htmlspecialchars](https://github.com/apazureck/dokuwiki-chordsheets/issues/1) (Credits: [@mperry2](https://github.com/mperry2))
15
16## [0.1.1] - 2018-08-01
17
18### Fixed
19
20* Chords do not get rendered when ajax request occurred (for example after editing a page)
21
22## [0.1.0] - 2018-07-30
23
24### Added
25
26* It is possible to add whole chord sheets with a ultimate-uitar-ish syntax, hightlighting chords and sections
27* Export method to word
28* Chords are displayed on a fretboard when hovering
29* Adding custom chords using the [jtab](http://jtab.tardate.com/) syntax `%...[<chordname>]` *This may change in the future being wrapped by `<chord></chord>`*
30