Releases: leop017/DocConvert
Releases · leop017/DocConvert
Release list
DocConvert v2.0.3
— 2026-09-01
Added
- Chinese README (README_zh.md) — full translation of README.md with links from both sides.
Changed
- Python API examples updated to use
ConversionController(DEFAULT_CONFIG)andoutput_dirparameter, matching the API Reference.
Full Changelog: v2.0.3...HEAD
DocConvert v2.0.2
— 2026-09-01
CI / Build
- Fixed Windows CI: textract no longer installed on Windows runners;
TestDocConverterJsonFormatproperly skipped viaimport checkguard.
Full Changelog: v2.0.2...HEAD
DocConvert v2.0.1
What's Changed
Changed
- PyPI package renamed from
docconverttodocconvert-localto resolve a name conflict on PyPI. Update your install command:pip install docconvert-local
- CLI help text and error messages translated to English for broader accessibility.
pyproject.tomldescription aligned with README narrative.
Added
- Automated PyPI publishing: the release workflow now builds and publishes the package to PyPI in one step.
docconvertCLI entry point registered inpyproject.toml.
Documentation
- README completely rewritten with RAG/LLM pipeline narrative and comparison to MarkItDown.
- Repository metadata and badges updated.
CI / Build
- Added mypy type-checking to CI; fixed all type errors.
- Stabilized GUI test suite across Windows, macOS, and Linux runners.
- Fixed release workflow YAML syntax and Python inline-script indentation issues.
- Resolved textract optional-dependency install failures on Linux/macOS.
Fixed
- Repository URLs updated from old
codexname toDocConvert. - Badge links fixed (PyPI version badge now points to correct package).
Full Changelog: v2.0.0...v2.0.1
DocConvert v2.0.0
Full Changelog: https://github.com/leop017/codex/commits/v2.0.0