Skip to content

Pre-Release 0.5 - Dashboard

Pre-release
Pre-release

Choose a tag to compare

@agamsol agamsol released this 28 Feb 16:35
· 1 commit to master since this release

馃帀 What's New in 0.5 (Pre-Release)

Version Released

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-messages now supports MMS Messages.
  • Update Notifications: Added a latest_version fetch to /auth/@me to 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 messages table - 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.py and utils/adb.py now 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.