[PR #21] [MERGED] Dev #21

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/21
Author: @HueByte
Created: 2/22/2026
Status: Merged
Merged: 2/22/2026
Merged by: @HueByte

Base: masterHead: dev


📝 Commits (3)

  • 62e9d7f fix: optimize user fetching after connection failure handling
  • fbb2958 refactor: remove Terminal.Gui submodule and switch to NuGet package; update version to 0.2.7
  • 4f96b8d refactor: consolidate and reorganize code structure; extract classes and improve readability

📊 Changes

12 files changed (+22 additions, -44 deletions)

View changed files

📝 .github/workflows/ci.yml (+1 -12)
📝 .github/workflows/docs.yml (+0 -6)
📝 .github/workflows/release.yml (+0 -5)
.gitmodules (+0 -3)
📝 docs/changelog/toc.yml (+4 -0)
📝 docs/changelog/v0.2.6.md (+2 -0)
docs/changelog/v0.2.7.md (+12 -0)
nuget.config (+0 -12)
📝 src/Directory.Build.props (+1 -1)
📝 src/EchoHub.Client/AppOrchestrator.cs (+1 -2)
📝 src/EchoHub.Client/EchoHub.Client.csproj (+1 -2)
src/Terminal.Gui (+0 -1)

📄 Description

Summary

See changelog


🔄 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/21 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 2/22/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (3) - [`62e9d7f`](https://github.com/RedWizardsLab/EchoHub/commit/62e9d7fff51879f0b30337cb3a4bc2270d254ae4) fix: optimize user fetching after connection failure handling - [`fbb2958`](https://github.com/RedWizardsLab/EchoHub/commit/fbb2958fddb95595a1a1251dc0a08e2d1e884445) refactor: remove Terminal.Gui submodule and switch to NuGet package; update version to 0.2.7 - [`4f96b8d`](https://github.com/RedWizardsLab/EchoHub/commit/4f96b8d986669ba322bfa074cda87b284a894590) refactor: consolidate and reorganize code structure; extract classes and improve readability ### 📊 Changes **12 files changed** (+22 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+1 -12) 📝 `.github/workflows/docs.yml` (+0 -6) 📝 `.github/workflows/release.yml` (+0 -5) ➖ `.gitmodules` (+0 -3) 📝 `docs/changelog/toc.yml` (+4 -0) 📝 `docs/changelog/v0.2.6.md` (+2 -0) ➕ `docs/changelog/v0.2.7.md` (+12 -0) ➖ `nuget.config` (+0 -12) 📝 `src/Directory.Build.props` (+1 -1) 📝 `src/EchoHub.Client/AppOrchestrator.cs` (+1 -2) 📝 `src/EchoHub.Client/EchoHub.Client.csproj` (+1 -2) ➖ `src/Terminal.Gui` (+0 -1) </details> ### 📄 Description # Summary See changelog --- <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#21