Original PR: https://github.com/RedWizardsLab/EchoHub/pull/57 Author: @HueByte Created: 7/16/2026 Status: ✅ Merged Merged: 7/16/2026 Merged by: @HueByte
Base: dev ← Head: dev_copy_paste_qol
dev
dev_copy_paste_qol
4f2cffa
2157884
78f18a3
6 files changed (+552 additions, -99 deletions)
📝 docs/changelog/index.md (+1 -1) 📝 docs/changelog/v0.2.14.md (+3 -1) 📝 src/EchoHub.Client/AppOrchestrator.cs (+104 -8) ➕ src/EchoHub.Client/Services/ClipboardImage.cs (+257 -0) 📝 src/EchoHub.Client/UI/MainWindow.cs (+109 -89) ➕ src/EchoHub.Tests/ClipboardImageTests.cs (+78 -0)
docs/changelog/index.md
docs/changelog/v0.2.14.md
src/EchoHub.Client/AppOrchestrator.cs
src/EchoHub.Client/Services/ClipboardImage.cs
src/EchoHub.Client/UI/MainWindow.cs
src/EchoHub.Tests/ClipboardImageTests.cs
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/57
Author: @HueByte
Created: 7/16/2026
Status: ✅ Merged
Merged: 7/16/2026
Merged by: @HueByte
Base:
dev← Head:dev_copy_paste_qol📝 Commits (3)
4f2cffafeat: add clipboard image handling for pasting and staging attachments2157884refactor: replace Key constants with KeyCode for improved clarity and performance78f18a3docs: update changelog for v0.2.14 to include clipboard image and multi-file paste features📊 Changes
6 files changed (+552 additions, -99 deletions)
View changed files
📝
docs/changelog/index.md(+1 -1)📝
docs/changelog/v0.2.14.md(+3 -1)📝
src/EchoHub.Client/AppOrchestrator.cs(+104 -8)➕
src/EchoHub.Client/Services/ClipboardImage.cs(+257 -0)📝
src/EchoHub.Client/UI/MainWindow.cs(+109 -89)➕
src/EchoHub.Tests/ClipboardImageTests.cs(+78 -0)📄 Description
Summary
See changelog
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.