Releases: thenaterhood/gscreenshot
Releases · thenaterhood/gscreenshot
v2.12.3
- 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
- gscreenshot can now be full-screened
- fix a problem with installing on some versions of setuptools
v2.12.1
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
v2.11.0
Application
- License compliance
- Start merging gscreenshot and gscreenshot-cli calls
- When run with arguments,
gscreenshot
will invokegscreenshot-cli
(new) - When run without arguments,
gscreenshot
invokes the GUI (unchanged) gscreenshot-cli
behaviour is unchanged (unchanged)
- When run with arguments,
Build
- Change binaries for new command line flow
v2.10.2
Build
no changes
Application
Minor code refactor for screenshooter invocation
v2.10.1
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
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
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
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