|
4 | 4 |
|
5 | 5 | # blog2epub |
6 | 6 |
|
7 | | -[](https://github.com/bohdanbobrowski/blog2epub/graphs/commit-activity) [](https://lbesson.mit-license.org/) |
| 7 | +[](https://github.com/bohdanbobrowski/blog2epub/graphs/commit-activity) [](https://lbesson.mit-license.org/)    |
8 | 8 |
|
9 | 9 | Convert blog to epub using command line or GUI. |
10 | 10 |
|
@@ -36,7 +36,7 @@ Convert blog to epub using command line or GUI. |
36 | 36 |
|
37 | 37 | ## Installation |
38 | 38 |
|
39 | | -- for Windows and macOS users: available [builds](https://github.com/bohdanbobrowski/blog2epub/releases) |
| 39 | +- for __Windows__ and __macOS__ users: available [builds](https://github.com/bohdanbobrowski/blog2epub/releases) |
40 | 40 | - python3 setup.py install |
41 | 41 |
|
42 | 42 | ### Running froum sources |
@@ -90,24 +90,21 @@ Mint 21.2 Cinnamon |
90 | 90 |
|
91 | 91 | ## Planned features and known bugs |
92 | 92 |
|
93 | | -- [ ] code needs some refactor: classes are too "nested" within each other |
| 93 | +- [ ] utilize GitHub Pages for this project documentation |
94 | 94 | - [ ] there are some bugs in wordpress.com crawler |
95 | 95 | - [ ] Linux app/package(s) |
96 | 96 | - [ ] Android app |
| 97 | +- [ ] code needs some refactor: classes are too "nested" within each other |
97 | 98 | - [ ] more crawlers (ex. GitHub Pages 🙃) |
98 | 99 | - [ ] improve existing crawlers (allow) |
99 | 100 | - [ ] improve GUI - configuration, allow to save in selected place etc. |
100 | | -- [ ] utilize GitHub Pages for this project documentation |
101 | 101 |
|
102 | | -## Current release |
| 102 | +## Change Log |
103 | 103 |
|
104 | | -### [v1.2.5](#in-development) - Unreleased |
| 104 | +### [v1.2.5](https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.2.5) - 2023-10-30 |
105 | 105 | - [x] save url textfield history and allow easily choose from these urls |
106 | 106 | - [x] change font from Lato (nice but large files) to much smaller ([Alegreya](https://github.com/huertatipografica/Alegreya) and [Martian Mono](https://github.com/evilmartians/mono) for UI) |
107 | 107 | - [x] make program window not resizable |
108 | 108 | - [x] add popup similar to about dialog after finished ebook generation |
109 | 109 |
|
110 | | -### [v1.2.4](https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.2.4) - 2023-10-25 |
111 | | -- [x] article loop fix (crawler was reading by default from atomfeed, and returning maximum 25 articles) |
112 | | -- [x] refactor, as usual |
113 | | -- [x] url history saved into yaml file |
| 110 | +[» Complete Change Log here «](https://github.com/bohdanbobrowski/blog2epub/blob/master/CHANGELOG.md) |
0 commit comments