Skip to content

Releases: dreamer/scrot

0.10.0

28 Mar 22:59
Compare
Choose a tag to compare

Added

  • Add -z, --silent option for beep prevention (old Debian patch).
  • Add -p, --pointer option for capturing the mouse pointer.
  • Add SPDX license identifiers (this software uses MIT-feh license).
  • Add Clang static analysis to CI.

Changed

  • Fix segfault when using $t special string in the filename.
  • Use .png extension when no file extension is passed.
  • Fix several static analysis issues and add Clang static analysis to CI.
  • Start relicensing new changes to OSI-approved MIT license.

0.9.0

23 Mar 03:41
Compare
Choose a tag to compare
  • Bundle giblib to make it easier to build, as giblib is rarely packaged nowadays.
  • Rewrite buildsystem in Meson to make it easier to maintain.
  • Remove getopt and other code using different licenses.
  • Fix several warnings.
  • Remove all remains of Autotools from the source code.