Skip to content

Releases: mondeja/mdpo

v0.3.82

17 Dec 14:07
Compare
Choose a tag to compare

Enhancements

  • Add command aliases disable-next-block and enable-next-block for disable-next-line and enable-next-line.

v0.3.81

29 Nov 01:24
1c98376
Compare
Choose a tag to compare

Bug fixes

  • Fixed bug removing obsolete messages from PO files

v0.3.80

18 Nov 12:31
11215d8
Compare
Choose a tag to compare

Bug fixes

  • Malformatted rendering thematic breaks inside quote blocks with po2md
  • Incorrect extracting and rendering of referenced links with same text and target
  • --remove-not-found md2po option not working if --merge-po-files option is not passed

v0.3.79

16 Nov 10:01
2aafda9
Compare
Choose a tag to compare

Bug fixes

  • Fixed format rendering headers inside list items.
  • Fixed bug rendering tables that include | characters in cells.

v0.3.78

15 Nov 11:01
c882b08
Compare
Choose a tag to compare

Enhancements

  • Added --po-wrapwidth and --md-wrapwidth arguments to md2po2md CLI

Bug fixes

  • Show better error message when input not specified through CLIs.
  • Fixed errors extracting and translating link and image titles with escaped characters.

v0.3.77

14 Nov 13:51
e0e3dea
Compare
Choose a tag to compare

Bug fixes

  • Given executable permissions for md2po2md, mdpo2html and po2md CLI entrypoint files.
  • Don't include trailing whitespaces in comment arguments of custom command events.

v0.3.76

12 Nov 10:53
959145d
Compare
Choose a tag to compare

Enhancements

  • Implement PEP 562 to avoid uneeded imports running CLIs
  • Don't import modules when implementations not need them

Bug fixes

  • Fixed bug handling wrapwidth arguments parsing errors

v0.3.75

11 Nov 01:30
7578f79
Compare
Choose a tag to compare
  • Big documentation refactor and bug fixes #184
  • Performance improvement for md2po #189
  • Update pymd4c dependency to v1.1.2.

v0.3.74

09 Nov 18:35
Compare
Choose a tag to compare

New features

  • Added mdpo2html pre-commit hook

v0.3.73

07 Nov 20:50
Compare
Choose a tag to compare

Enhancement

  • md2po accepts multiple files and globs.