Original PR: https://github.com/RedWizardsLab/EchoHub/pull/55 Author: @HueByte Created: 7/16/2026 Status: ✅ Merged Merged: 7/16/2026 Merged by: @HueByte
Base: master ← Head: dev
master
dev
494dcb4
dbf6565
e797ec2
b9a8080
3886e71
c048b39
aae7880
b62729d
48 files changed (+1681 additions, -343 deletions)
📝 .github/workflows/ci.yml (+2 -0) 📝 .github/workflows/docker.yml (+17 -7) 📝 .github/workflows/release.yml (+17 -7) ➕ docs/articles/encrypted-rooms.md (+160 -0) 📝 docs/articles/encryption.md (+1 -1) 📝 docs/articles/toc.yml (+2 -0) 📝 docs/changelog/index.md (+1 -0) 📝 docs/changelog/toc.yml (+2 -0) 📝 docs/changelog/v0.2.12.md (+8 -1) ➕ docs/changelog/v0.2.13.md (+26 -0) ➕ src/.dockerignore (+2 -0) 📝 src/Directory.Build.props (+1 -1) 📝 src/EchoHub.Client/AppOrchestrator.cs (+140 -12) 📝 src/EchoHub.Client/Commands/CommandHandler.cs (+10 -0) 📝 src/EchoHub.Client/Config/ClientConfig.cs (+12 -0) 📝 src/EchoHub.Client/Config/ConfigManager.cs (+45 -29) 📝 src/EchoHub.Client/Program.cs (+15 -1) 📝 src/EchoHub.Client/Services/ApiClient.cs (+14 -0) 📝 src/EchoHub.Client/Services/ConnectionManager.cs (+53 -10) 📝 src/EchoHub.Client/Services/UpdateChecker.cs (+110 -69)
.github/workflows/ci.yml
.github/workflows/docker.yml
.github/workflows/release.yml
docs/articles/encrypted-rooms.md
docs/articles/encryption.md
docs/articles/toc.yml
docs/changelog/index.md
docs/changelog/toc.yml
docs/changelog/v0.2.12.md
docs/changelog/v0.2.13.md
src/.dockerignore
src/Directory.Build.props
src/EchoHub.Client/AppOrchestrator.cs
src/EchoHub.Client/Commands/CommandHandler.cs
src/EchoHub.Client/Config/ClientConfig.cs
src/EchoHub.Client/Config/ConfigManager.cs
src/EchoHub.Client/Program.cs
src/EchoHub.Client/Services/ApiClient.cs
src/EchoHub.Client/Services/ConnectionManager.cs
src/EchoHub.Client/Services/UpdateChecker.cs
...and 28 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/55
Author: @HueByte
Created: 7/16/2026
Status: ✅ Merged
Merged: 7/16/2026
Merged by: @HueByte
Base:
master← Head:dev📝 Commits (8)
494dcb4feat: Update CI workflows to trigger on successful completion of previous CI runsdbf6565feat: Implement update confirmation handling and streamline update processe797ec2feat: add /meta command for channel metadata retrievalb9a8080Merge pull request #54 from HueByte/dev_update_fixes3886e71feat(chat): enhance chat UI with new features and visual improvementsc048b39feat: release v0.2.13 with chat visual overhaul and new featuresaae7880feat: enhance chat functionality with auto-join, persistent read positions, and theme border customizationb62729dfeat: enhance message decryption for IRC clients and improve attachment handling📊 Changes
48 files changed (+1681 additions, -343 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -0)📝
.github/workflows/docker.yml(+17 -7)📝
.github/workflows/release.yml(+17 -7)➕
docs/articles/encrypted-rooms.md(+160 -0)📝
docs/articles/encryption.md(+1 -1)📝
docs/articles/toc.yml(+2 -0)📝
docs/changelog/index.md(+1 -0)📝
docs/changelog/toc.yml(+2 -0)📝
docs/changelog/v0.2.12.md(+8 -1)➕
docs/changelog/v0.2.13.md(+26 -0)➕
src/.dockerignore(+2 -0)📝
src/Directory.Build.props(+1 -1)📝
src/EchoHub.Client/AppOrchestrator.cs(+140 -12)📝
src/EchoHub.Client/Commands/CommandHandler.cs(+10 -0)📝
src/EchoHub.Client/Config/ClientConfig.cs(+12 -0)📝
src/EchoHub.Client/Config/ConfigManager.cs(+45 -29)📝
src/EchoHub.Client/Program.cs(+15 -1)📝
src/EchoHub.Client/Services/ApiClient.cs(+14 -0)📝
src/EchoHub.Client/Services/ConnectionManager.cs(+53 -10)📝
src/EchoHub.Client/Services/UpdateChecker.cs(+110 -69)...and 28 more files
📄 Description
Summary
See changelog
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.