v3.4.1
MiniMax-AI/MiniMax-01v3.4.1Jul 25, 2026by UNITRONIX
AI Summary
A critical maintenance release that fixes a bug where the Console service could remain inactive after an online GitHub update, ensuring proper service startup.
Key Highlights
- Fixed Console inactivity after online GitHub update via `betterdesk.sh`.
Full Release Notes
## Fixed - **`betterdesk.sh` Online GitHub update leaves Console inactive (#306):** `start_services_with_verification` no longer aborts under `set -e` when `sqlite3` API-key sync fails after Go start; Console always gets `systemctl start`/`restart`, and update no longer prints success when `betterdesk-console` is not Active. **Channel:** stable `main` → **3.4.1** **Deploy:** ships via `betterdesk.sh` / installer update (not panel-only Settings → Updates). **Verify:** Update → Online update from GitHub → `systemctl is-active betterdesk-console` is `active` without a manual start. Related: https://github.com/UNITRONIX/BetterDesk/issues/306 ## What's Changed * Hotfix: start Console after betterdesk.sh GitHub update (#306) by @UNITRONIX in https://github.com/UNITRONIX/BetterDesk/pull/307 * chore: release version 3.4.1 [version-bump] by @UNITRONIX in https://github.com/UNITRONIX/BetterDesk/pull/308 **Full Changelog**: https://github.com/UNITRONIX/BetterDesk/compare/v3.4.0...v3.4.1