Releases: moverest/sway-interactive-screenshot
Releases · moverest/sway-interactive-screenshot
2.0.4
- Fixes bug when running the open notification action. See #19.
- Add support for Rofi. See #20.
Thanks @Ciubix8513 and @alizeegagnon for these contributions.
2.0.3
Small bug fix where the program would crash when the notification daemon doesn't support actions. See #17.
2.0.2
It is now possible to set a different command name for dragon
which is used for drag and dropping the resulting files to another program. This is done through the configuration file:
[notification_actions.dragon]
command = "dragon"
Thanks @stsquad for this contribution.
2.0.1
- Fix bug where it would not use the configuration in the default location when the
XDG_CONFIG_HOME
environment variable is not set (#12).
- Fix bug where the script would crash if an output is disabled (#11).
Thanks @josejulio for the fixes.
2.0
Rewritten from scratch in Python, this version adds:
- Screencasts: not only can we still take screenshot, but screencasts can be recorded with the
--video
option.
- Selectors: output can be selected from the menu or with
splur
, windows can be selected with splur
as well, plus the wording has been reviewed.
- Configuration file: settings can now be set within the
~/.config/sway-interactive-screenshot/config.toml
file.
- Notification actions: no need to prompt to edit a screenshot anymore, this can be done with actions. This is handled by the notification daemon.
1.2.1: Fix window selection
1.2.0: Switch to Fuzzel
Now use Fuzzel instead of Rofi as it's Wayland native.
1.1.0
This new release integrates Swappy to edit screenshots. If Swappy is installed, you'll be asked if you want to edit the screenshot that was taken and it will open the file with it if you chose do to so. Thanks @arran-nz for this feature.
1.0.1
Add the SWAY_INTERACTIVE_SCREENSHOT_SAVEDIR
environment variable to change the directory in which to save the screenshots.
1.0
Add documentation to the `list_geometry` function