From 641cddca9772ba043cb6852d306ee7473e77cbed Mon Sep 17 00:00:00 2001 From: ddang175 Date: Tue, 28 Apr 2026 11:32:49 -0500 Subject: [PATCH] docs: add ROADMAP.md with planned features and upcoming releases Adds a community-facing roadmap document that outlines recently released features, in-progress work, and planned short/medium/long-term features. Closes #820 --- ROADMAP.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 000000000..e4737e5ac --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,48 @@ +# SimpleLogin Roadmap + +This document outlines the planned features and improvements for SimpleLogin. +For the most up-to-date status, check the [GitHub Issues](https://github.com/simple-login/app/issues) and [Discussions](https://github.com/simple-login/app/discussions). + +--- + +## ✅ Recently Released + +- Proton integration for seamless login +- Admin-disabled mailbox support +- Improved alias management UI +- API v3 for alias creation + +--- + +## 🔄 In Progress + +- Improved self-hosting Docker Compose support +- OpenSSL 3.x compatibility for DKIM key generation +- Better troubleshooting documentation for self-hosted instances + +--- + +## 📅 Planned + +### Short-term +- Docker image versioning clarity (always-updated `latest` tag) +- Improved onboarding guide for new self-hosters +- Clearer upgrade documentation between versions + +### Medium-term +- One-click unsubscribe support for Gmail (see #794) +- Hidden/private aliases (see #799) +- User-defined default domain for alias creation (see #1038) + +### Long-term +- JMAP API support (see #948) +- Bounce Address Tag Validation (BATV) support (see #1082) +- Email subaddressing support (see #990) + +--- + +## 💡 How to Suggest Features + +Have an idea? Please submit it to our [Feature Request Discussions](https://github.com/simple-login/app/discussions/categories/feature-request). + +Community votes help us prioritize what to build next. \ No newline at end of file