summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e4dd1b1..6dd087e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -149,21 +149,21 @@ Current v1.1.0
- [ ] add basic telemetry (goatcounter?)
- [ ] make mime_render return a mojo bytes object
+- [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
- - [ ] switch to TOML or a provided format, as INI is too basic
+ - [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
- [x] extend matcher dynamic with a role
-- [x] compute hmac on the client side
- - [x] better handling on form
- - [ ] better random numbers
Future
------