From be040f10c912006dfa81f7c9a93b5e65242fc039 Mon Sep 17 00:00:00 2001 From: Arindam Chaudhuri Date: Wed, 25 Oct 2023 20:42:46 +0530 Subject: [PATCH] 4.16.2 Release Changelog : 4.16.2 : preview dialog : place dialog to bottom of image 4.16.1 : can add background color to image with transparency 4.16.0 : added : scale to aspect ratio in transform menu 4.15.8 : crop : show cropbox position 4.15.7 : more useful and meaningful ratios being used 4.15.6 : text-tool : can draw bold and italic text 4.15.5 : more fine control over rotation angle 4.15.4 : prevent overwrite file if fileformat not supported --- windows/PhotoQuick.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/PhotoQuick.nsi b/windows/PhotoQuick.nsi index 98024b1..d9ffc65 100755 --- a/windows/PhotoQuick.nsi +++ b/windows/PhotoQuick.nsi @@ -1,6 +1,6 @@ ; HM NIS Edit Wizard helper defines !define PROG_NAME "PhotoQuick" -!define PROG_VERSION "4.16.0" +!define PROG_VERSION "4.16.2" !define PROG_PUBLISHER "Arindamsoft" !define PROG_ICON "photoquick.ico" !define PROG_EXEC "photoquick.exe"