mirror of
https://github.com/mrgoonie/winshot.git
synced 2026-04-26 18:45:57 +03:00
[PR #35] [CLOSED] feat: add tray minimize, clipboard integration, and hotkey improvements #54
Labels
No labels
bug
enhancement
enhancement
pull-request
question
released
released on @beta
released on @dev
released on @latest
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/winshot#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mrgoonie/winshot/pull/35
Author: @Vivusk
Created: 12/11/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (6)
38e1191fix(app): restore window position after region capture03cf0fdfeat(capture): add clipboard image paste support0f1a8d1feat(capture): add multi-monitor region capture support1d683ccfix(hotkeys): resolve goroutine thread affinity causing hotkey registration failure4fbc7d6chore: update generated bindings and documentation20ad92bfeat(clipboard): auto-copy styled canvas instead of raw screenshot📊 Changes
19 files changed (+840 additions, -207 deletions)
View changed files
📝
.claude/active-plan(+1 -1)📝
app.go(+49 -61)➕
docs-manager-251211-clipboard-capture.md(+129 -0)📝
docs/codebase-summary.md(+39 -7)📝
docs/system-architecture.md(+43 -1)📝
frontend/dist/index.html(+2 -2)📝
frontend/package.json.md5(+1 -1)📝
frontend/src/App.tsx(+114 -112)📝
frontend/src/components/capture-toolbar.tsx(+20 -2)📝
frontend/src/components/region-selector.tsx(+11 -8)📝
frontend/wailsjs/go/main/App.d.ts(+4 -0)📝
frontend/wailsjs/go/main/App.js(+8 -0)📝
frontend/wailsjs/go/models.ts(+18 -0)📝
frontend/wailsjs/runtime/runtime.js(+4 -0)📝
go.mod(+2 -2)📝
go.sum(+4 -4)📝
internal/hotkeys/hotkeys.go(+152 -6)📝
internal/screenshot/capture.go(+37 -0)➕
internal/screenshot/clipboard.go(+202 -0)📄 Description
Summary
This pull request introduces several key improvements to WinShot:
Changes
Backend (Go)
Frontend (React)
Documentation
Testing
All capture modes tested on multi-monitor setup:
Breaking Changes
None
Commits
7 commits included:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.