Skip to content

Release 20220324.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 11:54
· 42 commits to refs/heads/main since this release
20220324.0
8e0ec61

What’s changed

  • Update the manpage to use the option list syntax pandoc understands (#35) (@danzimm)
  • Add simple CI based on GitHub actions (#32)
  • Drop support for Python 3.8 and older.

Features and enhancements

  • Support files with non-UTF-8 contents and names: all data are now internally processed as bytes and decoded only for display.
  • --fixup support (#34)
  • Major refactoring (#33) and clean-up (#36) @andrewshadura

Bug fixes

  • Disable Git's core.quotePath to fix usage with non-ASCII filenames. (#31) @okeeblow
  • A further improvement upon this is proper unquoting of filenames in Git patches, allowing filenames to contain spaces and other special characters.