Original PR: https://github.com/RedWizardsLab/EchoHub/pull/43 Author: @HueByte Created: 4/20/2026 Status: ✅ Merged Merged: 4/20/2026 Merged by: @HueByte
Base: master ← Head: dev
master
dev
6dbc298
5b8df9d
6aef689
335cfcc
b98673f
56fccf5
000764f
3091a14
aa6599a
ff9a9e3
23 files changed (+523 additions, -37 deletions)
📝 docs/articles/getting-started.md (+1 -1) 📝 docs/changelog/index.md (+2 -1) 📝 docs/changelog/toc.yml (+2 -0) ➕ docs/changelog/v0.2.10.md (+22 -0) 📝 docs/changelog/v0.2.9.md (+18 -0) 📝 docs/todo.md (+1 -1) 📝 scripts/install.sh (+1 -1) 📝 src/Directory.Build.props (+1 -1) 📝 src/EchoHub.Client/AppOrchestrator.cs (+60 -0) 📝 src/EchoHub.Client/Services/ConnectionManager.cs (+2 -2) 📝 src/EchoHub.Client/Services/EchoHubConnection.cs (+2 -2) 📝 src/EchoHub.Client/Services/NotificationSoundService.cs (+20 -3) 📝 src/EchoHub.Client/Services/UpdateBackupService.cs (+31 -1) 📝 src/EchoHub.Client/Services/UpdateChecker.cs (+9 -15) 📝 src/EchoHub.Client/UI/Chat/ChatMessageManager.cs (+33 -0) ➕ src/EchoHub.Client/UI/Dialogs/SearchDialog.cs (+160 -0) ➕ src/EchoHub.Client/UI/ListSources/SearchListSource.cs (+87 -0) 📝 src/EchoHub.Client/UI/MainWindow.cs (+61 -1) 📝 src/EchoHub.Core/Constants/ValidationConstants.cs (+1 -1) 📝 src/EchoHub.Core/Contracts/IChatService.cs (+1 -1)
docs/articles/getting-started.md
docs/changelog/index.md
docs/changelog/toc.yml
docs/changelog/v0.2.10.md
docs/changelog/v0.2.9.md
docs/todo.md
scripts/install.sh
src/Directory.Build.props
src/EchoHub.Client/AppOrchestrator.cs
src/EchoHub.Client/Services/ConnectionManager.cs
src/EchoHub.Client/Services/EchoHubConnection.cs
src/EchoHub.Client/Services/NotificationSoundService.cs
src/EchoHub.Client/Services/UpdateBackupService.cs
src/EchoHub.Client/Services/UpdateChecker.cs
src/EchoHub.Client/UI/Chat/ChatMessageManager.cs
src/EchoHub.Client/UI/Dialogs/SearchDialog.cs
src/EchoHub.Client/UI/ListSources/SearchListSource.cs
src/EchoHub.Client/UI/MainWindow.cs
src/EchoHub.Core/Constants/ValidationConstants.cs
src/EchoHub.Core/Contracts/IChatService.cs
...and 3 more files
See changelog
🔄 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/43
Author: @HueByte
Created: 4/20/2026
Status: ✅ Merged
Merged: 4/20/2026
Merged by: @HueByte
Base:
master← Head:dev📝 Commits (10+)
6dbc298fix: error when trying to zip open log file5b8df9dfix: remove unnecessary _app.Invoke calls around update progress dialog updates6aef689fix: ensure progress dialog updates on the UI thread335cfccMerge pull request #42 from HueByte/dev_fix_update_serviceb98673ffix: set input field insertion point to end after autocomplete56fccf5chore: add cursor position fix to changelog000764fchore: update version to 0.2.10 and enhance installation scripts and changelog3091a14Merge pull request #41 from HueByte/dev_move_cursor_to_end_on_autocompleteaa6599afeat: search dialog to navigate appff9a9e3chore: mark search bar/modal as completed in the todo list📊 Changes
23 files changed (+523 additions, -37 deletions)
View changed files
📝
docs/articles/getting-started.md(+1 -1)📝
docs/changelog/index.md(+2 -1)📝
docs/changelog/toc.yml(+2 -0)➕
docs/changelog/v0.2.10.md(+22 -0)📝
docs/changelog/v0.2.9.md(+18 -0)📝
docs/todo.md(+1 -1)📝
scripts/install.sh(+1 -1)📝
src/Directory.Build.props(+1 -1)📝
src/EchoHub.Client/AppOrchestrator.cs(+60 -0)📝
src/EchoHub.Client/Services/ConnectionManager.cs(+2 -2)📝
src/EchoHub.Client/Services/EchoHubConnection.cs(+2 -2)📝
src/EchoHub.Client/Services/NotificationSoundService.cs(+20 -3)📝
src/EchoHub.Client/Services/UpdateBackupService.cs(+31 -1)📝
src/EchoHub.Client/Services/UpdateChecker.cs(+9 -15)📝
src/EchoHub.Client/UI/Chat/ChatMessageManager.cs(+33 -0)➕
src/EchoHub.Client/UI/Dialogs/SearchDialog.cs(+160 -0)➕
src/EchoHub.Client/UI/ListSources/SearchListSource.cs(+87 -0)📝
src/EchoHub.Client/UI/MainWindow.cs(+61 -1)📝
src/EchoHub.Core/Constants/ValidationConstants.cs(+1 -1)📝
src/EchoHub.Core/Contracts/IChatService.cs(+1 -1)...and 3 more files
📄 Description
Summary
See changelog
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.