Skip to content

Releases: mondeja/mdpo

v2.0.1

01 May 23:22
Compare
Choose a tag to compare

Bug fixes

  • Fixed po2md not adding newline before first nested list lines.

v2.0.0

06 Mar 01:58
Compare
Choose a tag to compare

⚠️ Breaking changes

  • mdpo is no longer installable on Python3.7

Note about v1.1.5

Probably you're experiencing an error when calling the CLI after reinstalling v1.1.5. This can be solved by pinning importlib-metadata-argparse-version to <2, but the upgrade of mdpo to v2 is recommended. Sorry for the inconveniences that you could have experienced.

v1.1.5

16 Feb 06:54
beccb31
Compare
Choose a tag to compare

Enhancements

  • Added --include-codeblocks option to md2po2md.

v1.1.4

10 Aug 07:32
Compare
Choose a tag to compare

Chore:

  • Added initial support for Python 3.12

v1.1.3

04 Mar 22:29
b60c57d
Compare
Choose a tag to compare

Bug fixes:

  • Fixed error when passing 0 or inf as --wrapwidth argument to po2md (regression by v1.1.2).

v1.1.2

19 Feb 15:30
0c5bdcd
Compare
Choose a tag to compare

Bug fixes:

  • Fixed po2md output of Unicode Line Breaking wrapping when mixing scriptio and non scriptio continua languages.

Enhancements:

  • Improved performance of po2md as the wrapping algorithm is executed at CPython extension level.

v1.1.1

10 Feb 20:32
42e45d8
Compare
Choose a tag to compare

Bug fixes:

  • Fix wrapwidth argument not being applied using po2md to render scriptio languages Markdown output.

v1.1.0

15 Dec 12:22
Compare
Choose a tag to compare
  • Added support for Python3.11
  • Now mdpo can be installed without manual compilation of md4c on a lot of more platforms.

v1.0.3

20 Sep 19:01
eedb0b5
Compare
Choose a tag to compare

Bug fixes:

  • Preserve HTML blocks in po2md output.
  • Fixed edge case encoding bug in Windows when decoding PO files with md2po.

v1.0.2

20 Sep 10:41
Compare
Choose a tag to compare

Bug fixes:

  • Fixed some edge case errors related to memory management.