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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:dev_manual_update_entry📝 Commits (2)
0e3dd93feat: Add "Check for Updates" menu item241fee6chore: 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 Updatesto 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.