mirror of
https://github.com/mrgoonie/winshot.git
synced 2026-04-26 18:45:57 +03:00
[PR #84] [MERGED] chore(release): v1.5.0 stable release #89
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#89
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/84
Author: @mrgoonie
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @mrgoonie
Base:
main← Head:dev📝 Commits (10+)
3960593feat(types): add fill color and corner radius to annotation model55ad971refactor(toolbar): extract reusable ColorPickerDropdown with portal-based positioningdf5cfe6feat(app): add fill color and corner radius controls to editor statefa92942feat(canvas): render fill colors and corner radius for shapes4b78094build: update manifest and gitignorea10849dchore(agents): update agent docs826b6e9chore(release): 1.5.0-beta.2 [skip ci]50f52dfchore(release): 1.4.1 [skip ci]c6f440cchore(release): 1.5.0 [skip ci]0e1bfa1chore: merge dev into goon📊 Changes
37 files changed (+6273 additions, -707 deletions)
View changed files
📝
.github/workflows/beta-release.yml(+10 -2)📝
.github/workflows/release.yml(+10 -2)📝
.gitignore(+2 -1)📝
.releaserc.json(+2 -2)➕
AGENTS.md(+46 -0)📝
CHANGELOG.md(+123 -126)📝
CLAUDE.md(+2 -0)📝
README.md(+2 -10)📝
app.go(+120 -2)📝
docs/codebase-summary.md(+149 -5)📝
docs/project-overview-pdr.md(+20 -0)➕
docs/release-workflow.md(+224 -0)📝
docs/system-architecture.md(+125 -1)📝
frontend/dist/index.html(+2 -2)📝
frontend/package.json.md5(+1 -1)📝
frontend/src/App.tsx(+162 -8)📝
frontend/src/components/annotation-shapes.tsx(+2 -1)📝
frontend/src/components/annotation-toolbar.tsx(+252 -114)📝
frontend/src/components/editor-canvas.tsx(+47 -6)📝
frontend/src/components/export-toolbar.tsx(+16 -1)...and 17 more files
📄 Description
Summary
Release v1.5.0 from dev to main (stable channel).
Key features since last stable:
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.