ChangeLog 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ====== Changelog ======
  2. 2023-04-07 -- Coding on a Terminal
  3. * Adds ''samp'' (terminal example output).
  4. * Adds ''kbd'' (terminal example input).
  5. * Adds ''hil'' (highlight / mark).
  6. 2023-04-07 -- Inserting Deletions
  7. * Adds ''ins'' (edit insertions).
  8. * Adds ''del'' (edit deletions).
  9. * Compatibility tests for 'text' renderer and other similar modes.
  10. 2023-04-05 -- General Update
  11. * Release is moved from notabug.org to codeberg.org .
  12. * All forms of simple tag now use a base class with type 'formatting' and default getSort() prio of 140.
  13. * Shifted the [cd], [cs] getSort() prio from 105 to 165, right below ''Doku_Parser_Mode_unformatted''.
  14. * Shifted the [q] getSort() prio from 120 to 220, right there with ''Doku_Parser_Mode_quote''.
  15. 2023-02-14 -- Update Cites
  16. * Fixes missing license content on LICENSE.
  17. * Fixes [cd], [cs] not using the class_preffix configuration.
  18. * Adds ''q'' (inline cite).
  19. 2020-05-05 -- Backend Upgrades
  20. * Fixes PHP Warnings for Dokuwiki types in PHP >= 7.x.
  21. * Anchor symbol (for eg.: ''text'' render) is now configurable.
  22. * Adds partial support for the [[doku>plugin:s5|s5 plugin renderer]] and for the text renderer.
  23. 2018-02-06 -- Files for ''div'', ''span''
  24. * span
  25. * Div and Span are their own bbcodes now: ''[cd=]'' and ''[cs=]''.
  26. 2018-02-06 -- Initial Upload
  27. * anchor
  28. * class