Skip to content

Releases: mondeja/mdpo

v0.3.62

15 Jul 21:24
Compare
Choose a tag to compare
  • Fix error with md2po --save option doing nothing when the specified PO file doesn't exists before run.

v0.3.61

14 Jul 13:29
Compare
Choose a tag to compare
  • Fixed wrapping problems with po2md (thanks for report @dingyifei in #153).

v0.3.60

14 Jul 09:47
Compare
Choose a tag to compare
  • Fixed error wrapping lines with po2md (thanks for report @dingyifei in #153).
  • Added command mdpo event to po2md.

v0.3.59

10 Jul 18:37
Compare
Choose a tag to compare
  • Added mdpo events text, msgid, enter_block, leave_block, enter_span and leave_span to po2md.
  • Added debug option --debug/-D to po2md CLI.

v0.3.58

10 Jul 17:54
Compare
Choose a tag to compare
  • Added debug/--debug/-D option to md2po for events targets displaying in extraction process.

v0.3.57

10 Jul 16:40
Compare
Choose a tag to compare
  • Fixed relative paths input error in po2md and mdpo2html CLIs (thanks for report @dingyifei)

v0.3.56

09 Jul 15:09
a0a2da7
Compare
Choose a tag to compare
  • Fixed error with CLI files passed to md2po (thanks for report @dingyifei in #150).
  • Added CLI argument name variant --nolocation.

v0.3.55

08 Jul 18:44
Compare
Choose a tag to compare
  • Passing --save without --po-filepath now raises an error before execution using md2po.
  • Allow more variants for CLI argument names: --pofilepath, --mofilepath, --ext, --po-files and --merge-po-files.
  • Removed unused function mdpo.text::striplastline from source code.

v0.3.54

08 Jul 13:37
57a2790
Compare
Choose a tag to compare
  • Fixed long links being wrapped into multiple lines with po2md (thanks for report @EuAndreh)

v0.3.53

06 Jun 18:36
Compare
Choose a tag to compare
  • Fix CLI help formatting.