Releases: hipstermojo/paperoni
Releases · hipstermojo/paperoni
0.6.1 alpha release
This release includes minor bug fixes in the cli
0.6.0 alpha release
This release adds the following:
- HTML exports. Visit the README to know more.
- Fix header id generation for table of contents.
0.5.0 alpha release
This release adds the following:
- Table of Contents generation of article headers upto h4
- An --output-dir flag for specifying the download directory for non merged articles in #15
- Add output_dir to cli argument #15
- CSS styling of the epub document for better presentation. This also allows users to convert to PDF using tools and have a decent typesetting
- Generating a list of the articles that were partially downloaded
This release also includes a fix from #17
0.4.1 alpha release
0.4.0 alpha release
This release adds the following new features:
- Improved error handling during downloads
- Printing summary tables for successful and failed downloads
- Display progress bars for indicating download progress bars
- Logging of errors to a log file
This additionally has fixes bugs referenced in #10
Enjoy!
0.3.0 alpha release
This release adds the following new flags:
-f/--file
used to specify the input file containing links you want to extract--merge
used to merge multiple articles into a single epub.
This will also embed a Table of Contents for navigating to the different articles.--max_conn
used to configure the maximum number of concurrent connections that can be ongoing.
0.2.2 alpha release
This release contains minor bug fixes listed in #5 which includes support for articles that are proxied to Medium.
0.2.1 alpha release
This patch fixes some bugs in the serializer and in exporting the files, as referenced in #4
0.2.0 alpha release
Bug fixes
- More compliant XHTML when creating epubs. This allows users of more strict epub readers like Foliate to view the epub.
- Fixing crashes when web article has inline
style
attributes containing Base-64 encoded URIs
Other additions
- Printing of the epub file name on the terminal
- Printing a help message when arguments are passed
Alpha 1 release
This is the first release of Paperoni. 🍾 🎉
This release features the following:
- Extracting content using an unstable port of Readability
- Exporting to EPUB with a basic template
- Support for extracting multiple URLs