diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e374c7..152eb8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## Version 1.6.2 + +- New feature to add Page marker flags, e.g. [Pg123], in parallel with + work in Guiguts 2. This makes it possible to switch between GG1 and GG2, + or to use non-Guiguts editors, without losing page break locations. +- Added default Mac bindings for beginning & end of line +- Added installation instructions for Ubuntu +- Included latest version of ebookmaker (0.12.43) +- Included latest version of Tidy (5.8.0) + +### Bug Fixes + +- Block markup check accepted markup which was not at the start of the line +- Negative fractions, e.g. `-1/4`, lost their minus sign when converted + + ## Version 1.6.1 - New 'Add Index Cross-references' feature links "See"/"Also see"/"See also" diff --git a/Makefile b/Makefile index 952ce11a..601c221d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DON'T FORGET to update the version number in guiguts.pl too -VERSION=1.6.1 +VERSION=1.6.2 # zip utility to use ZIP=zip -rv9 diff --git a/src/guiguts.pl b/src/guiguts.pl index 52f080f7..760fa699 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.1'; +our $VERSION = '1.6.2'; use FindBin; use lib $FindBin::Bin . "/lib";