Original PR: https://github.com/RedWizardsLab/EchoHub/pull/54 Author: @HueByte Created: 7/16/2026 Status: ✅ Merged Merged: 7/16/2026 Merged by: @HueByte
Base: dev ← Head: dev_update_fixes
dev
dev_update_fixes
dbf6565
e797ec2
23 files changed (+621 additions, -159 deletions)
➕ docs/articles/encrypted-rooms.md (+160 -0) 📝 docs/articles/encryption.md (+1 -1) 📝 docs/articles/toc.yml (+2 -0) 📝 docs/changelog/v0.2.12.md (+8 -1) ➕ src/.dockerignore (+2 -0) 📝 src/EchoHub.Client/AppOrchestrator.cs (+47 -0) 📝 src/EchoHub.Client/Commands/CommandHandler.cs (+10 -0) 📝 src/EchoHub.Client/Program.cs (+15 -1) 📝 src/EchoHub.Client/Services/ApiClient.cs (+14 -0) 📝 src/EchoHub.Client/Services/UpdateChecker.cs (+110 -69) 📝 src/EchoHub.Client/UI/Chat/ChatMessageManager.cs (+11 -4) ➖ src/EchoHub.Client/UI/Dialogs/UpdateProgressDialog.cs (+0 -61) 📝 src/EchoHub.Core/Contracts/IChannelService.cs (+1 -0) 📝 src/EchoHub.Core/DTOs/ChatDtos.cs (+17 -0) ➕ src/EchoHub.Server/Config/UploadLimits.cs (+38 -0) 📝 src/EchoHub.Server/Controllers/ChannelsController.cs (+38 -19) 📝 src/EchoHub.Server/Controllers/UsersController.cs (+6 -3) 📝 src/EchoHub.Server/Program.cs (+9 -0) 📝 src/EchoHub.Server/Services/ChannelService.cs (+36 -0) 📝 src/EchoHub.Server/appsettings.example.json (+7 -0)
docs/articles/encrypted-rooms.md
docs/articles/encryption.md
docs/articles/toc.yml
docs/changelog/v0.2.12.md
src/.dockerignore
src/EchoHub.Client/AppOrchestrator.cs
src/EchoHub.Client/Commands/CommandHandler.cs
src/EchoHub.Client/Program.cs
src/EchoHub.Client/Services/ApiClient.cs
src/EchoHub.Client/Services/UpdateChecker.cs
src/EchoHub.Client/UI/Chat/ChatMessageManager.cs
src/EchoHub.Client/UI/Dialogs/UpdateProgressDialog.cs
src/EchoHub.Core/Contracts/IChannelService.cs
src/EchoHub.Core/DTOs/ChatDtos.cs
src/EchoHub.Server/Config/UploadLimits.cs
src/EchoHub.Server/Controllers/ChannelsController.cs
src/EchoHub.Server/Controllers/UsersController.cs
src/EchoHub.Server/Program.cs
src/EchoHub.Server/Services/ChannelService.cs
src/EchoHub.Server/appsettings.example.json
...and 3 more files
See changelog
🔄 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/54
Author: @HueByte
Created: 7/16/2026
Status: ✅ Merged
Merged: 7/16/2026
Merged by: @HueByte
Base:
dev← Head:dev_update_fixes📝 Commits (2)
dbf6565feat: Implement update confirmation handling and streamline update processe797ec2feat: add /meta command for channel metadata retrieval📊 Changes
23 files changed (+621 additions, -159 deletions)
View changed files
➕
docs/articles/encrypted-rooms.md(+160 -0)📝
docs/articles/encryption.md(+1 -1)📝
docs/articles/toc.yml(+2 -0)📝
docs/changelog/v0.2.12.md(+8 -1)➕
src/.dockerignore(+2 -0)📝
src/EchoHub.Client/AppOrchestrator.cs(+47 -0)📝
src/EchoHub.Client/Commands/CommandHandler.cs(+10 -0)📝
src/EchoHub.Client/Program.cs(+15 -1)📝
src/EchoHub.Client/Services/ApiClient.cs(+14 -0)📝
src/EchoHub.Client/Services/UpdateChecker.cs(+110 -69)📝
src/EchoHub.Client/UI/Chat/ChatMessageManager.cs(+11 -4)➖
src/EchoHub.Client/UI/Dialogs/UpdateProgressDialog.cs(+0 -61)📝
src/EchoHub.Core/Contracts/IChannelService.cs(+1 -0)📝
src/EchoHub.Core/DTOs/ChatDtos.cs(+17 -0)➕
src/EchoHub.Server/Config/UploadLimits.cs(+38 -0)📝
src/EchoHub.Server/Controllers/ChannelsController.cs(+38 -19)📝
src/EchoHub.Server/Controllers/UsersController.cs(+6 -3)📝
src/EchoHub.Server/Program.cs(+9 -0)📝
src/EchoHub.Server/Services/ChannelService.cs(+36 -0)📝
src/EchoHub.Server/appsettings.example.json(+7 -0)...and 3 more files
📄 Description
Summary
See changelog
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.