Skip to content

Releases: thenaterhood/gscreenshot

v3.8.0

08 Dec 00:45
v3.8.0
d97194e
Compare
Choose a tag to compare
  • FEATURE: Obey environment variables for Qt (QT_SCALE_FACTOR) and GTK (GDK_SCALE) for scaling detection
  • FEATURE: Add logging capabilities (-v, -vv, and -vvv flags) for debugging
  • FEATURE: Selection color can now be changed with the --select-color command line parameter, which takes a hex RGB/RGBA string (e.g. #FFFFFFFF) or ''
  • FEATURE: Selection box border thickness can now be changed with the --select-border-weight option, which takes an integer.
  • BUGFIX: Passing "configuration" command line options like --select-color won't cause gscreenshot to default to the CLI rather than GUI
  • BUGFIX: fix scale factor sometimes being applied when not needed
  • BUGFIX: fix window sizing bug on some screen sizes introduced in 3.7.0
  • ENHANCEMENT: Add wlr-randr as a source for scaling factor
  • ENHANCEMENT: Add scaling factor detection method to the About dialog

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!)