mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
749 B
749 B
v0.2.7
Bug Fixes
- Fix user list empty on initial connect —
FetchAndUpdateOnlineUserswas called beforeInvokeUIset the current channel, causing an early return
New Features
- Add Docker support for EchoHub.Server —
docker compose up -dfor easy self-hosting with persistent volume for database, uploads, and logs
Infrastructure
- Switch Terminal.Gui from local fork submodule back to NuGet package (
2.0.0-develop.5039) — transparent color PR merged upstream - Remove Terminal.Gui submodule,
.gitmodules, and rootnuget.configworkaround - Remove
rm -fsubmodule nuget.config steps andsubmodules: recursivefrom all 3 CI workflows (ci, docs, release) - Remove
--exclude src/Terminal.Gui/from format check