v3.4.1

honojs/honov3.4.1Jul 25, 2026by UNITRONIX

AI Summary

A hotfix ensuring the Console service remains active and starts correctly after online GitHub updates.

Key Highlights

  • Fixed `betterdesk.sh` Online GitHub update leaving Console inactive.
  • Ensured Console always receives `systemctl start`/`restart` even if SQLite API-key sync fails during 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