Skip to content

Releases: moverest/sway-interactive-screenshot

2.0.4

16 Apr 17:21
899b699
Compare
Choose a tag to compare
  • 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

03 Feb 22:32
455f05a
Compare
Choose a tag to compare

Small bug fix where the program would crash when the notification daemon doesn't support actions. See #17.

2.0.2

24 May 23:11
Compare
Choose a tag to compare

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

16 Feb 20:42
Compare
Choose a tag to compare
  • 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

06 Feb 22:17
Compare
Choose a tag to compare
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

31 Dec 18:26
af91a99
Compare
Choose a tag to compare

Fix regression.

1.2.0: Switch to Fuzzel

31 Dec 17:41
c799936
Compare
Choose a tag to compare

Now use Fuzzel instead of Rofi as it's Wayland native.

1.1.0

20 Mar 10:33
4921171
Compare
Choose a tag to compare

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

03 Nov 18:16
29972a4
Compare
Choose a tag to compare

Add the SWAY_INTERACTIVE_SCREENSHOT_SAVEDIR environment variable to change the directory in which to save the screenshots.

1.0

27 Oct 15:56
2ec1bc9
Compare
Choose a tag to compare
1.0
Add documentation to the `list_geometry` function