Skip to content

Commit

Permalink
Update changelog & version numbers (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
windymilla authored Jun 8, 2024
1 parent 26ee5c3 commit 1b7360f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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"
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.1
VERSION=1.6.2

# 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.1';
our $VERSION = '1.6.2';

use FindBin;
use lib $FindBin::Bin . "/lib";
Expand Down

0 comments on commit 1b7360f

Please sign in to comment.