Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@ryul1206 ryul1206 released this 08 Oct 21:41
92a3291
  • Added - Add batch processing mode with YAML file. Please refer to mmg.yaml file for usage.
  • Added - Simple Python API for script usage #13
  • Added - Add automated testing for stability and reliability #18
  • Added - Add "Validation Only" command to the mmg CLI #20
  • Added - Add "Skip Validation" command to the mmg CLI.
  • Added - Support Jupyter Notebook(.ipynb) #13
  • Added - Support for HTML, PDF output formats #19
  • Added - Publish documentation to Github Pages (http://mmg.ryul1206.dev/) #17
  • Changed - Use Poetry for Python package management #16
  • Fixed - Bug in remove_emoji function that fails to remove all emojis #23
  • Fixed - Fixes and enhancements for code block tracking #24
  • Improved - From version 2.0, skipping header levels will no longer cause an error when generating a table of contents. In versions 1.X, if header 2 was skipped and header 3 followed immediately, an error occurred when creating the table of contents. However, we have removed this restriction as it was deemed inconvenient. Instead, in such cases, the skipped header 3 will not be displayed in the table of contents.
  • Removed - Drop support for Python 3.6
    • Python 3.6 EOL is 23 Dec 2021
    • Poetry requires Python 3.7 or higher