Magic Frame v1.0.6
Magic Frame v1.0.6
🔴 Critical fix — Todoist integration restored
Todoist sunset their old REST v2 API (it now returns 410 Gone), which broke the Todoist integration for everyone — no token could connect. This release migrates the client to Todoist's new unified API v1. Listing projects, reading/creating/completing tasks all work again.
If you use Todoist, please update. Thanks @ranjitrajkumar for the report (#12).
✨ Improvements
- Customizable list widgets — rename the header, hide the title bar, or hide just the count (Todo + Shopping).
- Markdown renders in Todoist tasks — bold/italic/links instead of raw
**asterisks**and long tracking URLs. - Configurable host ports via
.env(HTTP_PORT/HTTPS_PORT, default 80/443) — run behind your own reverse proxy without editing compose. Survives updates. (#11)
Update
```
cd magic-frame && git pull && ./deploy/install.sh
```
Your .env, database and uploaded modules stay untouched.