Skip to content

Commit

Permalink
add a draft changelog, update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
N-R-K committed Jun 6, 2024
1 parent 9c6da4b commit 9c6dba5
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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 <eriberto@eriberto.pro.br>
Version 1.10

Expand Down
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Copyright 2021 IFo Hancroft <contact@ifohancroft.com>
Copyright 2021 Peter Wu <peterwu@hotmail.com>
Copyright 2021 Wilson Smith <01wsmith+gh@gmail.com>
Copyright 2022 Zev Weiss <zev@bewilderbeest.net>
Copyright 2023 NRK <nrk@disroot.org>
Copyright 2023-2024 NRK <nrk@disroot.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
Expand Down
2 changes: 1 addition & 1 deletion src/scrot_selection.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Copyright 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
Copyright 2021 Martin C <martincation@protonmail.com>
Copyright 2021 Peter Wu <peterwu@hotmail.com>
Copyright 2021 Wilson Smith <01wsmith+gh@gmail.com>
Copyright 2022-2023 NRK <nrk@disroot.org>
Copyright 2022-2024 NRK <nrk@disroot.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
Expand Down
2 changes: 1 addition & 1 deletion src/selection_edge.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright 2020-2021 Daniel T. Borelli <danieltborelli@gmail.com>
Copyright 2021-2023 Guilherme Janczak <guilherme.janczak@yandex.com>
Copyright 2021 Peter Wu <peterwu@hotmail.com>
Copyright 2023 NRK <nrk@disroot.org>
Copyright 2023-2024 NRK <nrk@disroot.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
Expand Down

0 comments on commit 9c6dba5

Please sign in to comment.