Release History
BAAS Tauri release notes, affected areas, upgrade guidance, and troubleshooting links.
This page tracks BAAS Tauri changes across the desktop client, Android client, updater, docs site, and runtime integration. When an issue appears after upgrading, first confirm the version, then check the affected areas and upgrade notes below.
v0.0.7
Release date: 2026-07-14
v0.0.7 introduces the native Android client, recoverable service transports, system diagnostics, and notification support. It also fixes Android startup, updater, and frontend rendering issues.
New Features
| Area | Details |
|---|---|
| Android client | Added Android packaging, bundled Python backend, mobile configuration and settings pages, accessibility automation bridge, foreground service controls, notification script toggles, Android updater support, and signed arm64 APK release workflow. |
| Service transports | Added selectable frontend transports, native named pipe support on desktop, shared transport lifecycle events, and recovery after backend disconnects. |
| Diagnostics and notifications | Added frontend system logs, system log settings, script lifecycle notifications, service status notifications, inline terminal output, and richer updater workflow status. |
Improvements
- Reduced unnecessary React rendering and preserved unsaved configuration drafts.
- Improved home, scheduler, settings, configuration, setup, Wiki, and responsive views.
- Added Android hot development tooling, CSS compatibility processing, backend synchronization, startup handoff, UIAutomator bridging, runtime installation, and backend restart handling.
- Improved Android update byte progress and backend update logs; failed SHA probes no longer block interaction.
- Added signed Android APK publishing, transport build checks, frontend transport tests, and broader quality workflows.
Fixes
- Fixed Android startup rendering, backend reconnect and restart, relaunch after updates, configuration encoding, Wiki rendering, icon alignment, and local automation bridge behavior.
- Fixed desktop startup blank frames, Tauri development startup, scheduler configuration black screens, and configuration draft loss.
- Fixed script notification snapshots, updater terminal embedding, service log scopes, and transport recovery edge cases.
- Completed missing locale translations and fixed blocking SHA source tests.
Upgrade Notes
- Android users should check Android installation, permissions, foreground service state, and notification script toggle state.
- Desktop users seeing repeated disconnects should inspect transport mode, backend logs, and system logs first.
- If the UI still shows stale state after updating, restart both client and backend, then confirm version numbers.
v0.0.6
Release date: 2026-06-28
v0.0.6 rebuilt the docs site, improved appearance customization, enabled portable Windows releases, and polished Wiki, installer configuration, and release workflows.
New Features
| Area | Details |
|---|---|
| Docs site | Added the multilingual docs site with feature guides, install guides, reference pages, screenshots, release download panels, and generated font subsets. |
| Appearance customization | Added image background, theme color, global appearance effect layer, and color picker controls. |
| Windows release | Enabled portable Windows artifacts for users who prefer extracting and running directly. |
Improvements and Fixes
- Improved the in-app Wiki, docs navigation, home layout, top logo, and scrollbar styling.
- Improved Tauri install config path resolution and setup storage behavior.
- Reworked README content, docs pages, feature descriptions,
setup.tomlreferences, and install instructions in English and Chinese. - Fixed install guide links, setup page i18n, Wiki display, docs source behavior, selected link styling, and site styling regressions.
v0.0.5 and Earlier
Earlier versions established the Tauri desktop client, configuration pages, scheduler, updater, remote display, and release flow. Current docs prioritize the latest stable version. If you are still on an older build, upgrade first before troubleshooting with the current docs.
Related Troubleshooting
| Issue | Page |
|---|---|
| Install, update, connection, ADB, or recognition failures | Troubleshooting |
| Need to report an issue | Report and Uninstall |
| Update sources, MirrorC CDK, installer configuration | setup.toml |
| Development and docs contribution | Development |