@@ -51,6 +51,14 @@ Checkout for latest available [builds](https://github.com/bohdanbobrowski/blog2e
5151
5252 poetry run build_gui_windows
5353
54+ #### macOS
55+
56+ Due to a bug - I haven't found out exactly what it is yet - probably in the pyinstaller, all the indicated files are
57+ not copied to the app - so you also need to execute a bash script. This script also creates a dmg image.
58+
59+ poetry run build_gui_macos
60+ ./build_macos.sh
61+
5462## Screenshots of GUI
5563
5664### Windows (11)
@@ -89,19 +97,9 @@ Checkout for latest available [builds](https://github.com/bohdanbobrowski/blog2e
8997 poetry run blog2epub poznanskiehistorie.blogspot.com -q=100
9098 poetry run blog2epub classicameras.blogspot.com --limit=10 --no-images
9199
92- ## Planned features and known bugs
93-
94- - [ ] Linux app/package(s)
95- - [ ] Android app
96- - [ ] code needs still refactor
97- - [ ] more crawlers
98- - [ ] improve GUI - configuration, allow to save in selected place etc.
99- - [ ] save downloaded page structure to yaml file
100-
101- ## Change Log
102-
103- ### [ v1.3.0] ( #v1.3.0 ) - release will be published soon
100+ ## Current version
104101
102+ ### [ v1.3.0] ( https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.2.6 ) - 2024-07-20
105103- [X] introduce KivyMD
106104- [X] python poetry instead of venv
107105- [X] code refactor and cleanup
@@ -111,10 +109,6 @@ Checkout for latest available [builds](https://github.com/bohdanbobrowski/blog2e
111109- [X] feature: prevent epub file overwriting
112110- [X] feature: cancel download
113111- [X] fixed bug: chapters were not added to ebook spine, which caused problems with navigation
114- - [X] windows build
115-
116- Still TODO in this version:
117- - [ ] osx screenshots and build
118- - [ ] linux build
112+ - [X] Windows and macOS builds
119113
120114[ » ; Complete Change Log here « ; ] ( https://github.com/bohdanbobrowski/blog2epub/blob/master/CHANGELOG.md )
0 commit comments