[PR #67] [MERGED] Dev version mismatch #67

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

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/67
Author: @Stone-Red-Code
Created: 7/18/2026
Status: Merged
Merged: 7/18/2026
Merged by: @Stone-Red-Code

Base: devHead: dev_version_mismatch


📝 Commits (3)

  • 473d4f5 feat: warn when server and client versions differ during connection setup
  • 6119225 chore: add changelog
  • 191a70f fix: formatting

📊 Changes

6 files changed (+42 additions, -5 deletions)

View changed files

📝 docs/changelog/index.md (+1 -1)
📝 docs/changelog/v0.2.17.md (+4 -0)
📝 src/EchoHub.Client/AppOrchestrator.cs (+16 -0)
📝 src/EchoHub.Client/Services/ConnectionManager.cs (+14 -2)
📝 src/EchoHub.Core/DTOs/ServerDtos.cs (+2 -1)
📝 src/EchoHub.Server/Controllers/ServerController.cs (+5 -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/67 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 7/18/2026 **Status:** ✅ Merged **Merged:** 7/18/2026 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `dev` ← **Head:** `dev_version_mismatch` --- ### 📝 Commits (3) - [`473d4f5`](https://github.com/RedWizardsLab/EchoHub/commit/473d4f5a3c8e7dec865c46ad0a54a2e54840a72e) feat: warn when server and client versions differ during connection setup - [`6119225`](https://github.com/RedWizardsLab/EchoHub/commit/61192254ed5114006bc3c67ab063243b92f1688b) chore: add changelog - [`191a70f`](https://github.com/RedWizardsLab/EchoHub/commit/191a70fb2a635049a7e1ec1b46faf8b14eeec8ae) fix: formatting ### 📊 Changes **6 files changed** (+42 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `docs/changelog/index.md` (+1 -1) 📝 `docs/changelog/v0.2.17.md` (+4 -0) 📝 `src/EchoHub.Client/AppOrchestrator.cs` (+16 -0) 📝 `src/EchoHub.Client/Services/ConnectionManager.cs` (+14 -2) 📝 `src/EchoHub.Core/DTOs/ServerDtos.cs` (+2 -1) 📝 `src/EchoHub.Server/Controllers/ServerController.cs` (+5 -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:59 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#67