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 numbers #1303

Merged
merged 1 commit into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
Loading