From 9e2826b220d7bc0acf0a3954448c699a8acb35c8 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 17 Oct 2021 00:28:27 -0700 Subject: [PATCH] Doc'ing recent Win32 and Japanese IM changes... ...by Shin-Ichi --- docs/CHANGES.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index c8a1e3fb3..e785aec2e 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,7 +8,7 @@ http://www.tuxpaint.org/ $Id$ -2021.October.10 (0.9.27) +2021.October.17 (0.9.27) * New Magic Tools: ---------------- * "Lightning" - Draws a bolt of lightning striking between @@ -79,6 +79,9 @@ $Id$ (e.g., when returning from the "Open" dialog). (Closes https://sourceforge.net/p/tuxpaint/feature-requests/186/) + * Allowing Left [Alt] key for switching to Japanese input method. + TOYAMA Shin-ichi + * Documentation updates: --------------------- * Ensured Tux Paint's built-in help ("tuxpaint --help"), @@ -157,7 +160,7 @@ $Id$ * h/t @Miyagi_Andel on Twitter for reporting the crash * h/t Pere Pujal i Carabantes for confirming how to reproduce it * TOYAMA Shin-ichi dropped the old - code and rebuilt Tux Paint 0.9.26 for Win32 as 0.9.26-1 + code and rebuilt Tux Paint 0.9.26 for Win32 as 0.9.26-5 * Note: This means dropping support for Windows 2000 & XP * Ports & Building @@ -169,9 +172,16 @@ $Id$ $HOST env. var. is set. Mark K. Kim - * Include "AppVersion" directive to Windows installer ISS file. + * Include "AppVersion" directive to Windows installer Inno Setup + recipe file (.iss). Easton Pillay + * Remove old OpenCandy stuff from Windows .iss file. + TOYAMA Shin-ichi + + * Added shell script to build windows installer and portable zip archive. + TOYAMA Shin-ichi + 2021.June.28 (0.9.26) * New Features ------------