v3.4.1

QwenLM/Qwen3-VLv3.4.1Jul 25, 2026by UNITRONIX

AI Summary

Hotfix ensuring the Console service remains active after GitHub updates via the install script.

Key Highlights

  • Fixed `betterdesk.sh` update leaving Console inactive
  • Ensures Console always starts/restarts after Go start

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