|
1 |
| -## Unreleased |
| 1 | +## [Unreleased] |
2 | 2 |
|
3 |
| -- Add -z, --silent option for beep prevention (old Debian patch) |
4 |
| -- Add -p, --pointer option for capturing the mouse pointer |
5 |
| -- Fix segfault when using $t special string in the filename |
6 |
| -- Use .png extension when no file extension is passed |
7 |
| -- Fix several static analysis issues and add Clang static analysis to CI |
8 |
| -- Add SPDX license identifiers (this software uses MIT-feh license) |
| 3 | +## [0.10.0] - 2021-03-29 |
9 | 4 |
|
10 |
| -Tue 23 Mar 04:26:49 CET 2021 Patryk Obara <dreamer.tan@gmail.com> |
11 |
| - * Bundle giblib to make it easier to build the program. |
12 |
| - * Rewrite buildsystem in Meson, as it's much easier to maintain. |
13 |
| - * Add rudimentary GitHub CI. |
14 |
| - * Fix several warnings. |
| 5 | +### Added |
| 6 | +- Add -z, --silent option for beep prevention (old Debian patch). |
| 7 | +- Add -p, --pointer option for capturing the mouse pointer. |
| 8 | +- Add SPDX license identifiers (this software uses MIT-feh license). |
| 9 | +- Add Clang static analysis to CI. |
| 10 | + |
| 11 | +### Changed |
| 12 | +- Fix segfault when using $t special string in the filename. |
| 13 | +- Use .png extension when no file extension is passed. |
| 14 | +- Fix several static analysis issues and add Clang static analysis to CI. |
| 15 | +- Start relicensing new changes to OSI-approved MIT license. |
| 16 | + |
| 17 | +## [0.9.0] - 2021-03-23 |
| 18 | + |
| 19 | +### Added |
| 20 | +- Add rudimentary GitHub CI. |
| 21 | +- Bundle giblib to make it easier to build the program. |
| 22 | + |
| 23 | +### Changed |
| 24 | +- Rewrite buildsystem in Meson, as it's much easier to maintain. |
| 25 | +- Fix several warnings. |
15 | 26 |
|
16 | 27 | Sun Aug 15 22:48:11 GMT 2010 Patryk Obara <patryk.obara@gmail.com>
|
17 | 28 | * Anonymous patches from Debian: man fixes and -u, --focused
|
@@ -144,3 +155,6 @@ Thu Oct 26 14:09:52 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
|
144 | 155 |
|
145 | 156 | * Created scrot.
|
146 | 157 |
|
| 158 | +[Unreleased]: https://github.com/dreamer/scrot/compare/v0.10.0...HEAD |
| 159 | +[0.10.0]: https://github.com/dreamer/scrot/compare/v0.9.0...v0.10.0 |
| 160 | +[0.9.0]: https://github.com/dreamer/scrot/compare/scrot-0.8...v0.9.0 |
0 commit comments