Skip to content

Commit

Permalink
Update changelog & version number (DistributedProofreaders#1309)
Browse files Browse the repository at this point in the history
* Update changelog & version number
  • Loading branch information
windymilla authored Jul 25, 2024
1 parent 5ba5152 commit 4f558f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 Windows Strawberry 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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/guiguts.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4f558f6

Please sign in to comment.