Skip to content

Releases: thenaterhood/gscreenshot

v2.12.3

27 Nov 21:20
v2.12.3
1735dd8
Compare
Choose a tag to compare
  • Update GUI alignment: contributed by zv0n - thank you!
  • Updates to setup.py
    • Version numbers are now pulled from the specfile
    • The .desktop file is now updated automatically
  • Fixes to the specfile for COPR builds
  • Fixe version number discrepancies

v2.12.2

22 Oct 02:05
v2.12.2
0e8887a
Compare
Choose a tag to compare
  • gscreenshot can now be full-screened
  • fix a problem with installing on some versions of setuptools

v2.12.1

21 Apr 01:55
v2.12.1
34840d1
Compare
Choose a tag to compare

Application

  • Fix native ImageMagick region selection when not using slop
  • Fix erroneous CLI "Could not save" warning
  • GUI now warns if copying to clipboard failed
  • GUI now uses xclip if GTK clipboard doesn't support persistence

Build

No changes

v2.12.0

06 Feb 00:38
v2.12.0
5619a0b
Compare
Choose a tag to compare

Application

  • gscreenshot window is now resizeable
  • Fix #75 (gscreenshot no longer crashes on old GTK versions due to
    invalid property)
  • Remove unused GTK image from Gladefile

Build

No changes

v2.11.0

25 Dec 20:58
v2.11.0
Compare
Choose a tag to compare

Application

  • License compliance
  • Start merging gscreenshot and gscreenshot-cli calls
    • When run with arguments, gscreenshot will invoke gscreenshot-cli (new)
    • When run without arguments, gscreenshot invokes the GUI (unchanged)
    • gscreenshot-cli behaviour is unchanged (unchanged)

Build

  • Change binaries for new command line flow

v2.10.2

02 Nov 03:13
v2.10.2
Compare
Choose a tag to compare

Build

no changes

Application

Minor code refactor for screenshooter invocation

v2.10.1

04 Jan 03:55
v2.10.1
Compare
Choose a tag to compare

Application

  • gscreenshot now closes when you open your screenshot elsewhere
  • improve startup behavior
  • catch the correct exception when xclip fails

Build

  • No changes

v2.10.0

23 Jan 23:44
v2.10.0
48bc93e
Compare
Choose a tag to compare

Build

no changes

Application

  • Code cleanup/code quality improvements
  • Fix undefined exception on Python2
  • Support specifying a directory instead of a full filename in CLI
  • Improvements to error handling

v2.9.3

25 Oct 01:54
v2.9.3
Compare
Choose a tag to compare

Build

  • New pixmaps module to embed the icon in a Python resource

Application

  • ImageMagick screenshooter now prefers Slop for its selection
  • Remove the path to the icon from glade - now uses the packaged icon
  • Screenshots are no longer taken on the UI thread, so the gscreenshot
    window no longer appears to hang (thanks @xforever1313)

v2.9.2

11 Oct 02:58
v2.9.2
Compare
Choose a tag to compare

Build

  • Stop listing pygobject/gi in install_requires as it's not fullfillable with pip - this causes problems on newer versions of pygobject/gi. The module is also not required for gscreenshot-cli, only the GUI.

Application

  • no changes