Original PR: https://github.com/RedWizardsLab/EchoHub/pull/24 Author: @HueByte Created: 2/23/2026 Status: ✅ Merged Merged: 2/23/2026 Merged by: @HueByte
Base: dev ← Head: dev_update_adjustments
dev
dev_update_adjustments
38df05d
7 files changed (+359 additions, -13 deletions)
📝 .github/workflows/release.yml (+13 -1) 📝 docs/changelog/v0.2.8.md (+4 -0) 📝 src/EchoHub.Client/AppOrchestrator.cs (+27 -0) 📝 src/EchoHub.Client/Program.cs (+79 -1) ➕ src/EchoHub.Client/Services/UpdateBackupService.cs (+153 -0) 📝 src/EchoHub.Client/Services/UpdateChecker.cs (+65 -6) 📝 src/EchoHub.Client/UI/MainWindow.cs (+18 -5)
.github/workflows/release.yml
docs/changelog/v0.2.8.md
src/EchoHub.Client/AppOrchestrator.cs
src/EchoHub.Client/Program.cs
src/EchoHub.Client/Services/UpdateBackupService.cs
src/EchoHub.Client/Services/UpdateChecker.cs
src/EchoHub.Client/UI/MainWindow.cs
Added rollback functionality with pre-update backup and recovery options
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/RedWizardsLab/EchoHub/pull/24
Author: @HueByte
Created: 2/23/2026
Status: ✅ Merged
Merged: 2/23/2026
Merged by: @HueByte
Base:
dev← Head:dev_update_adjustments📝 Commits (1)
38df05dfeat: implement rollback functionality with pre-update backup and recovery options | Rebase📊 Changes
7 files changed (+359 additions, -13 deletions)
View changed files
📝
.github/workflows/release.yml(+13 -1)📝
docs/changelog/v0.2.8.md(+4 -0)📝
src/EchoHub.Client/AppOrchestrator.cs(+27 -0)📝
src/EchoHub.Client/Program.cs(+79 -1)➕
src/EchoHub.Client/Services/UpdateBackupService.cs(+153 -0)📝
src/EchoHub.Client/Services/UpdateChecker.cs(+65 -6)📝
src/EchoHub.Client/UI/MainWindow.cs(+18 -5)📄 Description
Summary
Added rollback functionality with pre-update backup and recovery options
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.