Releases: thenaterhood/gscreenshot
Releases · thenaterhood/gscreenshot
v2.19.0
- Modernization: Target GTK 3.14
- Modernization: Deprecate Python 2 and Python versions older than 3.5:
Support for older Python versions will be dropped in coming versions - Feature: Flash a status icon in the GTK UI when taking an action
- Feature: Give feedback on what to install if a screenshot backend is
missing - Enhancement: Add unit tests for core gscreenshot code
- Enhancement: Failing to compile locales is no longer fatal
- Bugfix: Clean up some deprecated Glade code and warnings
- Bugfix: Fix some exception handling catching invalid exceptions
- Bugfix: Fix a possible crash when showing a screenshot notification
- Bugfix: Fix a possible crash when showing a screenshot preview
Support for Python versions older than Python 3.5 is now deprecated
v2.18.0
- Feature: Show busy cursor if visible and waiting for a delay
- Feature: You can now right click on the preview to open the menu
- Feature: New option for "Copy and Close" (Ctrl+X)
- Saves a click by allowing copying to the clipboard and closing
gscreenshot in one operation
- Saves a click by allowing copying to the clipboard and closing
- Feature: New keyboard shortcut Ctrl+Shift+O for Open With
- Bugfix: Window selection code had a method defined incorrectly
v2.17.1
- Bugfix: Fix possible crash when not using an external region selection tool
- Bugfix: Fix options being incorrectly hidden in some scenarios
- Bugfix: Fix cursor capture not working in some scenarios
- Bugfix: Fix cursor capture and region selection problem in some scenarios
- Bugfix: Fix window capture not working in some scenarios
- Bugfix: Correctly show/hide region selection option
- Bugfix: Remove misleading error message about scrot
v2.17.0
- Feature: hide unavailable features
- Feature: choose an alternate cursor glyph
- When capturing the cursor, you can now use a different glyph instead of the displayed cursor, if your setup supports it
- Bugfix: don't show xdg warning if nothing went wrong
v2.16.2
- Bugfix: Fix Grim screenshot backend
v2.16.1
- Bugfix: Fix crash issue due to xlib dependency
v2.16.0
- Feature: Preliminary wayland support
- Added support for grim screenshot utility
- Added support for slurp region selector
- Added support for wl-copy (wl-clipboard)
- Feature: Add cursor capture support
- Feature: Support for native PIL screenshots
- Feature: Add warning if slop is missing but needed
- Enhancement: Make region selection backends more flexible
- Enhancement: Move off get_active_window (deprecated)
- Enhancement: Shorten initial screenshot loop
- Enhancement: Copying a screenshot no longer uses an intermediary file
- Bugfix: Fix possible FileNotFound error
- Bugfix: Don't try copying failed screenshot
- Bugfix: Don't try cropping failed screenshot
NOTE: python-xlib is a new recommended, but optional dependency for X11
v2.15.0
- Stability: fix possible crash when generating preview
- Improvements to window sizing
- Improvements to UI code
- Add localization support
- Add Spanish translation
v2.14.0
- Adds EXIF tagging with the date and time taken
- Added command line option "-n" "--notify" - shows a notification when a screenshot is taken
- Shows a notification when a screenshot is taken from a console that doesn't appear to match the active display