diff --git a/ChangeLog b/ChangeLog index 93d16ea..af17272 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +DRAFT +Version 1.11 + + [ Alejandro Cervera ] alias @tricantivu + + * Document: Correct strftime section in the manual + + [ Guilherme Janczak ] alias @guijan + + * Improvement: rewrite autogen.sh to be simpler and more robust + * Fixes: replace dprintf() calls to fix the SmartOS port + + [ NRK ] alias @N-R-K + + * New feature: zsh and bash completion + * Improvement: more detailed `--help` output and new `--list-options` flag + * Improvement: better error reporting on newer imlib2 versions + * Improvement: better handle mutually exclusive options + * Improvement: `--stack` no longer errors out if no compositor is running + * Improvement: print a warning if output file was changed + * Improvement: default file-name extension is now based on the format used + * Improvement: selection line mode will be automatically set to "edge" mode + if no compositors is running + * Document: add examples of using scrot with other utilities in manpage + * Fixes: selection borders appearing in the screenshot (PR: #378) + * Fixes: reject filenames with trailing slash + * Fixes: incorrect line opacity mapping + * Fixes: don't return 0 on exec failure + * Fixes: bad extension detection + * Fixes: stricter optional argument parsing + * Fixes: buffer overrun due to bad x,y in imlib_create_image_from_ximage call + * Fixes: printing potentially truncated file-size + * Fixes: various memory leaks + Sat Jun 10 15:41:23 -03:00 2023 Joao Eriberto Mota Filho Version 1.10 diff --git a/src/options.c b/src/options.c index 248eec8..24ccf85 100644 --- a/src/options.c +++ b/src/options.c @@ -18,7 +18,7 @@ Copyright 2021 IFo Hancroft Copyright 2021 Peter Wu Copyright 2021 Wilson Smith <01wsmith+gh@gmail.com> Copyright 2022 Zev Weiss -Copyright 2023 NRK +Copyright 2023-2024 NRK Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/scrot_selection.c b/src/scrot_selection.c index 939c990..9e00df0 100644 --- a/src/scrot_selection.c +++ b/src/scrot_selection.c @@ -5,7 +5,7 @@ Copyright 2021-2023 Guilherme Janczak Copyright 2021 Martin C Copyright 2021 Peter Wu Copyright 2021 Wilson Smith <01wsmith+gh@gmail.com> -Copyright 2022-2023 NRK +Copyright 2022-2024 NRK Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/selection_edge.c b/src/selection_edge.c index a1f33f7..2f46525 100644 --- a/src/selection_edge.c +++ b/src/selection_edge.c @@ -3,7 +3,7 @@ Copyright 2020-2021 Daniel T. Borelli Copyright 2021-2023 Guilherme Janczak Copyright 2021 Peter Wu -Copyright 2023 NRK +Copyright 2023-2024 NRK Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to