Skip to content

Releases: thenaterhood/gscreenshot

v3.7.0

10 Nov 23:49
v3.7.0
7f1022a
Compare
Choose a tag to compare
  • BUGFIX: Fix a bug with shell completion in bash and zsh not handling some gscreenshot options correctly
  • BUGFIX: Using the CLI with a delay (-d|--delay N) could crash in some configurations
  • FEATURE: CLI now prints the path the screenshot was saved to on success
  • FEATURE: The CLI and GUI now work together so you can take a screenshot with custom options when starting gscreenshot, saving some clicks

Full Changelog: v3.6.3...v3.7.0

v3.6.3

04 Oct 03:15
v3.6.3
acb0c83
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Screenshots of tiny regions are now scaled up in the preview so they are not invisible. They will save as their original size, not the scaled size.
  • BUGFIX: When using the XDG desktop portal backend, the dbus response is surfaced on errors
  • BUGFIX: When using the XDG desktop portal backend, errors don't fully crash gscreenshot
  • ENHANCEMENT: Display scaling detection is now smarter about figuring out the current screen

Full Changelog: v3.6.2...v3.6.3

v3.6.2

17 Jul 12:29
v3.6.2
ec47e40
Compare
Choose a tag to compare
  • BUGFIX: Fix a problem with INSERT mode sometimes not working
  • BUGFIX: Fix a problem with retrieving the scale factor from Gtk

v3.6.1

12 Jul 02:48
v3.6.1
Compare
Choose a tag to compare
  • BUGFIX: gscreenshot v3.6.0 fails to start

v3.6.0

12 Jul 02:37
v3.6.0
5f05a4b
Compare
Choose a tag to compare
  • BUGFIX: Don't erroneously show an error from the Grim backend
  • BUGFIX: Handle scaled displays in region selection
  • FEATURE: Additional X11 region selection option
  • MAINTENANCE: Remove dependence on pygtkcompat, which is deprecated
  • MAINTENANCE: Code reorganization for easier maintenance

v3.5.1

29 Jun 03:32
v3.5.1
e32d190
Compare
Choose a tag to compare
  • ENHANCEMENT: Improve selection highlighting
  • BUGFIX: Add support for more internal formats than just PNM/PPM for preview
  • BUGFIX: Correctly close pixbuf loaders when previewing a screenshot
  • MAINTENANCE: Prefer importlib over pkg_resources (gscreenshot will fall back to pkg_resources if needed). pkg_resources is deprecated.

v3.5.0

17 Mar 02:40
v3.5.0
de7890e
Compare
Choose a tag to compare

What's Changed

  • ENHANCEMENT: Cursor capture with custom cursors is now available on Wayland
  • ENHANCEMENT: Cursor capture can now work without Xlib on X11 (but requires an extra click)
  • BUGFIX: Custom cursors no longer trap you in the file open dialog
  • BUGFIX: Fix saving to non-transparent (RGB) image formats

Full Changelog: v3.4.3...v3.5.0

v3.4.3

16 Mar 02:36
v3.4.3
609c280
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: gscreenshot no longer says xclip when talking about wl-copy
  • BUGFIX: wayland region selection should be less prone to getting caught in the screenshot

Full Changelog: v3.4.2...v3.4.3

v3.4.2

15 Nov 02:59
v3.4.2
4a0a079
Compare
Choose a tag to compare
  • Bugfix: Fix possible hang during region selection on Wayland (thanks @KrisAphalon!)

v3.4.1

17 Jul 02:03
v3.4.1
42a5f68
Compare
Choose a tag to compare
  • Bugfix: Improve arrow key behavior - don't change button selection while also scrolling screenshots
  • Bugfix: Custom cursors should now be aligned more predictably
  • Bugfix: Custom cursors should no longer disappear into the void at the corners of the screen
  • Bugfix: Prevent a possible crash when capturing with a custom cursor glyph
  • Enhancement: Taking a screenshot in insert mode now actually inserts it rather than appending it
  • Enhancement: Show the scroll position when there are multiple screenshots open