summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-07 00:49:24 +0200
committerJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-07 00:49:24 +0200
commit77992072b7963d9a96c11a3913f553c820cc21da (patch)
treef83db2a926e66d8ab6bdc3527f501cf47a5fb14e /CHANGES.md
parent6ac91b3bc730ad8d3476288911e596bbfd2b8880 (diff)
added localization via Locale::Maketext
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6dd087e..cbd16de 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -148,18 +148,13 @@ Current v1.1.0
- [ ] extract version for Makefile.PL from Application
- [ ] add basic telemetry (goatcounter?)
- [ ] make mime_render return a mojo bytes object
+- [ ] advance toml config plugin
+ - [ ] add template support, maybe
+ - [ ] add config validation
- [x] compute hmac on the client side
- [x] better handling on form
- [ ] better random numbers
-- [ ] advance ini config plugin
- - [x] allow non-leaf nodes to be arrays
- - [ ] allow quotes
- - [ ] allow continuation over multiple lines
- - [ ] warn about overrides
- - [ ] add template support, maybe
- - [x] switch to TOML or a provided format, as INI is too basic
- - [ ] add config validation
- [ ] improve i18n
- [ ] add localization of dates and time
- [x] refactor I18N plugin to allow independent translate provider