File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
13
## Version 1.6.2
5
14
6
15
- New feature to add Page marker flags, e.g. [ Pg123] , in parallel with
Original file line number Diff line number Diff line change 1
1
2
2
# DON'T FORGET to update the version number in guiguts.pl too
3
- VERSION =1.6.2
3
+ VERSION =1.6.3
4
4
5
5
# zip utility to use
6
6
ZIP =zip -rv9
Original file line number Diff line number Diff line change 20
20
# use criticism 'gentle';
21
21
22
22
# DON'T FORGET to update the version number in makefile too
23
- our $VERSION = ' 1.6.2 ' ;
23
+ our $VERSION = ' 1.6.3 ' ;
24
24
25
25
use FindBin;
26
26
use lib $FindBin::Bin . " /lib" ;
You can’t perform that action at this time.
0 commit comments