Pre-Release 0.5 - Dashboard
Pre-release
Pre-release
馃帀 What's New in 0.5 (Pre-Release)
The main feature of version 0.5 is the new UI Dashboard!
New Features
- UI Dashboard: Introducing the new UI Dashboard (Still Closed Source) which lives within the same Docker image.
- MMS Support: The routing for
GET /adb/list-messagesnow supports MMS Messages. - Update Notifications: Added a
latest_versionfetch to/auth/@meto notify users automatically of updates when available via the Dashboard. - Password Reset: Added a new password-reset route.
Improvements & Fixes
- Message Retention: Core database change in the
messagestable - messages are no longer deleted from the table at the monthly reset date, so they continue to show up in the chat history. - Asynchronous Utils:
utils/database.pyandutils/adb.pynow serve their functions as asynchronous. - Code Pairing Fix: Fixed an issue where code pairing did not connect to the device automatically after the pairing process.
- Cleanup: Partial leftovers cleanup for the deprecated user feature.