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: master ← Head: dev
master
dev
a860a8f
9265a9f
50817ce
411042c
3bc1446
c0d3801
9d4979d
7e78c57
fb12848
1bdc6ec
77 files changed (+5506 additions, -303 deletions)
📝 .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)
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
.gitignore
.gitmodules
assets/hue_icon.ico
assets/hue_icon.png
assets/hue_icon.svg
docs/api/client-articles/index.md
docs/api/core-articles/index.md
docs/api/index.md
docs/api/server-articles/index.md
docs/articles/architecture.md
docs/changelog/index.md
docs/changelog/toc.yml
docs/changelog/v0.2.4.md
docs/changelog/v0.2.5.md
installer/EchoHub-Installer.exe
installer/Installer.iss
nuget.config
...and 57 more files
See changelog v0.2.5
🔄 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/18
Author: @HueByte
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/22/2026
Merged by: @HueByte
Base:
master← Head:dev📝 Commits (10+)
a860a8ffeat: add audio playback and file download features with corresponding UI updates9265a9fMerge pull request #8 from HueByte/dev_send_rework50817ceAdd unit tests for various services and functionalities411042cfix: correct formatting in JwtTokenServiceTests for improved readability3bc1446Merge pull request #9 from HueByte/dev_more_testsc0d3801Add comprehensive unit tests for IRC command handling and message formatting9d4979dMerge pull request #10 from HueByte/dev_irc_abstraction_fixes7e78c57chore: update changelog for v0.2.5 release with new features and fixesfb12848feat: add true transparent background support via Terminal.Gui fork1bdc6ecfeat: 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.