Skip to content

Commit

Permalink
Update version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer committed Mar 28, 2021
1 parent 81a4324 commit b44f73e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
38 changes: 26 additions & 12 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
## Unreleased
## [Unreleased]

- Add -z, --silent option for beep prevention (old Debian patch)
- Add -p, --pointer option for capturing the mouse pointer
- Fix segfault when using $t special string in the filename
- Use .png extension when no file extension is passed
- Fix several static analysis issues and add Clang static analysis to CI
- Add SPDX license identifiers (this software uses MIT-feh license)
## [0.10.0] - 2021-03-29

Tue 23 Mar 04:26:49 CET 2021 Patryk Obara <dreamer.tan@gmail.com>
* Bundle giblib to make it easier to build the program.
* Rewrite buildsystem in Meson, as it's much easier to maintain.
* Add rudimentary GitHub CI.
* Fix several warnings.
### Added
- Add -z, --silent option for beep prevention (old Debian patch).
- Add -p, --pointer option for capturing the mouse pointer.
- Add SPDX license identifiers (this software uses MIT-feh license).
- Add Clang static analysis to CI.

### Changed
- Fix segfault when using $t special string in the filename.
- Use .png extension when no file extension is passed.
- Fix several static analysis issues and add Clang static analysis to CI.
- Start relicensing new changes to OSI-approved MIT license.

## [0.9.0] - 2021-03-23

### Added
- Add rudimentary GitHub CI.
- Bundle giblib to make it easier to build the program.

### Changed
- Rewrite buildsystem in Meson, as it's much easier to maintain.
- Fix several warnings.

Sun Aug 15 22:48:11 GMT 2010 Patryk Obara <patryk.obara@gmail.com>
* Anonymous patches from Debian: man fixes and -u, --focused
Expand Down Expand Up @@ -144,3 +155,6 @@ Thu Oct 26 14:09:52 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>

* Created scrot.

[Unreleased]: https://github.com/dreamer/scrot/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/dreamer/scrot/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/dreamer/scrot/compare/scrot-0.8...v0.9.0
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('scrot', 'c',
version : '0.9.0',
version : '0.10.0',
license : 'MIT-feh',
default_options : ['c_std=c11', 'b_ndebug=if-release'],
meson_version : '>= 0.49.0')
Expand Down

0 comments on commit b44f73e

Please sign in to comment.