Skip to content

Commit cecfc17

Browse files
1.5.0_RC1
1 parent dbe5543 commit cecfc17

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

BACKLOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# List of features and bugfixes I'm considering to add
22

33
## Known bugs
4-
..
4+
- [ ] it does not support Arabic, Japanese, Georgian nor many other alphabets and encodings... but this will be my goal in future versions.
55

66
## Scraping in general:
77
- [ ] stop with keeping content in RAM - save it as ready to use ebook chapters
@@ -13,11 +13,7 @@
1313
ebooks.
1414

1515
## GUI, CLI and app distribution
16-
- [ ] fix bloody macOS build! - it build but app misses some assets, and what worse it does not run on any other machine
17-
(which means *.app is broken)
18-
- [ ] add some linux packages: aur looks promising, and dmg aswell - what about Flatpak, Snap and Appimage?
19-
20-
## Additional crawlers:
21-
- [ ] [nrdblog.cmosnet.eu](https://nrdblog.cmosnet.eu/)
22-
- [ ] [scigacz.pl](https://www.scigacz.pl/)
23-
- [ ] [jednoslad.pl](https://www.jednoslad.pl)
16+
- [ ] GUI translations
17+
- [ ] publish app on Google Play Store (in progress)
18+
- [ ] publish app on F-Droid (in progress)
19+
- [ ] add some linux packages: aur looks promising, and dmg aswell - what about Flatpak, Snap and Appimage?

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
### [v1.5.0](https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.5.0) - ?
3+
### v1.5.0
44
- [X] integration testing
55
- [X] increase unit test coverage
66
- [X] use sitemaps.xml for scraping

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Example:
146146

147147
## Current version
148148

149-
### v1.5.0
149+
### [v1.5.0 - Release Candidate 1](https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.5.0_RC1)
150150
- [X] integration testing
151151
- [X] increase unit test coverage
152152
- [X] use sitemaps.xml for scraping

blog2epub/common/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.5.0"
1+
VERSION = "1.5.0_RC1"

0 commit comments

Comments
 (0)