v3.4.1

NVIDIA/NeMo-Speech.cppv3.4.1Jul 25, 2026by UNITRONIX

AI Summary

A hotfix ensuring the Console service remains active after performing an online update via the `betterdesk.sh` script, which previously failed to restart the service correctly.

Key Highlights

  • Fixed Console inactivity issue after online GitHub update via `betterdesk.sh`
  • Ensured `systemctl start`/`restart` is always called even if API-key sync fails

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