Releases: Gustash/Hyprshot
Releases · Gustash/Hyprshot
1.3.0
What's Changed
- feat: ability to pre-select monitor to capture by @Gustash in #19
- Take scale into account when capturing output by @qhuyduong in #23
- Account for transforms when cropping geometry by @abs3ntdev in #24
- new: added --freeze flag by @EysseW in #21
- Add Gento installation by @ProMix0 in #30
- feat: only trim in region selection mode by @ProMix0 in #33
- Force data type for wl-copy by @xopclabs in #35
- fix: support negative monitor offsets by @ProMix0 in #39
New Contributors
- @qhuyduong made their first contribution in #23
- @abs3ntdev made their first contribution in #24
- @EysseW made their first contribution in #21
- @xopclabs made their first contribution in #35
Full Changelog: 1.2.3...1.3.0
1.2.3
What's Changed
- Added -t notify-send timeout by @vlukyanets in #12
- Added -c/--current so use selected window/output option by @vlukyanets in #13
- fix: use correct XDG_PICTURES_DIR even if the env var is not present by @gergelypolonkai in #11
- fix: window cropping instead of pixel trimming by @Gustash in #18
New Contributors
- @vlukyanets made their first contribution in #12
- @gergelypolonkai made their first contribution in #11
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- App title in notification by @stefonarch in #2
- Fixed wrong Shebang by @alttabber in #7
- Showing notification with
--clipboard-only
by @ProMix0 in #6 - add
--raw
command line option by @m4rch3n1ng in #5
New Contributors
- @stefonarch made their first contribution in #2
- @alttabber made their first contribution in #7
- @ProMix0 made their first contribution in #6
- @m4rch3n1ng made their first contribution in #5
Full Changelog: 1.2.1...1.2.2
1.2.1
1.2.0
Additions
imagemagick
is now a dependency- Trimming transparent pixels from screenshot, which would happen if the window was floating and partially off-screen
- Added
--silent
arg to skip triggering a notification on screenshot save
Changes
- Generating "boxes" for each window instead of using a single pixel selector. This should make it more obvious as to what window will be captured in the screenshot
1.1.0
Additions
- Added
-d, --debug
arg. Without this arg, nothing will be printed from Hyprshot. Enable it to get data like where the file will be saved/why Hyprshot exited early. - Added ability to forward screenshot path to arbitrary commands:
# Open screenshot in mirage
$ hyprshot -m window -- mirage
Changes
- All output now gets routed to STDERR