[PR #18] [MERGED] Dev #20

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

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/18
Author: @HueByte
Created: 2/21/2026
Status: Merged
Merged: 2/22/2026
Merged by: @HueByte

Base: masterHead: dev


📝 Commits (10+)

  • a860a8f feat: add audio playback and file download features with corresponding UI updates
  • 9265a9f Merge pull request #8 from HueByte/dev_send_rework
  • 50817ce Add unit tests for various services and functionalities
  • 411042c fix: correct formatting in JwtTokenServiceTests for improved readability
  • 3bc1446 Merge pull request #9 from HueByte/dev_more_tests
  • c0d3801 Add comprehensive unit tests for IRC command handling and message formatting
  • 9d4979d Merge pull request #10 from HueByte/dev_irc_abstraction_fixes
  • 7e78c57 chore: update changelog for v0.2.5 release with new features and fixes
  • fb12848 feat: add true transparent background support via Terminal.Gui fork
  • 1bdc6ec feat: update chat rendering to support transparent backgrounds

📊 Changes

77 files changed (+5506 additions, -303 deletions)

View changed files

📝 .github/workflows/ci.yml (+12 -1)
📝 .github/workflows/docs.yml (+6 -0)
📝 .github/workflows/release.yml (+5 -0)
📝 .gitignore (+3 -0)
.gitmodules (+3 -0)
assets/hue_icon.ico (+0 -0)
assets/hue_icon.png (+0 -0)
assets/hue_icon.svg (+11 -0)
📝 docs/api/client-articles/index.md (+4 -2)
📝 docs/api/core-articles/index.md (+1 -1)
📝 docs/api/index.md (+2 -2)
📝 docs/api/server-articles/index.md (+3 -2)
📝 docs/articles/architecture.md (+5 -5)
📝 docs/changelog/index.md (+2 -0)
📝 docs/changelog/toc.yml (+2 -0)
📝 docs/changelog/v0.2.4.md (+1 -1)
docs/changelog/v0.2.5.md (+119 -0)
installer/EchoHub-Installer.exe (+0 -0)
installer/Installer.iss (+52 -0)
nuget.config (+12 -0)

...and 57 more files

📄 Description

Summary - Dev Merge

See changelog v0.2.5


🔄 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/18 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`a860a8f`](https://github.com/RedWizardsLab/EchoHub/commit/a860a8fbc3765f07349573abf057b90d83ceae86) feat: add audio playback and file download features with corresponding UI updates - [`9265a9f`](https://github.com/RedWizardsLab/EchoHub/commit/9265a9f3124bf933f3734765f31c0eb2950996cc) Merge pull request #8 from HueByte/dev_send_rework - [`50817ce`](https://github.com/RedWizardsLab/EchoHub/commit/50817ce6e9150da3ac3d1a43a467599bd27ae1f1) Add unit tests for various services and functionalities - [`411042c`](https://github.com/RedWizardsLab/EchoHub/commit/411042c397ab21e2508724219dc4151fcbd32ca0) fix: correct formatting in JwtTokenServiceTests for improved readability - [`3bc1446`](https://github.com/RedWizardsLab/EchoHub/commit/3bc1446d1c7639d0eb9025e364e0d6431de8fee0) Merge pull request #9 from HueByte/dev_more_tests - [`c0d3801`](https://github.com/RedWizardsLab/EchoHub/commit/c0d38015ff8188e7127aa3bb9dbbdf6629696607) Add comprehensive unit tests for IRC command handling and message formatting - [`9d4979d`](https://github.com/RedWizardsLab/EchoHub/commit/9d4979d4a7f92c3373ad4e7deaad2aa57fab169b) Merge pull request #10 from HueByte/dev_irc_abstraction_fixes - [`7e78c57`](https://github.com/RedWizardsLab/EchoHub/commit/7e78c57665b731d3d8bce5e326bd47729e571b63) chore: update changelog for v0.2.5 release with new features and fixes - [`fb12848`](https://github.com/RedWizardsLab/EchoHub/commit/fb12848e9a1224462f3e9c807770c49a854c6f58) feat: add true transparent background support via Terminal.Gui fork - [`1bdc6ec`](https://github.com/RedWizardsLab/EchoHub/commit/1bdc6ec99e10659b87e475a1836ed055e4d01bb7) feat: update chat rendering to support transparent backgrounds ### 📊 Changes **77 files changed** (+5506 additions, -303 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+12 -1) 📝 `.github/workflows/docs.yml` (+6 -0) 📝 `.github/workflows/release.yml` (+5 -0) 📝 `.gitignore` (+3 -0) ➕ `.gitmodules` (+3 -0) ➕ `assets/hue_icon.ico` (+0 -0) ➕ `assets/hue_icon.png` (+0 -0) ➕ `assets/hue_icon.svg` (+11 -0) 📝 `docs/api/client-articles/index.md` (+4 -2) 📝 `docs/api/core-articles/index.md` (+1 -1) 📝 `docs/api/index.md` (+2 -2) 📝 `docs/api/server-articles/index.md` (+3 -2) 📝 `docs/articles/architecture.md` (+5 -5) 📝 `docs/changelog/index.md` (+2 -0) 📝 `docs/changelog/toc.yml` (+2 -0) 📝 `docs/changelog/v0.2.4.md` (+1 -1) ➕ `docs/changelog/v0.2.5.md` (+119 -0) ➕ `installer/EchoHub-Installer.exe` (+0 -0) ➕ `installer/Installer.iss` (+52 -0) ➕ `nuget.config` (+12 -0) _...and 57 more files_ </details> ### 📄 Description # Summary - Dev Merge See changelog v0.2.5 --- <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:43 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#20