Releases: thenaterhood/gscreenshot
Releases · thenaterhood/gscreenshot
v2.0.0
- Upgrade glade files to v3
- Upgrade python source code to Python 3 syntax
- Reorganize project structure
- Add installation process and resource management via setuptools
- Remove launcher shell script and use python script instead
- Install to more standard location
- Remove duplicated class methods
- General bugfixes to fix issues introduced with upgrading to new formats
In addition to the tarballs below, gscreenshot is also available in the AUR for Arch users.
Google Code Tarballs (v1.0, 1.1, 1.2, 1.3)
Retrieved from Google Code.
changelog:
- 0 - initial release
- 1 - added 'close' button handler ('about' dialog) due to GTK+ upgrade ; added 'Quit' button
- 2 - added user defined output image format feature
fixed startup blink bug
cleaned 'save as dialog' + 'replace dialog' code
fixed double 'click' signal of the 'save as' button in the 'save as' dialog - gtk upgrade related