Added a feature to scan for a QR Code in the screenshot.#86
Open
Naviamold1 wants to merge 5 commits intomrgoonie:devfrom
Open
Added a feature to scan for a QR Code in the screenshot.#86Naviamold1 wants to merge 5 commits intomrgoonie:devfrom
Naviamold1 wants to merge 5 commits intomrgoonie:devfrom
Conversation
chore(release): v1.5.0 stable release
# [1.6.0](mrgoonie/winshot@v1.5.0...v1.6.0) (2026-01-25) ### Bug Fixes * **editor:** align border corner radius with screenshot image ([6685da8](mrgoonie@6685da8)) * **editor:** render border above screenshot image ([36b93e8](mrgoonie@36b93e8)) * **release:** add channel config and seed v1.6.0 version series ([8515aac](mrgoonie@8515aac)) * **shape:** persist border radius ([c1a4043](mrgoonie@c1a4043)) * **startup:** sync registry on app start when config says enabled ([3088086](mrgoonie@3088086)), closes [mrgoonie#62](mrgoonie#62) * **test:** make R2 credential test environment-aware ([719e5e0](mrgoonie@719e5e0)) ### Features * **app:** add fill color and corner radius controls to editor state ([df5cfe6](mrgoonie@df5cfe6)) * **canvas:** render fill colors and corner radius for shapes ([fa92942](mrgoonie@fa92942)) * **editor:** add screenshot border styling ([4280fe6](mrgoonie@4280fe6)), closes [mrgoonie#62](mrgoonie#62) * force release v1.7.0-beta.1 ([bfc7d36](mrgoonie@bfc7d36)) * **library:** add screenshot history library with tray integration ([ed0ac37](mrgoonie@ed0ac37)), closes [hi#quality](https://github.com/hi/issues/quality) * **shape:** persist rectangle corner radius setting ([787cfd4](mrgoonie@787cfd4)) * **tray:** show version in system tray tooltip ([434af43](mrgoonie@434af43)) * **types:** add fill color and corner radius to annotation model ([3960593](mrgoonie@3960593))
…d updated documentation and added a backend qr scanner function test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a feature to scan for a QR Code in the screenshot.
Made following changes to the codebase:
Created a new internal function for QR scanning with go library GOQR.
Created a new
Scan QRbutton component and a dialog popup for it.Updated documentation and tests for the new feature.
Screenshots: