Skip to content

Releases: thenaterhood/gscreenshot

v2.0.0

06 Sep 22:05
Compare
Choose a tag to compare
  • 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)

10 Aug 00:09
Compare
Choose a tag to compare

Retrieved from Google Code.

changelog:

  1. 0 - initial release
  2. 1 - added 'close' button handler ('about' dialog) due to GTK+ upgrade ; added 'Quit' button
  3. 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