diff options
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ------ |