mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
13 lines
587 B
Markdown
13 lines
587 B
Markdown
# v0.2.7
|
|
|
|
## Bug Fixes
|
|
|
|
- Fix user list empty on initial connect — `FetchAndUpdateOnlineUsers` was called before `InvokeUI` set the current channel, causing an early return
|
|
|
|
## 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 root `nuget.config` workaround
|
|
- Remove `rm -f` submodule nuget.config steps and `submodules: recursive` from all 3 CI workflows (ci, docs, release)
|
|
- Remove `--exclude src/Terminal.Gui/` from format check
|