Joe Finney
Joe Finney
[nitpick] `RawTag` is only set in the constructor and should be immutable thereafter. Consider using an init-only setter (`{ get; init; }`) or making the setter private to prevent external...
You check for "script" but only remove the literal "script\\". If tags differ (e.g. "script/" or no backslash), the replace won’t strip the marker. Consider unifying detection and removal logic...
Option to disable the shade which goes over the screen when doing a Fullscreen Grab
**Describe the pain point and your solution** Users should be able to pick any hotkey/shortcut combination even if it conflicts with ones by other apps or Windows. **Mode which would...
Add ability to remember options like table mode when selecting the fullscreen grab
A "Bug Report" will do some basic info gathering into a .zip file which can be emailed to the developer for further analysis
#### PR Classification New feature and code refactoring. #### PR Summary This pull request introduces new features for image processing, clipboard handling, and drag-and-drop functionality while refactoring the codebase for...
To make using coding agents better, have a basic build Actions which runs when a PR into main or dev get updated.