From cecfc1735a8b5ffd7ecf056fbd43b71eb29486b4 Mon Sep 17 00:00:00 2001 From: Bohdan Bobrowski Date: Tue, 19 Nov 2024 08:54:16 +0100 Subject: [PATCH] 1.5.0_RC1 --- BACKLOG.md | 14 +++++--------- CHANGELOG.md | 2 +- README.md | 2 +- blog2epub/common/globals.py | 2 +- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/BACKLOG.md b/BACKLOG.md index 7d607ba..8116263 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -1,7 +1,7 @@ # List of features and bugfixes I'm considering to add ## Known bugs -.. +- [ ] it does not support Arabic, Japanese, Georgian nor many other alphabets and encodings... but this will be my goal in future versions. ## Scraping in general: - [ ] stop with keeping content in RAM - save it as ready to use ebook chapters @@ -13,11 +13,7 @@ ebooks. ## GUI, CLI and app distribution -- [ ] fix bloody macOS build! - it build but app misses some assets, and what worse it does not run on any other machine - (which means *.app is broken) -- [ ] add some linux packages: aur looks promising, and dmg aswell - what about Flatpak, Snap and Appimage? - -## Additional crawlers: -- [ ] [nrdblog.cmosnet.eu](https://nrdblog.cmosnet.eu/) -- [ ] [scigacz.pl](https://www.scigacz.pl/) -- [ ] [jednoslad.pl](https://www.jednoslad.pl) +- [ ] GUI translations +- [ ] publish app on Google Play Store (in progress) +- [ ] publish app on F-Droid (in progress) +- [ ] add some linux packages: aur looks promising, and dmg aswell - what about Flatpak, Snap and Appimage? \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 90745df..dcb511d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ChangeLog -### [v1.5.0](https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.5.0) - ? +### v1.5.0 - [X] integration testing - [X] increase unit test coverage - [X] use sitemaps.xml for scraping diff --git a/README.md b/README.md index 9667f4d..1df1ba7 100755 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Example: ## Current version -### v1.5.0 +### [v1.5.0 - Release Candidate 1](https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.5.0_RC1) - [X] integration testing - [X] increase unit test coverage - [X] use sitemaps.xml for scraping diff --git a/blog2epub/common/globals.py b/blog2epub/common/globals.py index 177b935..3c354e4 100644 --- a/blog2epub/common/globals.py +++ b/blog2epub/common/globals.py @@ -1 +1 @@ -VERSION = "1.5.0" +VERSION = "1.5.0_RC1"