Sat Jul 18 23:23:00 -03:00 2020 Joao Eriberto Mota Filho Version 1.4 [ ideal ] * Fix SIGSEGV, if running without DISPLAY environment variable. [ Jeroen Roovers ] * README.md: mention libXcomposite in build requirements. * Removed libXcursor references. [ Joao Eriberto Mota Filho ] * Added a new logo 128x128. * Added rights for "ideal", Jeroen Roovers and spycapitan. * Fixed spelling errors in manpage. * Prepare for new release. * Updated manpage. * Using create-man.sh 2.0 from txt2man package from Debian. [ spycapitan ] * Call XCloseDisplay on exit. This is the right thing in every X server program, to release acquired resources. * Fixed autoselect. * Fixed capturing partially hidden windows on the edge of the desktop. * Fixed required number. * Fixed SIGSEGV, option --note. * Minor fix: variable is assigned that is never used. * New Feature: capture stack/overlapping windows. Depends of libXcomposite (X11). New option: --stack or -k. * Stack windows: client list spec EWMH. Sun Apr 16 00:08:00 -03:00 2020 Joao Eriberto Mota Filho Version 1.3 [ Joao Eriberto Mota Filho ] * Added rights for Hinigatsu and Sean Brennan. * Created full-check.yml to provide CI tests. * Prepare for new release. * Updated manpage. * Using an updated README.md as replace for README. [ Hinigatsu ] * Added delay option to autoselect. * Fixed bug #39, mouse pointer not captured with -a -p options. [ Sean Brennan ] * Added -D option to specify the display to use. Sun Aug 19 08:35:00 -03:00 2019 Joao Eriberto Mota Filho Version 1.2 [ Daniel T. Borelli ] * Changed the cursor to indicate the selection mode. * Fixed GCC >=8.0 warning: -Wstringop-truncation. * Evaluate return of strftime. [ Jade Auer ] * Added a gitignore to prevent accidentally including any files generated by autotools. [ Santhosh Raju ] * Fixes ambiguous else warning by providing proper braces for if in src/getopt.c. * Fixed missing warnings. [ Joao Eriberto Mota Filho ] * Added rights for Santhosh Raju. * Prepare for new release. Tue Jul 11 23:45:00 -03:00 2019 Joao Eriberto Mota Filho Version 1.1.1 [ Daniel T. Borelli ] * Update manpage and help. [ Joao Eriberto Mota Filho ] * New release. Tue Jul 09 18:51:00 -03:00 2019 Joao Eriberto Mota Filho Version 1.1 [ Daniel T. Borelli ] * Added (-n, --note) to draw a text. * Added (-l, --line) to define the line to use to select an area to capture. [ Jade Auer ] * Added a specifier ($a) to embed hostname in output file. [ Joao Eriberto Mota Filho ] * Added a check for autoconf-archive presence in configure.ac. * Added rights for Jade. * Adjusted Makefile.am to remove src/scrot_config.h when distclean. * Updated manpage. * Final adjustments for a new release. * Several tests in Debian. Sun Jun 11 11:01:00 -03:00 2019 Joao Eriberto Mota Filho Version 1.0 [ Daniel Lublin ] * Added EXIT_FAILURE when are no arguments required by some options. Fix Debian bug #685173. * Improved the manpage to show undocumented options. [ Daniel T. Borelli ] * Added option: --overwrite or -o. Now, by default do not overwrite the file. Fix Debian bug #807139. * Added support to grab mouse pointer (-p option). Fix Ubuntu bug #1698375. * Added support to freeze the screen when selection is activated (-f option). * Do not use gib_eprintf in calls to X11 functions. Fix Ubuntu bug #1523212. * Fix: scrot can't save files without extension. Fix Ubuntu bug #148659. * Fix: scrot don't complain about invalid numeric argument. Fix Ubuntu bug #371784. * Fixed some compiling warnings. [ Joao Eriberto Mota Filho ] * Final adjustments for a new release. * Several tests in Debian. * Updated AUTHORS file. Tue Feb 12 19:06:11 -03:00 2019 Joao Eriberto Mota Filho Version 0.9 * Added --autoselect rectangle option. Thanks to Stoney Sauce . * Added --focused option. Thanks to James Cameron . * Added an autogen.sh file. * Added some explanation about how to help the project. * Character cleanup for UTF-8 compatibility. Thanks to William Vera . * Fixed a missing option for beep prevention. Thanks to Ibragimov Rinat . * Fixed spelling errors in final binary. Thanks to William Vera . * Improved the autotools (acinclude.m4, configure.ac, Makefile.am and src/Makefile.am). * Improved the GCC hardening. * Prevent arbitrary long file names. Thanks to George Danchev . * Several fixes in manpage. Wed Mar 12 13:20:11 GMT 2003 Tom Gilbert * Patch from Claes Nasten * Enhances thumbnail related options: "First, specifying -t would break the $f param to -exec. Second, the thumbnail and the screenshot got different timestamps. Third, one weren't able to specify geometry with -t. I fixed those and added, $m ( mini, instead of $t as it was taken ) so that one can do. $ scrot -t 91x0 -e 'echo $f,$m' 2003-03-08-104735_800x600_scrot.png,2003-03-08-104735_91x68_scrot-thumb.png` About the geometry, having either the width or height set to 0 makes it fill in the other pertaining the aspect ratio. " * Once I update the docs I'll release 0.8 Tue Feb 25 13:13:03 GMT 2003 Tom Gilbert * Update for latest giblib. Requires latest release now. * release 0.7 Sat Feb 23 12:37:29 GMT 2002 Tom Gilbert * Patch from Eric Z. Ayers * Changes the cursor to a bottom left corner when you start to drag to select a grab region. Thu Jan 11 17:43:19 2001 Tom Gilbert * Patch from Michael Roberts to add -t, --thumb option to generate thumbnails. I modified it a little, specify the percentage size of the thumbnail on the command line. Mon Dec 4 23:46:03 2000 Tom Gilbert * Added -m, --multidisp, which is for multiple heads (not xinerama) grabs shots from each and joins them together. * Fixed doing the string escapes when saving files. My bad. Sun Nov 12 15:16:40 2000 Tom Gilbert * Now uses giblib. You'll need the very latest giblib from CVS as of right now. Sun Nov 5 02:17:57 2000 Tom Gilbert * Beep when about to take the shot. * Added -b, --border to grab wm borders too. * Ungrab mouse, keyboard before sleeping for --delay. * -e 'feh &f' is not intuitive. Can't use '%' cos that's reserved for strftime, so now the internal format specifiers are prefixed '$'. Trouble is, you now _must_ use '', not "", or the shell will interpret the $ sign and perform variable substitution. Suggestions? * Purged boring debugging shit. Mon Oct 30 18:54:05 2000 Tom Gilbert * I can't be arsed to type all this again, so here's the new manpage entries: * If [file] is not specified, a date-stamped file will be dropped in the current directory. * SPECIAL STRINGS Both the --exec and filename parameters can take format specifiers that are expanded by scrot when encountered. There are two types of format specifier. Characters preceded by a '%' are interpreted by strftime(2). See man strftime for examples. These options may be used to refer to the current date and time. The second kind are internal to scrot and are prefixed by '&' The following specifiers are recognised: &f image path/filename (ignored when used in the filename) &n image name (ignored when used in the filename) &s image size (bytes) (ignored when used in the filename) &p image pixel size &w image width &h image height &t image format && prints a literal '&' \n prints a newline (ignored when used in the filename) EXAMPLE scrot '%Y-%m-%d_&wx&h.png' -e 'mv &f ~/shots/' This would create a file called something like 2000-10-30_2560x1024.png and move it to your shots directory. Sun Oct 29 01:02:16 2000 Tom Gilbert * Added -q, --quality for setting compression quality. Fri Oct 27 21:01:45 2000 Tom Gilbert * Added -s, --select. Let's you pick which window to grab by clicking on it, or you can draw a rectangle and grab that area :-) Also, while scrot has the mouse grabbed, hitting any key will cancel the shot and release it. * Plus, something import won't do, if you set a delay, you can choose the window or area first, then the delay occurs before the shot is taken. Thu Oct 26 20:37:08 2000 Tom Gilbert * Patch from richlowe to show countdown with delay (-c, --count). Cheers bud. Thu Oct 26 15:22:22 2000 Tom Gilbert * Added -d, --delay option to wait before shooting. Thu Oct 26 14:09:52 2000 Tom Gilbert * Created scrot.