diff options
author | Pierre-Yves Rollo <dev@pyrollo.com> | 2018-07-13 23:23:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 23:23:46 +0200 |
commit | 897b0f1f98beef2e4cd67fbd717f5078bcc6f2b1 (patch) | |
tree | a5b80124da87aae40d07b5a1507e2e42467067ea | |
parent | 78f7994976f1a0c9caa5e9b24413ebd765afc66c (diff) | |
download | display_modpack-897b0f1f98beef2e4cd67fbd717f5078bcc6f2b1.tar.gz display_modpack-897b0f1f98beef2e4cd67fbd717f5078bcc6f2b1.tar.bz2 display_modpack-897b0f1f98beef2e4cd67fbd717f5078bcc6f2b1.zip |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -16,6 +16,16 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic ## Changelog +### 2018-07-13 (Version 1.1.0) + +- Font API rework introducing Font class. + +- Replaced default Epilepsy Font by Metro Font for licensing purposes, + +- Rework of all nodes displaying text accordingly to the Font API rework. + +As font_epilepsy mod has been replaced by font_metro mod, **don't forget to activate font_metro mod after updating** or you won't have any text displayed. + ### 2018-05-30 (Version 1.0.1) Mostly bug fixes : |