changelog, add json5

This commit is contained in:
2021-10-12 00:20:42 +02:00
parent 4ddc26c6ca
commit 6ff0e3653d
7 changed files with 84 additions and 9 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## v0.4.1
- Add a translation system using the `locales` folder and `messages.json`
- Add more trace logging
- Config files are now parsed as JSON5 = comments are allowed
## v0.3.0
- Changed config/storage format to directory-based, removed shared config mutex
- Made more options configurable (timeouts, catch-up limits, etc)