Releases: mondeja/mdpo
Releases · mondeja/mdpo
v0.3.82
Enhancements
- Add command aliases
disable-next-block
andenable-next-block
fordisable-next-line
andenable-next-line
.
v0.3.81
Bug fixes
- Fixed bug removing obsolete messages from PO files
v0.3.80
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
Bug fixes
- Fixed format rendering headers inside list items.
- Fixed bug rendering tables that include
|
characters in cells.
v0.3.78
Enhancements
- Added
--po-wrapwidth
and--md-wrapwidth
arguments tomd2po2md
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
Bug fixes
- Given executable permissions for
md2po2md
,mdpo2html
andpo2md
CLI entrypoint files. - Don't include trailing whitespaces in
comment
arguments of customcommand
events.
v0.3.76
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
v0.3.74
New features
- Added
mdpo2html
pre-commit hook
v0.3.73
Enhancement
md2po
accepts multiple files and globs.