mirror of
https://github.com/mrgoonie/winshot.git
synced 2026-04-26 18:45:57 +03:00
[PR #50] [CLOSED] feat: release v1.2.1 - clipboard improvements and config persistence #68
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#68
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/50
Author: @mrgoonie
Created: 12/24/2025
Status: ❌ Closed
Base:
main← Head:goon📝 Commits (5)
1024bf0fix(startup): resolve minimize to tray and autostart issues (#48)8b3e94afeat(notifications): add capture notifications and copy path button (#48)fe09ccefeat(clipboard): add Ctrl+V paste and JPEG quality export (#48)c9700b6feat(clipboard): add multi-format paste and drag-drop image importe1e051drefactor(config): persist editor settings in Go backend📊 Changes
20 files changed (+1996 additions, -242 deletions)
View changed files
📝
.gitignore(+2 -1)➕
.repomixignore(+22 -0)➕
CLAUDE.md(+46 -0)📝
README.md(+45 -13)📝
app.go(+16 -6)➕
app_test.go(+246 -0)➕
coverage.out(+693 -0)➖
docs-manager-251211-clipboard-capture.md(+0 -129)📝
docs/codebase-summary.md(+193 -21)📝
frontend/dist/index.html(+2 -2)📝
frontend/src/App.tsx(+220 -52)📝
frontend/src/components/export-toolbar.tsx(+21 -1)📝
frontend/wailsjs/go/main/App.d.ts(+4 -0)📝
frontend/wailsjs/go/main/App.js(+8 -0)📝
frontend/wailsjs/go/models.ts(+25 -0)📝
internal/config/config.go(+19 -0)📝
internal/config/startup.go(+30 -8)➕
internal/config/startup_test.go(+209 -0)📝
internal/screenshot/clipboard.go(+190 -8)📝
main.go(+5 -1)📄 Description
Summary
Release v1.2.1 with clipboard improvements, capture notifications, and persistent configuration.
New Features
Clipboard & Import
Export Enhancements
Notifications
Configuration Persistence
%APPDATA%\WinShot\config.jsonBug Fixes
Test Plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.