From 524d34628311dae8d00add2a30337054b6a07ebe Mon Sep 17 00:00:00 2001 From: Nigel Date: Thu, 25 Jul 2024 17:23:40 +0100 Subject: [PATCH 1/2] Update changelog & version number --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- src/guiguts.pl | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152eb8a7..af9472c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## Version 1.6.3 + +- Page marker flags feature added to 1.6.2 now includes page label information + so files can be switched between GG1 and GG2 more seamlessly. Only works with + Guiguts v2.0.0-alpha.3 or above. +- Warning added to INSTALL.md that Perl versions above 5.32.1 will not work, + due to an incompatibility with Perk/Tk. + + ## Version 1.6.2 - New feature to add Page marker flags, e.g. [Pg123], in parallel with diff --git a/Makefile b/Makefile index 601c221d..178b8495 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DON'T FORGET to update the version number in guiguts.pl too -VERSION=1.6.2 +VERSION=1.6.3 # zip utility to use ZIP=zip -rv9 diff --git a/src/guiguts.pl b/src/guiguts.pl index 760fa699..84b15a64 100755 --- a/src/guiguts.pl +++ b/src/guiguts.pl @@ -20,7 +20,7 @@ #use criticism 'gentle'; # DON'T FORGET to update the version number in makefile too -our $VERSION = '1.6.2'; +our $VERSION = '1.6.3'; use FindBin; use lib $FindBin::Bin . "/lib"; From 8193ec886f6d42b9f17d909d73c4fc46132d115f Mon Sep 17 00:00:00 2001 From: Nigel Date: Thu, 25 Jul 2024 19:47:29 +0100 Subject: [PATCH 2/2] Perl warning is Windows only --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af9472c1..39a5032b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ - Page marker flags feature added to 1.6.2 now includes page label information so files can be switched between GG1 and GG2 more seamlessly. Only works with Guiguts v2.0.0-alpha.3 or above. -- Warning added to INSTALL.md that Perl versions above 5.32.1 will not work, - due to an incompatibility with Perk/Tk. +- Warning added to INSTALL.md that Windows Strawberry Perl versions above + 5.32.1 will not work, due to an incompatibility with Perk/Tk. ## Version 1.6.2