Skip to content

Releases: mondeja/mdpo

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.

v0.3.72

07 Nov 18:17
d58921d
Compare
Choose a tag to compare

Bugfix

  • Fix file comparison logic used in pre-commit hooks (regression from v0.3.71).

v0.3.71

07 Nov 17:14
b26aca0
Compare
Choose a tag to compare

Bug fixes

  • Dumped locations when extracting from multiple Markdown files with md2po being accumulated.
  • wrapwidth arguments can accept now floating point and negative numbers (the last would means no wrapping)
  • Indented code blocks empty lines being removed.
  • Malformatted image links regression from v0.3.68.

Enhancements

  • Performance improvements for pre-commit hooks.
  • Performance improvements parsing wrapwidth arguments.
  • Support for referenced image links.

Chore

  • Modernized codebase to fit Python 3.6 standards.
  • Added more tests.

v0.3.70

05 Nov 10:35
37fc12e
Compare
Choose a tag to compare

v0.3.69

06 Sep 09:44
ea0f36c
Compare
Choose a tag to compare
  • Fixed mdpo2html not handling link references.