From b68c173d2aede2b3645f4d7f64cd5526bf867383 Mon Sep 17 00:00:00 2001 From: Flavio Fois Date: Tue, 10 Feb 2026 22:30:16 +0100 Subject: [PATCH] feat: add TODO list for new features, existing features, and bugs --- TODO.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..959fda4 --- /dev/null +++ b/TODO.md @@ -0,0 +1,11 @@ +# New Features +- [ ] Add an option to select the folder to save Attachments to, instead of always saving to the Downloads folder. +- [ ] Create a sorta of "Bug Reporter" loader, to load the .ZIP file with the Bug Report data, and replicate the same enviroment as the user, to investigate the issue. (EML file, settings) + +# Existing Features +- [ ] Add seperated "Updater" binary, that will start on User login (via Scheduled Task), with a silent install mode. +- [ ] Attach localStorage, config file to the "Bug Reporter" ZIP file, to investigate the issue with the user enviroment. +- [ ] Auto-send the "Bug Reporter" ZIP file to the support team, to investigate the issue with the user enviroment. + +# Bugs +- [ ] Missing i18n for Toast notifications (to investigate)