v0.9.0-alpha
Pre-release
Pre-release
lewisl9029
released this
05 Oct 06:45
·
288 commits
to master
since this release
Web release available at http://lewisl9029.github.io/toc/releases/v0.9.0-alpha.
Android binaries are attached below.
Features:
- Integrated landing page from toc-landing repository, and dev environment config from toc-dev repository. #245 #346
- Made a app logo and created animated logo loading screen, replaced conversations icon with logo outline. #214 #171 #360
- Custom domain toc.im now mirrors Github pages site using Cloudflare's CDN. #371
- Implemented invite links and option to share invite links on social media as an additional invite method. #297 #249
- Optimized idle network usage. #397
Bugfixes:
- System messages stop firing if it contains the same text as before. #352
- After sync'ing with remotestorage, user is presented with a sign up screen instead of the sign in screen. #378
- Dismissed notifications appear on startup on Android. #390
Known Issues:
- Android build occasionally disconnects and cant regain connectivity #400. Workaround: restart the app.
- Notifications animate in but not out #324. Workaround: use your imagination. ;D
- Free text selection is not working in message list #321. Workaround: use the copy on click feature for now.
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.