[PR #35] [MERGED] Dev #34

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

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/35
Author: @HueByte
Created: 2/25/2026
Status: Merged
Merged: 4/7/2026
Merged by: @HueByte

Base: masterHead: dev


📝 Commits (10+)

  • 9029d63 fix: documentation URLs in echohub.nuspecch
  • 92b89fa fix: github repo URLs in echohub.nuspecch
  • ba536c6 Merge pull request #33 from HueByte/dev_fix_docs_urls
  • 8689dc2 fix: add TODO for incorrect embed color display
  • 0aaa371 chore: update release process for single-file publish and enhance installer script
  • ee18743 fix: choco install path by separating directory and file joins
  • 0606394 Merge pull request #38 from HueByte/dev_fix_choco_path
  • 3f2211f fix: double click on public checkbox creates channel by setting set CommandsToBubbleUp in dialog
  • 38d63d8 chore: mark checkbox issue in channel creation as completed in todo list
  • eb4aac9 Merge pull request #37 from HueByte/dev_fix_create_dialog_checkbox

📊 Changes

9 files changed (+35 additions, -21 deletions)

View changed files

📝 .github/workflows/release.yml (+5 -5)
docs/changelog/v0.2.9.md (+5 -0)
📝 docs/todo.md (+2 -1)
📝 packaging/choco/echohub.nuspec (+8 -8)
📝 packaging/choco/tools/chocolateyInstall.ps1 (+2 -1)
📝 scripts/install.sh (+10 -3)
📝 src/Directory.Build.props (+1 -1)
📝 src/EchoHub.Client/EchoHub.Client.csproj (+1 -1)
📝 src/EchoHub.Client/UI/Dialogs/CreateChannelDialog.cs (+1 -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/35 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 4/7/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9029d63`](https://github.com/RedWizardsLab/EchoHub/commit/9029d63e548ba410c4ca59b09302aa4b878ed632) fix: documentation URLs in echohub.nuspecch - [`92b89fa`](https://github.com/RedWizardsLab/EchoHub/commit/92b89fa8a0f701fa6bc9ed84aecad377a819f29e) fix: github repo URLs in echohub.nuspecch - [`ba536c6`](https://github.com/RedWizardsLab/EchoHub/commit/ba536c6f9ca2cb5e515a5c693588e918db9975c0) Merge pull request #33 from HueByte/dev_fix_docs_urls - [`8689dc2`](https://github.com/RedWizardsLab/EchoHub/commit/8689dc2a0168e5e0b014c7e5ed7a09c66942e67a) fix: add TODO for incorrect embed color display - [`0aaa371`](https://github.com/RedWizardsLab/EchoHub/commit/0aaa371488d5229e5f575167f9c0c4bb9f5205f8) chore: update release process for single-file publish and enhance installer script - [`ee18743`](https://github.com/RedWizardsLab/EchoHub/commit/ee187437213ecaed7664806e21a3d5721349e29a) fix: choco install path by separating directory and file joins - [`0606394`](https://github.com/RedWizardsLab/EchoHub/commit/0606394af292af8c8cd8c145f8a1b83f9b4c44de) Merge pull request #38 from HueByte/dev_fix_choco_path - [`3f2211f`](https://github.com/RedWizardsLab/EchoHub/commit/3f2211f42aa43939ff1b84f17eea53cb636b4ae6) fix: double click on public checkbox creates channel by setting set CommandsToBubbleUp in dialog - [`38d63d8`](https://github.com/RedWizardsLab/EchoHub/commit/38d63d844d7894b0fb5520c17933157c4826c3bf) chore: mark checkbox issue in channel creation as completed in todo list - [`eb4aac9`](https://github.com/RedWizardsLab/EchoHub/commit/eb4aac986155fece085980c223a476472ea9b329) Merge pull request #37 from HueByte/dev_fix_create_dialog_checkbox ### 📊 Changes **9 files changed** (+35 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+5 -5) ➕ `docs/changelog/v0.2.9.md` (+5 -0) 📝 `docs/todo.md` (+2 -1) 📝 `packaging/choco/echohub.nuspec` (+8 -8) 📝 `packaging/choco/tools/chocolateyInstall.ps1` (+2 -1) 📝 `scripts/install.sh` (+10 -3) 📝 `src/Directory.Build.props` (+1 -1) 📝 `src/EchoHub.Client/EchoHub.Client.csproj` (+1 -1) 📝 `src/EchoHub.Client/UI/Dialogs/CreateChannelDialog.cs` (+1 -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:48 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#34