Releases: JSv4/Python-Redlines
Releases · JSv4/Python-Redlines
v0.0.5 - Add ARM Support
What's Changed
- Add ARM support by @ross-mcnairn-dev in #9
New Contributors
- @ross-mcnairn-dev made their first contribution in #9
Full Changelog: v0.0.4...v0.0.5
v0.0.4 - Release Binaries via PyPi Latest
What's Changed
- Fix binary extraction flow by @rishabh-sagar-20 in #7
- Improve Build and Dist Infrastructure by @JSv4 in #6
New Contributors
- @rishabh-sagar-20 made their first contribution in #7
Full Changelog: v0.0.3...v0.0.4
v0.0.3 - Update Docs and Add OSX Build
Updated docs and added OSX build.
v0.0.2 - Fix Docs
Fixed typos in docs
v0.0.1 - Initial Release
Initial release of our Python library to run docx redlines. As discussed extensively in the README, it currently is a simple wrapper of a C# class - WMLComparer
, which is distributed as part of Open-XML-PowerTools. We would like to build a pure Python version as well, but this is meant to provide basic redlining capabilities to the Python ecosystem ASAP. Contributions are welcome.