[PR #24] [MERGED] Dev update adjustments #26

Closed
opened 2026-09-04 00:49:45 +02:00 by Stone_Red · 0 comments
Owner

📋 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: devHead: dev_update_adjustments


📝 Commits (1)

  • 38df05d feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/24 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `dev` ← **Head:** `dev_update_adjustments` --- ### 📝 Commits (1) - [`38df05d`](https://github.com/RedWizardsLab/EchoHub/commit/38df05df416d37a0a127cd09ed242faa4c35f685) feat: implement rollback functionality with pre-update backup and recovery options | Rebase ### 📊 Changes **7 files changed** (+359 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description # Summary Added rollback functionality with pre-update backup and recovery options --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:45 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#26