Skip to content

Commit

Permalink
ChangeLog: prepare a draft
Browse files Browse the repository at this point in the history
  • Loading branch information
N-R-K committed Apr 11, 2023
1 parent e1b7e0e commit 3b281db
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
Draft

[ Daniel T. Borelli ] alias @daltomi

* Fixes: Add delay to all capture options
* Fixes: Indicate that the value is not an integer
* New option: --window

[ Guilherme Janczak ] alias @guijan

* Deprecate -S
* Fixes: compilation on CentOS 7
* Fixes: multiple bugs in output file handling
* Fixes: multiple bugs in scrot's -C option
* Fixes: restore "keep ratio" functionality in --thumb

[ NRK ] alias @N-R-K

* Fixes: Introduce scrotSleep() which deals with EINTR
* New option: add --format flag
* Improvement: allow `b` prefix in --delay argument
* Fixes: displaying incorrect error message (bad err() usage).
* Fixes: memory leak on multiple -F options
* Fixes: filenameThumb memory leak
* Fixes: hostname potentially getting truncated
* Fixes: imPrintf: avoid going out of bound
* Improvement: imPrintf: use dynamic buffer instead of strlcat
* Improvement: manpage: use conventional brackets to indicate optional argument
* Fixes: remove unnecessary allocation and truncation in display name
* Fixes: replace unchecked calloc calls with ecalloc
* Fixes: scrot.c: include stdint.h (fixes compile failure on certain systems)
* Improvement: scrotDoDelay: output countdown to stderr
* Fixes: Edge case of dot in last char when detecting file extension
* Fixes: handle DestroyNotify event
* Fixes: faulty assert, handle XCreateGC() error properly
* Fixes: check type of XEvent union before reading it

Fri Jan 20 23:46:15 -03:00 2023 Joao Eriberto Mota Filho <[email protected]>
Version 1.8.1

Expand Down

0 comments on commit 3b281db

Please sign in to comment.