add: latest changelog entries

This commit is contained in:
Tobi Schäfer 2020-06-14 16:28:51 +02:00
parent 08b2d96eba
commit 9119dd7ea6

View file

@ -1,18 +1,23 @@
# Change Log
## May 23, 2020
* Render tables with stripes and hover colors extrapolated from layout settings
* Replaced Googles ReCaptcha with [hCaptcha](https://hcaptcha.com)
## May 17, 2020
* Reverted Yarn scripts into Gradle tasks
* Implemented complete build system in Gradle
* Added color support for console messages
* Replaced Node module for rendering Markdown (marked) with Java implementation (CommonMark)
* Replaced Node module for sanitizing HTML (string-strip-html) with Java implementation (jsoup)
* Replaced Node module for rendering Markdown (marked) with Java implementation ([CommonMark](https://github.com/atlassian/commonmark-java))
* Replaced Node module for sanitizing HTML (string-strip-html) with Java implementation ([jsoup](https://jsoup.org))
## May 1, 2020
* Upgraded jQuery to version 3
* Refactored most client-side scripts using Alpine
* Moved code for jQuery collage plugin into extra file
* Refactored remaining cient-side jQuery code using [Alpine](https://github.com/alpinejs/alpine) (jQuery is still a dependency of UIkit, though)
* Moved code for jQuery [CollagePlus](https://github.com/antville/jquery-collagePlus) plugin into extra file
## April 13, 2020