Skip to content

Commit

Permalink
Prepare version 0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peter88213 committed Oct 27, 2024
1 parent 89c4a0a commit 1b60cfa
Show file tree
Hide file tree
Showing 9 changed files with 21 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/mdnovel/raw/main/dist/mdnovel_v0.17.4.pyzw)
[![Download the latest release](docs/img/download-button.png)](https://github.com/peter88213/mdnovel/raw/main/dist/mdnovel_v0.17.5.pyzw)
[![Changelog](docs/img/changelog-button.png)](docs/changelog.md)
[![Feedback](docs/img/feedback-button.png)](https://github.com/peter88213/mdnovel/discussions/)
[![Online help](docs/img/help-button.png)](https://peter88213.github.io/mdnovhelp-en/)
Expand Down Expand Up @@ -71,10 +71,10 @@ But perhaps you are the exception. In any case, I hope you enjoy playing around

### Default: Executable Python zip archive

Download the latest release [mdnovel_v0.17.4.pyzw](https://github.com/peter88213/mdnovel/raw/main/dist/mdnovel_v0.17.4.pyzw)
Download the latest release [mdnovel_v0.17.5.pyzw](https://github.com/peter88213/mdnovel/raw/main/dist/mdnovel_v0.17.5.pyzw)

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

#### Important

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

### Alternative: Zip file

The package is also available in zip format: [mdnovel_v0.17.4.zip](https://github.com/peter88213/mdnovel/raw/main/dist/mdnovel_v0.17.4.zip)
The package is also available in zip format: [mdnovel_v0.17.5.zip](https://github.com/peter88213/mdnovel/raw/main/dist/mdnovel_v0.17.5.zip)

- Extract the *mdnovel_v0.17.4* folder from the downloaded zipfile "mdnovel_v0.17.4.zip".
- Extract the *mdnovel_v0.17.5* folder from the downloaded zipfile "mdnovel_v0.17.5.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 = 0.17.4
download_link = https://github.com/peter88213/mdnovel/raw/main/dist/mdnovel_v0.17.4.pyzw
version = 0.17.5
download_link = https://github.com/peter88213/mdnovel/raw/main/dist/mdnovel_v0.17.5.pyzw
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### Version 0.17.5

- Provide an abstract base class for the view components.
- Make the tree viewer, contents viewer, toolbar, and properties viewer ViewComponentBase subclasses.
- Provide an abstract base class for the plugins.
- Make the plugins PluginBase subclasses.

### Version 0.17.4

- Make the application independent of the *idle3* package on Linux.
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: 0.17.4\n"
"POT-Creation-Date: 2024-10-25 09:11:25\n"
"PO-Revision-Date: 2024-10-25 09:11:25\n"
"Project-Id-Version: 0.17.5\n"
"POT-Creation-Date: 2024-10-27 11:00:47\n"
"PO-Revision-Date: 2024-10-27 11:00:47\n"
"Last-Translator: Peter Triesberger\n"
"Language: de\n"
"MIME-Version: 1.0\n"
Expand Down
Binary file modified i18n/locale/de/LC_MESSAGES/mdnovel.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: 0.17.4\n"
"POT-Creation-Date: 2024-10-25 09:11:25\n"
"Project-Id-Version: 0.17.5\n"
"POT-Creation-Date: 2024-10-27 11:00:47\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()}/../../mdnovel/tools')
from package_builder import PackageBuilder

VERSION = '0.17.4'
VERSION = '0.17.5'


class ApplicationBuilder(PackageBuilder):
Expand Down

0 comments on commit 1b60cfa

Please # to comment.