Skip to content

Releases: hipstermojo/paperoni

0.6.1 alpha release

24 Aug 04:55
Compare
Choose a tag to compare

This release includes minor bug fixes in the cli

0.6.0 alpha release

24 Jul 11:08
Compare
Choose a tag to compare

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

24 Jun 05:44
Compare
Choose a tag to compare

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

24 May 17:38
Compare
Choose a tag to compare

This patch release fixes the issue in #11 and #13.

0.4.0 alpha release

30 Apr 05:56
Compare
Choose a tag to compare

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

24 Feb 10:40
2762bc5
Compare
Choose a tag to compare
0.3.0 alpha release Pre-release
Pre-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

24 Jan 15:13
Compare
Choose a tag to compare
0.2.2 alpha release Pre-release
Pre-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

24 Dec 11:20
Compare
Choose a tag to compare
0.2.1 alpha release Pre-release
Pre-release

This patch fixes some bugs in the serializer and in exporting the files, as referenced in #4

0.2.0 alpha release

24 Nov 15:51
Compare
Choose a tag to compare
0.2.0 alpha release Pre-release
Pre-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

22 Oct 16:23
Compare
Choose a tag to compare
Alpha 1 release Pre-release
Pre-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