Skip to content

Commit

Permalink
Prepare version 4.11.7 based on novxlib 4.7.2
Browse files Browse the repository at this point in the history
- Fix HTML report title display.
  • Loading branch information
peter88213 committed Oct 16, 2024
1 parent 79a4f30 commit 80bae41
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Download the latest release](docs/img/download-button.png)](https://github.com/peter88213/novelibre/raw/main/dist/novelibre_v4.11.6.pyzw)
[![Download the latest release](docs/img/download-button.png)](https://github.com/peter88213/novelibre/raw/main/dist/novelibre_v4.11.7.pyzw)
[![Changelog](docs/img/changelog-button.png)](docs/changelog.md)
[![News](docs/img/news-button.png)](https://github.com/peter88213/novelibre/discussions/1)
[![Online help](docs/img/help-button.png)](https://peter88213.github.io/nvhelp-en/)
Expand Down Expand Up @@ -81,10 +81,10 @@ I use the program myself and fix errors immediately if I notice any. As far as I

### Default: Executable Python zip archive

Download the latest release [novelibre_v4.11.6.pyzw](https://github.com/peter88213/novelibre/raw/main/dist/novelibre_v4.11.6.pyzw)
Download the latest release [novelibre_v4.11.7.pyzw](https://github.com/peter88213/novelibre/raw/main/dist/novelibre_v4.11.7.pyzw)

- Launch *novelibre_v4.11.6.pyzw* by double-clicking (Windows/Linux desktop),
- or execute `python novelibre_v4.11.6.pyzw` (Windows), resp. `python3 novelibre_v4.11.6.pyzw` (Linux) on the command line.
- Launch *novelibre_v4.11.7.pyzw* by double-clicking (Windows/Linux desktop),
- or execute `python novelibre_v4.11.7.pyzw` (Windows), resp. `python3 novelibre_v4.11.7.pyzw` (Linux) on the command line.

#### Important

Expand All @@ -100,9 +100,9 @@ the zip file.

### Alternative: Zip file

The package is also available in zip format: [novelibre_v4.11.6.zip](https://github.com/peter88213/novelibre/raw/main/dist/novelibre_v4.11.6.zip)
The package is also available in zip format: [novelibre_v4.11.7.zip](https://github.com/peter88213/novelibre/raw/main/dist/novelibre_v4.11.7.zip)

- Extract the *novelibre_v4.11.6* folder from the downloaded zipfile "novelibre_v4.11.6.zip".
- Extract the *novelibre_v4.11.7* folder from the downloaded zipfile "novelibre_v4.11.7.zip".
- Move into this new folder and launch *setup.pyw* by double-clicking (Windows/Linux desktop),
- or execute `python setup.pyw` (Windows), resp. `python3 setup.pyw` (Linux) on the command line.

Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[LATEST]
version = 4.11.6
download_link = https://github.com/peter88213/novelibre/raw/main/dist/novelibre_v4.11.6.pyzw
version = 4.11.7
download_link = https://github.com/peter88213/novelibre/raw/main/dist/novelibre_v4.11.7.pyzw
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

See the [GitHub "Features" project](https://github.com/users/peter88213/projects/14).

### Version 4.11.7

- Fix HTML report title display.

Based on novxlib 4.7.2

### Version 4.11.6

- Add accelerators to hovertips.
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: 4.11.6\n"
"POT-Creation-Date: 2024-10-12 20:23:38\n"
"PO-Revision-Date: 2024-10-12 20:23:38\n"
"Project-Id-Version: 4.11.7\n"
"POT-Creation-Date: 2024-10-16 10:40:19\n"
"PO-Revision-Date: 2024-10-16 10:40:19\n"
"Last-Translator: Peter Triesberger\n"
"Language: de\n"
"MIME-Version: 1.0\n"
Expand Down
Binary file modified i18n/locale/de/LC_MESSAGES/novelibre.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: 4.11.6\n"
"POT-Creation-Date: 2024-10-12 20:23:38\n"
"Project-Id-Version: 4.11.7\n"
"POT-Creation-Date: 2024-10-16 10:40:19\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: LANGUAGE\n"
Expand Down
2 changes: 1 addition & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
sys.path.insert(0, f'{os.getcwd()}/../../novelibre/tools')
from package_builder import PackageBuilder

VERSION = '4.11.6'
VERSION = '4.11.7'


class ApplicationBuilder(PackageBuilder):
Expand Down

0 comments on commit 80bae41

Please sign in to comment.