v0.5.0
Major Updates
Release version 0.5.0: Major improvements and bug fixes
This release focuses on significant updates and resolves multiple critical issues related to markdown and image translations.
Fix markdown translation issues
-
Addressed problems where code blocks and inline code were split across chunks during translation, leading to incomplete translations and broken markdown structures. Code blocks and inline code are now replaced with placeholders (e.g.,
@@CODE_BLOCK_x@@
,@@INLINE_CODE_x@@
) before translation and restored afterward to ensure no splitting occurs. -
Translation logic was improved to process markdown files and their chunks sequentially, ensuring each chunk is fully translated before moving on to the next. This resolves issues related to missing or skipped chunks during the translation process.
Improve generative AI disclaimer
Updated the disclaimer message to reflect more clearly that the translation is AI-generated, giving users context on the limitations of the translation.
What's Changed
- Add Devcontainer by @leestott in #9
- Update Issues template by @leestott in #10
- Add Supported Languages Table to README by @skytin1004 in #12
- Update README.md and Add CONTRIBUTING.md by @skytin1004 in #13
- Add .gitattributes file with Jupyter Notebooks configuration by @skytin1004 in #14
- Improve disclaimer to indicate translation by generative AI and resolve issues with skipped chunks and incomplete document translations by processing markdown files sequentially. by @skytin1004 in #17
- Update README.md and CONTRIBUTING.md with Quick Install instructions and reorganize sections by @skytin1004 in #20
- Fix issue with markdown translation where code blocks were split across chunks by @skytin1004 in #21
- Release version 0.5.0: Major improvements and bug fixes by @skytin1004 in #22
Important
All translation issues previously encountered in the Phi-3 CookBook, such as skipped chunks and incomplete translations, have been resolved in this version.
Full Changelog: v0.2.1...v0.5.0