Release 5.3.0

This commit is contained in:
Dawa Ometto
2022-05-25 11:24:19 +02:00
parent 8e35688b17
commit 9c2f8dfeba
5 changed files with 44 additions and 11 deletions
+12 -2
View File
@@ -1,3 +1,13 @@
# 5.2.3 / 2021-04-18
# 5.3.0 / 2022-05-24
* Fix bug preventing page titles from being displayed
* Feature: allow for overriding only specific Mustache templates/partials (@beporter)
* Feature: Add option to show browser's local time (@NikitaIvanovV)
* Improvement: presentation on mobile devises (@benjaminwil)
* Improvement: Add page context to template filter. #1603 (@tevino)
* Fix: restore normalize check on file upload (@manofstick)
* Fix mathjax on edit and create pages. #1772 (@fhchl)
* Fix utf-8 issues: #1721 #1758 #1801 (@basking2, @dometto)
* Fix an IME rendering issue. #1735 (@yy0931)
* Fix broken history button when viewing historical deleted file. (@NikitaIvanovV)
* Fix: non-ascii characters in page names are not rendered correctly in the preview tab of the "Edit" page. #1739 (@yy0931)
* Fix: anchors and header display on JRuby. #1779