Pycco v0.6.0 Release Notes

Release Date: 2018-07-25 // over 5 years ago
  • ๐Ÿš€ This release includes some code modernization and greater test coverage, plus:

    • one new feature, courtesy of @vrde: --skip-bad-files, also now aliased to --ignore-errors, does what it says on the tin: Pycco will continue operation if it encounters a file it does not understand.
    • ๐Ÿ“š three Markdown enhancements are available: smartypants (which, contrary to the documentation, wasn't enabled before), fenced code blocks, and footnotes.

Previous changes from v0.5.1

  • ๐Ÿ”„ Changes:

    • Courtesy of @goosemo, Pycco will recurse into directories given as arguments and attempt to process all the contents.
    • โž• Added -s argument to continue processing a list of files (or directory) if an unprocessable file is encountered.