Skip to content

Commit 4f558f6

Browse files
authored
Update changelog & version number (#1309)
* Update changelog & version number
1 parent 5ba5152 commit 4f558f6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

4+
## Version 1.6.3
5+
6+
- Page marker flags feature added to 1.6.2 now includes page label information
7+
so files can be switched between GG1 and GG2 more seamlessly. Only works with
8+
Guiguts v2.0.0-alpha.3 or above.
9+
- Warning added to INSTALL.md that Windows Strawberry Perl versions above
10+
5.32.1 will not work, due to an incompatibility with Perk/Tk.
11+
12+
413
## Version 1.6.2
514

615
- New feature to add Page marker flags, e.g. [Pg123], in parallel with

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# DON'T FORGET to update the version number in guiguts.pl too
3-
VERSION=1.6.2
3+
VERSION=1.6.3
44

55
# zip utility to use
66
ZIP=zip -rv9

src/guiguts.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#use criticism 'gentle';
2121

2222
# DON'T FORGET to update the version number in makefile too
23-
our $VERSION = '1.6.2';
23+
our $VERSION = '1.6.3';
2424

2525
use FindBin;
2626
use lib $FindBin::Bin . "/lib";

0 commit comments

Comments
 (0)