Skip to content

Releases: thenaterhood/gscreenshot

v2.19.0

25 Sep 21:49
v2.19.0
f45e72b
Compare
Choose a tag to compare
  • 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

19 Jun 03:39
v2.18.0
d3b0f0a
Compare
Choose a tag to compare
  • 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
  • Feature: New keyboard shortcut Ctrl+Shift+O for Open With
  • Bugfix: Window selection code had a method defined incorrectly

v2.17.1

25 Dec 04:19
v2.17.1
cd8bd7c
Compare
Choose a tag to compare
  • 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

28 Nov 23:32
v2.17.0
0c8f389
Compare
Choose a tag to compare
  • 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

12 Nov 03:44
v2.16.2
6bf0e0a
Compare
Choose a tag to compare
  • Bugfix: Fix Grim screenshot backend

v2.16.1

28 Jun 22:07
v2.16.1
5636c37
Compare
Choose a tag to compare
  • Bugfix: Fix crash issue due to xlib dependency

v2.16.0

27 Jun 19:55
v2.16.0
2e882ff
Compare
Choose a tag to compare
  • 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

13 Apr 01:20
v2.15.0
fa4e6b0
Compare
Choose a tag to compare
  • Stability: fix possible crash when generating preview
  • Improvements to window sizing
  • Improvements to UI code
  • Add localization support
  • Add Spanish translation

v2.14.0

31 Mar 02:33
v2.14.0
2155d51
Compare
Choose a tag to compare
  • 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

v2.13.0

07 Dec 02:02
v2.13.0
b4b8317
Compare
Choose a tag to compare
  • Codebase cleanup / linting
  • Fix a couple issues with Python 2.7
  • Fix maximization and fullscreen bug
  • Remember the last save directory (thanks, @zv0n!)