Skip to content

Commit

Permalink
Prepare v5.6.2 based on PyWriter v12.16.6
Browse files Browse the repository at this point in the history
- Fix a bug where the links to the item descriptions in the cross
reference are broken.
- Fix a bug where a missing chapter title cannot be replaced with the
manuscript heading.
  • Loading branch information
peter88213 committed Oct 9, 2023
1 parent 7ab2853 commit 7ca076d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 16 deletions.
Binary file removed dist/yw2oo_v5.6.1.zip
Binary file not shown.
Binary file added dist/yw2oo_v5.6.2.zip
Binary file not shown.
14 changes: 6 additions & 8 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@

## Changelog

### v5.6.1

- Escape characters in custom field variables when writing as PCDATA to .yw7.

Based on PyWriter v12.16.2

### v5.6.0
### v5.6.2

Change the layout of exported documents.
- Replace the Manuscript's scene comments with invisible scene headings.
Expand All @@ -19,7 +13,11 @@ Change the layout of exported documents.
- Remove several links from the exported document's headings.
This is mainly to speed up the opening of documents in OpenOffice.

Based on PyWriter v12.16.1
- Fix a bug where the links to the item descriptions in the cross reference are broken.
- Fix a bug where a missing chapter title cannot be replaced with the manuscript heading.
- Escape characters in custom field variables when writing as PCDATA to .yw7.

Based on PyWriter v12.16.6

### v5.5.0

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ first uninstall your current yW2OO installation with its included **Uninstall.ba

## Download and install

[Download the latest release (version 5.6.1)](https://raw.githubusercontent.com/peter88213/yW2OO/main/dist/yw2oo_v5.6.1.zip)
[Download the latest release (version 5.6.2)](https://raw.githubusercontent.com/peter88213/yW2OO/main/dist/yw2oo_v5.6.2.zip)

- Extract the "yw2oo_v5.6.1" folder from the downloaded zipfile "yw2oo_v5.6.1.zip"
- Extract the "yw2oo_v5.6.2" folder from the downloaded zipfile "yw2oo_v5.6.2.zip"
- Move into this new folder and open "README.md" for further instructions.

### Note for Linux users
Expand Down
6 changes: 3 additions & 3 deletions i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 5.6.1\n"
"POT-Creation-Date: 2023-09-30 20:07:02\n"
"PO-Revision-Date: 2023-09-30 20:07:02\n"
"Project-Id-Version: 5.6.2\n"
"POT-Creation-Date: 2023-10-09 19:41:24\n"
"PO-Revision-Date: 2023-10-09 19:41:24\n"
"Last-Translator: Peter Triesberger\n"
"Language: de\n"
"MIME-Version: 1.0\n"
Expand Down
Binary file modified i18n/locale/de/LC_MESSAGES/pywriter.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions i18n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 5.6.1\n"
"POT-Creation-Date: 2023-09-30 20:07:02\n"
"Project-Id-Version: 5.6.2\n"
"POT-Creation-Date: 2023-10-09 19:41:24\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: LANGUAGE\n"
Expand Down
Binary file modified src/locale/de/LC_MESSAGES/pywriter.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="yw2oo" basedir=".">
<property name="version" value="5.6.1" />
<property name="version" value="5.6.2" />
<property name="test-app" value="yw2oo" />

<property name="source-path" location="../src" />
Expand Down

0 comments on commit 7ca076d

Please sign in to comment.