Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog & version number #1309

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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
Loading