Releases: markjulmar/ConvertLearnToDoc
Releases · markjulmar/ConvertLearnToDoc
2024-11-20
- I changed the Learn > Word translation implementation to no longer depend on GitHub APIs or access to the underlying repository. Now, the tool reads the public HTML and converts it to Markdown and then to Microsoft Word.
- The authentication mechanism is now based on GitHub instead of Microsoft. Several people had trouble with Azure Entra accounts not allowing them access, and this should fix that problem.
What's Changed
- Add integration tests from Rob. by @markjulmar in #5
- Minor fixes to align to original content. by @markjulmar in #6
- Merge in changes for latest DocFX. by @markjulmar in #7
Full Changelog: 2.0...2024112
Version 2.0
Version 2.0
Removed pandoc legacy converter.
Streamlined code
Added markdown options.
Updated bootstrap
Version 1.0
Version 1.0
This version supports both a legacy (PanDoc) and new (DXPlus) approach to reading and writing Word documents. Future version will only support DXPlus as it provides a richer API surface.
What's Changed
- V2 temp by @markjulmar in #1
New Contributors
- @markjulmar made their first contribution in #1
Full Changelog: https://github.com/markjulmar/ConvertLearnToDoc/commits/1.0