[PR #83] [MERGED] chore(release): 1.5.0 stable release #88

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

📋 Pull Request Information

Original PR: https://github.com/mrgoonie/winshot/pull/83
Author: @mrgoonie
Created: 1/25/2026
Status: Merged
Merged: 1/25/2026
Merged by: @mrgoonie

Base: devHead: goon


📝 Commits (9)

  • ef79b27 chore(release): 1.5.0 [skip ci]
  • 48a562d docs(readme): remove empty screenshots section
  • 4280fe6 feat(editor): add screenshot border styling
  • 719e5e0 fix(test): make R2 credential test environment-aware
  • 434af43 feat(tray): show version in system tray tooltip
  • 36b93e8 fix(editor): render border above screenshot image
  • 3088086 fix(startup): sync registry on app start when config says enabled
  • 6685da8 fix(editor): align border corner radius with screenshot image
  • 05c0289 merge: resolve conflict with dev branch

📊 Changes

11 files changed (+238 additions, -20 deletions)

View changed files

📝 .github/workflows/beta-release.yml (+10 -2)
📝 .github/workflows/release.yml (+10 -2)
📝 app.go (+5 -2)
📝 frontend/src/App.tsx (+37 -2)
📝 frontend/src/components/editor-canvas.tsx (+33 -1)
📝 frontend/src/components/settings-panel.tsx (+108 -1)
📝 frontend/src/types/index.ts (+3 -0)
📝 frontend/wailsjs/go/models.ts (+10 -0)
📝 internal/config/config.go (+10 -0)
📝 internal/config/startup.go (+7 -8)
📝 internal/upload/r2_test.go (+5 -2)

📄 Description

Summary

  • Clean up duplicate CHANGELOG entry for v1.6.0-beta.1
  • Version 1.5.0 stable release preparation

Changes

  • CHANGELOG.md: Remove duplicate release notes section
  • package.json: Minor formatting fix

Test plan

  • Changelog renders correctly
  • No functional changes

🔄 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/83 **Author:** [@mrgoonie](https://github.com/mrgoonie) **Created:** 1/25/2026 **Status:** ✅ Merged **Merged:** 1/25/2026 **Merged by:** [@mrgoonie](https://github.com/mrgoonie) **Base:** `dev` ← **Head:** `goon` --- ### 📝 Commits (9) - [`ef79b27`](https://github.com/mrgoonie/winshot/commit/ef79b2752c416dc1950e6c40c116680754ad9322) chore(release): 1.5.0 [skip ci] - [`48a562d`](https://github.com/mrgoonie/winshot/commit/48a562d2cb6b52b66c4c5a259db994e83fbb0f8c) docs(readme): remove empty screenshots section - [`4280fe6`](https://github.com/mrgoonie/winshot/commit/4280fe6661bdcce150c599afb0002977e5c2313d) feat(editor): add screenshot border styling - [`719e5e0`](https://github.com/mrgoonie/winshot/commit/719e5e04af52de114002b1f8e51229bdbbebca80) fix(test): make R2 credential test environment-aware - [`434af43`](https://github.com/mrgoonie/winshot/commit/434af4355f33c67ca042cd0c98cf1dedc41d333c) feat(tray): show version in system tray tooltip - [`36b93e8`](https://github.com/mrgoonie/winshot/commit/36b93e8fc10131c940653f238379a32b1e9b6e60) fix(editor): render border above screenshot image - [`3088086`](https://github.com/mrgoonie/winshot/commit/30880866efec98b87da05e21fbfb99bc1c67cf6a) fix(startup): sync registry on app start when config says enabled - [`6685da8`](https://github.com/mrgoonie/winshot/commit/6685da8beb6b8fe33fcca781e86975f18b3acf8f) fix(editor): align border corner radius with screenshot image - [`05c0289`](https://github.com/mrgoonie/winshot/commit/05c0289ba3a2d69f9ce724d99440fea0c6ce0d5e) merge: resolve conflict with dev branch ### 📊 Changes **11 files changed** (+238 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/beta-release.yml` (+10 -2) 📝 `.github/workflows/release.yml` (+10 -2) 📝 `app.go` (+5 -2) 📝 `frontend/src/App.tsx` (+37 -2) 📝 `frontend/src/components/editor-canvas.tsx` (+33 -1) 📝 `frontend/src/components/settings-panel.tsx` (+108 -1) 📝 `frontend/src/types/index.ts` (+3 -0) 📝 `frontend/wailsjs/go/models.ts` (+10 -0) 📝 `internal/config/config.go` (+10 -0) 📝 `internal/config/startup.go` (+7 -8) 📝 `internal/upload/r2_test.go` (+5 -2) </details> ### 📄 Description ## Summary - Clean up duplicate CHANGELOG entry for v1.6.0-beta.1 - Version 1.5.0 stable release preparation ## Changes - `CHANGELOG.md`: Remove duplicate release notes section - `package.json`: Minor formatting fix ## Test plan - [x] Changelog renders correctly - [x] No functional changes --- <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:42 +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#88
No description provided.