SHA256
1
0
forked from pool/scrot
scrot/scrot.changes
Martin Pluskal 8cec89ab3b Accepting request 871443 from home:polslinux:branches:X11:Utilities
- Update to 1.5:
  * New feature: retry to grab the keyboard for 1s in 50ms intervals
    if it is still being grabbed by the windows manager.
  * Do not record pointer when selecting an area.
  * Fixed a possible overflow in src/options.c.
  * Fixed a segfault with --multidisp option.
  * Fixed issues when file extension is more than 3 characters.
  * New feature: allow save thumbnail without extension.
  * New option --class (-C): discriminate windows by class name.
  * Support various modes of drawing selection.
  * Use correct type for calloc and other assignments.

OBS-URL: https://build.opensuse.org/request/show/871443
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/scrot?expand=0&rev=15
2021-02-12 14:37:07 +00:00

97 lines
3.7 KiB
Plaintext

-------------------------------------------------------------------
Fri Feb 12 13:27:59 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.5:
* New feature: retry to grab the keyboard for 1s in 50ms intervals
if it is still being grabbed by the windows manager.
* Do not record pointer when selecting an area.
* Fixed a possible overflow in src/options.c.
* Fixed a segfault with --multidisp option.
* Fixed issues when file extension is more than 3 characters.
* New feature: allow save thumbnail without extension.
* New option --class (-C): discriminate windows by class name.
* Support various modes of drawing selection.
* Use correct type for calloc and other assignments.
-------------------------------------------------------------------
Fri Jul 24 08:53:30 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.4:
* Added a new logo 128x128.
* New Feature: capture stack/overlapping windows.
Depends of libXcomposite (X11). New option: --stack or -k.
* 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, if running without DISPLAY environment variable.
* Fixed SIGSEGV, option --note.
* Minor fix: variable is assigned that is never used.
* Stack windows: client list spec EWMH.
-------------------------------------------------------------------
Wed May 13 07:32:27 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.3
* Added delay option to autoselect.
* Fixed bug #39, mouse pointer not captured with -a -p options.
* Added -D option to specify the display to use.
* Created full-check.yml to provide CI tests.
* Using an updated README.md as replace for README.
* Changed the cursor to indicate the selection mode.
* Fixed some warnings and made compliant with GCC >= 8.0.
* Updated manpage and help
* Added (-n, --note) to draw a text.
* Added (-l, --line) to define the line to use to select an area to capture.
* Added a specifier ($a) to embed hostname in output file.
* Added option: --overwrite or -o. Now, by default do not overwrite the file.
* Added support to grab mouse pointer (-p option).
* Added support to freeze the screen when selection is activated (-f option).
* Fixed several issues.
* Improved the manpage to show undocumented options.
* Added --autoselect rectangle option
* Added --focused option
* Added an autogen.sh file.
* Added some explanation about how to help the project.
* Character cleanup for UTF-8 compatibility
* Fixed a missing option for beep prevention.
* Fixed spelling errors in final binary
* Improved the GCC hardening.
* Prevent arbitrary long file names
* Several fixes in manpage.
- Remove 08_fix-beeping.patch
- Remove 07_fix-formatstring.patch
- Remove 06_manpagespace.patch
- Remove 05-addfocusedmanpage.patch
- Remove 04-focused.patch
- Remove 02_options.c.patch
- Remove 01_manpagefix.patch
- Remove 003_descmanpage.patch
-------------------------------------------------------------------
Fri Jun 26 20:14:30 UTC 2015 - nemysis@gmx.ch
- Change Description
- Add sed, Fix paths and includes
-------------------------------------------------------------------
Tue Oct 28 16:06:53 UTC 2014 - mimi.vx@gmail.com
- change licence to SUSE-Scrot
-------------------------------------------------------------------
Fri Oct 24 14:21:33 UTC 2014 - mimi.vx@gmail.com
- rewrite spec file
- add debian patchset 13
003_descmanpage.patch
01_manpagefix.patch
02_options.c.patch
04-focused.patch
05-addfocusedmanpage.patch
06_manpagespace.patch
07_fix-formatstring.patch
08_fix-beeping.patch