[PR #22] [MERGED] feat: Add "Check for Updates" menu item #22

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

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/22
Author: @Stone-Red-Code
Created: 2/22/2026
Status: Merged
Merged: 2/23/2026
Merged by: @Stone-Red-Code

Base: devHead: dev_manual_update_entry


📝 Commits (2)

  • 0e3dd93 feat: Add "Check for Updates" menu item
  • 241fee6 chore: update AlwaysUpToDate package to version 2.0.2.20250223

📊 Changes

4 files changed (+38 additions, -2 deletions)

View changed files

📝 src/EchoHub.Client/AppOrchestrator.cs (+6 -0)
📝 src/EchoHub.Client/EchoHub.Client.csproj (+1 -1)
📝 src/EchoHub.Client/Services/UpdateChecker.cs (+24 -0)
📝 src/EchoHub.Client/UI/MainWindow.cs (+7 -1)

📄 Description

Summary

Added a menu item entry File -> Check for Updates to be able to check for updates manually instead of having to wait for the hourly chat.


🔄 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/22 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 2/22/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `dev` ← **Head:** `dev_manual_update_entry` --- ### 📝 Commits (2) - [`0e3dd93`](https://github.com/RedWizardsLab/EchoHub/commit/0e3dd932af438a841564b7b1844d4cb893ddf436) feat: Add "Check for Updates" menu item - [`241fee6`](https://github.com/RedWizardsLab/EchoHub/commit/241fee67e87edd7f2c8bd24c7bb6cfee02d129f7) chore: update AlwaysUpToDate package to version 2.0.2.20250223 ### 📊 Changes **4 files changed** (+38 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/EchoHub.Client/AppOrchestrator.cs` (+6 -0) 📝 `src/EchoHub.Client/EchoHub.Client.csproj` (+1 -1) 📝 `src/EchoHub.Client/Services/UpdateChecker.cs` (+24 -0) 📝 `src/EchoHub.Client/UI/MainWindow.cs` (+7 -1) </details> ### 📄 Description # Summary Added a menu item entry `File -> Check for Updates` to be able to check for updates manually instead of having to wait for the hourly chat. --- <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:44 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#22