-
Notifications
You must be signed in to change notification settings - Fork 69
Releases: Gustash/Hyprshot
Releases · Gustash/Hyprshot
1.3.0
@Gustash
Gustash
054b896
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Contributors
Gustash, qhuyduong, and 4 other contributors
Assets 2
2 people reacted
1.2.3
@Gustash
Gustash
0c60c49
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
Assets 2
2 people reacted
1.2.2
@Gustash
Gustash
9d9df54
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- App title in notification by @stefonarch in #2
- Fixed wrong Shebang by @alttabber in #7
- Showing notification with
--clipboard-onlyby @ProMix0 in #6 - add
--rawcommand 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
Contributors
stefonarch, ProMix0, and 2 other contributors
Assets 2
1.2.1
1.2.0
@Gustash
Gustash
Additions
imagemagickis now a dependency- Trimming transparent pixels from screenshot, which would happen if the window was floating and partially off-screen
- Added
--silentarg 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
Assets 2
1.1.0
@Gustash
Gustash
Additions
- Added
-d, --debugarg. 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 -- mirageChanges
- All output now gets routed to STDERR