Releases: thenaterhood/gscreenshot
Releases · thenaterhood/gscreenshot
v3.7.0
- 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
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
- BUGFIX: Fix a problem with INSERT mode sometimes not working
- BUGFIX: Fix a problem with retrieving the scale factor from Gtk
v3.6.1
- BUGFIX: gscreenshot v3.6.0 fails to start
v3.6.0
- 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
- 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
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
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
- Bugfix: Fix possible hang during region selection on Wayland (thanks @KrisAphalon!)
v3.4.1
- 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