Skip to content

Releases: Gustash/Hyprshot

1.3.0

01 Jun 18:58
054b896
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.3...1.3.0

1.2.3

28 Sep 18:22
0c60c49
Compare
Choose a tag to compare

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

Full Changelog: 1.2.2...1.2.3

1.2.2

15 Jun 18:57
9d9df54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

11 Nov 13:30
a7aa508
Compare
Choose a tag to compare

Fixes

  • More robust error checking. Less output noise when cancelling selection

1.2.0

10 Nov 22:38
e668726
Compare
Choose a tag to compare

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

10 Nov 13:12
5bcfc39
Compare
Choose a tag to compare

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

1.0.1

09 Nov 23:03
5c6d0cd
Compare
Choose a tag to compare

Additions

  • Added notification when screenshot is saved

1.0.0

09 Nov 21:59
24210dc
Compare
Choose a tag to compare

Initial Release