Skip to content

Commit

Permalink
1.5.0_RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbobrowski committed Nov 19, 2024
1 parent dbe5543 commit cecfc17
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
14 changes: 5 additions & 9 deletions BACKLOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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?
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion blog2epub/common/globals.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.5.0"
VERSION = "1.5.0_RC1"

0 comments on commit cecfc17

Please sign in to comment.