Changelog & roadmap
The authoritative changelog lives with the code at github.com/iiaanloopez/MyDrive/releases. This page summarizes the current state and near-term direction.
Current focus
- Stabilizing the payment provider abstraction so community-contributed providers (beyond Stripe, PayPal, crypto, and manual transfer) can be added without touching core code.
- Improving multi-tenant isolation for organizations sharing a single instance.
- Expanding the REST API’s coverage of admin actions (plan and quota management, invoicing).
Planned
- Native mobile apps (iOS and Android) for upload and browsing on the go.
- Optional S3-compatible storage backend as an alternative to the local file volume.
- Fine-grained sharing permissions (view/comment/edit) enforced through the API, not just the web UI.
How to influence the roadmap
MyDrive is developed in the open. Feature requests, votes, and discussion happen on GitHub Discussions; pull requests are welcome and reviewed against the contribution guide in the repository.