Releases: shaunakg/BookOfReddit
Releases · shaunakg/BookOfReddit
Version 0.4.3: Bugfixes and formatting improvements
There are a lot of bugfixes and formatting improvements in this version:
- Updated metadata write to include the actual authors.
- Updated metadata write to include description and publisher.
- Made default covers.
- Using Calibre's
ebook-polish
to apply default covers. - Fixed some encoding errors with double quotes
- Fixed markdown error with chapter titles by using semantic HTML
- Fixed markdown error with list of posts with semantic HTML
- Improved program flow when manually entering things by moving the extension input to after the link input
- Fixed formatting with messages (too many/few newlines)
- Added some more formats that have been proven to work.
BookOfReddit Version 0.4.2
Mostly semantic and program flow improvements. Removed unnecessary files.
BookOfReddit Version 0.4.1
There are many improvements in this version of BookOfReddit:
- Support for Calibre metadata editing as well as ebook conversion (Fully supported on Windows, beta on Mac and Linux)
- Support for downloading a index page from the internet, such as this (Must download md_download_to_urls.py to do this)
- Improved parsing code
- Improved code efficiency
- Improved ebook formatting
v0.2.0: UTF-8 Support and general performance improvements
There are many different improvements in version 0.2.0:
- Added UTF-8 support using CODECS
- Added different file support: BULK/BULK_CODECS program will grab Markdown links from
urls.md
and plaintext fromurls.txt
. - Improved on the starting message