-
v2.0.0-beta.4 Stable
released this
2026-03-08 19:19:32 +01:00 | 2 commits to main since this releasev2.0.0-beta.4 — Fix Auto-Updater
Bugfix
- Auto-updater pointed to stable repo instead of beta repo —
DEFAULT_UPDATE_REPOinconstants.tswas still set toAdministrator/real-debrid-downloader(the stable release repo). The beta app checked for updates there, found no newer version than what's in stable, and reported "Kein Update verfügbar". Changed toAdministrator/beta-real-debrid-downloaderso the beta app discovers its own releases.
Note
Since v2.0.0-beta.2 and beta.3 had the wrong update repo, you need to manually download and install beta.4 from this release page. After that, auto-updates will work correctly for future beta releases.
- Auto-updater pointed to stable repo instead of beta repo —