croptool

Image cropping tool
git clone git://lumidify.org/croptool.git (fast, but not encrypted)
git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
Log | Files | Refs | README | LICENSE

commit a37aa1d0b84cc4a0f231aa8fa211fffce871db65
parent 0cb921097da75cd5b5a689f5ec79b11eb4bdad80
Author: lumidify <nobody@lumidify.org>
Date:   Tue, 21 Sep 2021 16:36:19 +0200

Prepare for release 1.2.0

Diffstat:
MCHANGELOG | 2+-
MMakefile | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,4 +1,4 @@ -1.1 -> 1.2.0-dev +1.1 -> 1.2.0 * Rewrite using Xlib and Imlib2 * Add command-line options and man pages * Add automatic resizing of image when resizing window diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = croptool -VERSION = 1.2.0-dev +VERSION = 1.2.0 PREFIX = /usr/local MANPREFIX = ${PREFIX}/man