tRelease 1.2.1 - croptool - Image cropping tool
HTML git clone git://lumidify.org/croptool.git (fast, but not encrypted)
HTML git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 08d5d10ac2b83f400966b63638915c202a731c25
DIR parent 3bb542a1cb883e36cb662b32550834867eeb5988
HTML Author: lumidify <nobody@lumidify.org>
Date: Fri, 21 Jan 2022 22:02:16 +0100
Release 1.2.1
Diffstat:
M CHANGELOG | 4 ++++
M Makefile | 2 +-
M croptool.1 | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
DIR diff --git a/CHANGELOG b/CHANGELOG
t@@ -1,3 +1,7 @@
+1.2.0 -> 1.2.1
+* Fix minor style issues
+* Fix minor bug in parsing of cropping rectangle in croptool_crop
+
1.1 -> 1.2.0
* Rewrite using Xlib and Imlib2
* Add command-line options and man pages
DIR diff --git a/Makefile b/Makefile
t@@ -1,7 +1,7 @@
.POSIX:
NAME = croptool
-VERSION = 1.2.0
+VERSION = 1.2.1
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/man
DIR diff --git a/croptool.1 b/croptool.1
t@@ -1,4 +1,4 @@
-.Dd September 21, 2021
+.Dd January 13, 2022
.Dt CROPTOOL 1
.Os
.Sh NAME