[PR #56] [MERGED] chore(release): v1.3.0 official release #74

Closed
opened 2026-03-03 15:57:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mrgoonie/winshot/pull/56
Author: @mrgoonie
Created: 12/24/2025
Status: Merged
Merged: 12/24/2025
Merged by: @mrgoonie

Base: mainHead: release/v1.3.0


📝 Commits (7)

  • 8a1624b chore(release): include refactor commits in changelog without version bump
  • 363f471 feat(annotation): implement tapered arrow shapes with curve support
  • d9adb5e refactor(shapes): increase curve samples to 31 for smoother tapered arrow rendering
  • 53d6e99 Merge pull request #52 from mrgoonie/goon
  • 8194cdb chore(release): 1.3.0-beta.1 [skip ci]
  • c0da3d7 chore(release): 1.3.0 [skip ci] (#54)
  • 860fc58 chore: merge main into release branch with conflict resolution

📊 Changes

9 files changed (+503 additions, -33 deletions)

View changed files

📝 .releaserc.json (+32 -2)
📝 CHANGELOG.md (+1 -0)
📝 README.md (+4 -0)
📝 frontend/dist/index.html (+1 -1)
📝 frontend/src/App.tsx (+23 -1)
📝 frontend/src/components/annotation-shapes.tsx (+411 -27)
📝 frontend/src/components/annotation-toolbar.tsx (+7 -0)
📝 frontend/src/components/editor-canvas.tsx (+21 -1)
📝 frontend/src/types/index.ts (+3 -1)

📄 Description

Summary

  • Official release of v1.3.0 to main branch
  • Synced dev and main branches with conflict resolution

Features Included

  • annotation: Tapered arrow shapes with curve support
  • clipboard: Multi-format paste and drag-drop image import
  • clipboard: Ctrl+V paste and JPEG quality export
  • notifications: Capture notifications and copy path button

Bug Fixes

  • startup: Resolve minimize to tray and autostart issues

Test plan

  • Verify changelog is properly formatted
  • Confirm release workflow triggers correctly after merge

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mrgoonie/winshot/pull/56 **Author:** [@mrgoonie](https://github.com/mrgoonie) **Created:** 12/24/2025 **Status:** ✅ Merged **Merged:** 12/24/2025 **Merged by:** [@mrgoonie](https://github.com/mrgoonie) **Base:** `main` ← **Head:** `release/v1.3.0` --- ### 📝 Commits (7) - [`8a1624b`](https://github.com/mrgoonie/winshot/commit/8a1624b34af4f6d6fac79bf3ecc9549d42fa001e) chore(release): include refactor commits in changelog without version bump - [`363f471`](https://github.com/mrgoonie/winshot/commit/363f471fb826e808801b712435bc1c32dae78429) feat(annotation): implement tapered arrow shapes with curve support - [`d9adb5e`](https://github.com/mrgoonie/winshot/commit/d9adb5e600bfd5496da9cdf1b5c4ac59d5f2eb1e) refactor(shapes): increase curve samples to 31 for smoother tapered arrow rendering - [`53d6e99`](https://github.com/mrgoonie/winshot/commit/53d6e99ae8e8cc7c563fc25ceefeb5f23474c671) Merge pull request #52 from mrgoonie/goon - [`8194cdb`](https://github.com/mrgoonie/winshot/commit/8194cdbd8a7737af34bd191fe3f08becb775cb79) chore(release): 1.3.0-beta.1 [skip ci] - [`c0da3d7`](https://github.com/mrgoonie/winshot/commit/c0da3d7e5375b4b8504ba9cd80711ae8ab6309c5) chore(release): 1.3.0 [skip ci] (#54) - [`860fc58`](https://github.com/mrgoonie/winshot/commit/860fc58277c01d1718085963ae08076dca755909) chore: merge main into release branch with conflict resolution ### 📊 Changes **9 files changed** (+503 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `.releaserc.json` (+32 -2) 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+4 -0) 📝 `frontend/dist/index.html` (+1 -1) 📝 `frontend/src/App.tsx` (+23 -1) 📝 `frontend/src/components/annotation-shapes.tsx` (+411 -27) 📝 `frontend/src/components/annotation-toolbar.tsx` (+7 -0) 📝 `frontend/src/components/editor-canvas.tsx` (+21 -1) 📝 `frontend/src/types/index.ts` (+3 -1) </details> ### 📄 Description ## Summary - Official release of v1.3.0 to main branch - Synced dev and main branches with conflict resolution ## Features Included - **annotation:** Tapered arrow shapes with curve support - **clipboard:** Multi-format paste and drag-drop image import - **clipboard:** Ctrl+V paste and JPEG quality export - **notifications:** Capture notifications and copy path button ## Bug Fixes - **startup:** Resolve minimize to tray and autostart issues ## Test plan - [ ] Verify changelog is properly formatted - [ ] Confirm release workflow triggers correctly after merge --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:57:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/winshot#74
No description provided.