Skip to content

Releases: shaunakg/BookOfReddit

Version 0.4.3: Bugfixes and formatting improvements

22 May 04:27
Compare
Choose a tag to compare

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

19 May 09:57
3f24b42
Compare
Choose a tag to compare

Mostly semantic and program flow improvements. Removed unnecessary files.

BookOfReddit Version 0.4.1

02 Dec 09:53
80a9b9b
Compare
Choose a tag to compare

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

16 Sep 08:34
1217ac9
Compare
Choose a tag to compare

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 from urls.txt.
  • Improved on the starting message