diff options
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -109,20 +109,15 @@ Current v1.1.0 - [x] add actions script - [ ] repurpose status field in displayheader - [x] currently just renamed -- [ ] advance ini config plugin - - [ ] allow non-leaf nodes to be arrays +- [x] 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 - [ ] improve i18n - [ ] add localization of dates and time -- [ ] improve performance, consider alternatives to Extract.pm - - [ ] based on Maildir::Light - - [ ] reimplementation in Rust -- [x] refactor I18N plugin to allow independent provider -- [ ] refactor driver into a role -- [ ] merge read and row (with content type) + - [x] refactor I18N plugin to allow independent translate provider - [ ] fix tests - [ ] consider using more mojo functions - [x] use Mojolicious::Types to replace File::Type @@ -132,7 +127,16 @@ Current v1.1.0 - [ ] creating new folders - [ ] backend - [ ] specify protocol for backend interaction + - [ ] choose tool for validation - [ ] cleanup README +- [ ] improve performance of backend, consider alternatives to Mail::Box::Manager + - [ ] based on Maildir::Light + - [x] reimplementation in Rust +- [x] refactor ReadMails into a role +- [x] made languages in about clickable +- [ ] cache mail reads +- [ ] make loading auth data from session easier +- [ ] merge read and row (with content type) Future ------ |