v0.7.0-alpha
Pre-release
Pre-release
lewisl9029
released this
04 Sep 14:33
·
468 commits
to master
since this release
Web release available at http://lewisl9029.github.io/toc/releases/v0.7.0-alpha.
Android binaries are attached below.
Features:
- Added ability to update user profile and have updates sync'd to contacts #225
- Network operations are now immediately responsive and no longer block further input. Messages, invites, profile updates will all be persisted and then retried in the background indefinitely when timed out, even after restarts and device switching #239 #238
- Updated message list styling with slightly less opaque messages from user, a visible unread marker, sending indicators, and colored timestamps #282
- Added a new cloud account connect process that warns users about data loss when connecting with an existing local account #274 #177
- Added another side menu for additional options #231
- Reduced storage requirements significantly by reducing the length of channel id's and message id's #273
Bugfixes:
- Fixed auto-scrolling to latest message intermittently broken #280
Known Issues:
- QR reader intermittently fails #267. Workaround: try scanning the QR code again.
- Buttons on the password prompt form stop responding when returning from cloud connect screen on desktop-sized screens #278. Workaround: restart the app.
Warning:
There has been no effort to maintain backward and forward compatibility between versions as of this release. Data from one version is not guaranteed to work on another. This will continue to be the case until the eventual v1.0.0 release.
If you're experiencing issues, try clearing your localStorage and IndexedDB. For this release, you can do so by typing
tocState.destroy()
in the console.