OCR + Translate 版本历史 - 10 个版本
OCR + Translate 作者: Crivella
OCR + Translate 版本历史 - 10 个版本
- 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。 
- 最新版本- 版本 0.3.4发布于 2025年9月20日 - 164.63 KB适用于 firefox 58.0 及更高版本0.3.4- Should preserve listeners on wrapped images by moving them instead of cloning them
- Can wrap a single image opened in the browser (either from file system or with open image in new tab) without collapsing it to a single dot
- Fixed a regression were changing advanced properties was not being actually done
- Improved the MutationObserver to better track more possible ways for images to get added/changed into a page
 - 源代码遵循 仅 GNU 通用公共许可证 v3.0 发布 
- 较早版本- 版本 0.3.3发布于 2025年6月30日 - 164.17 KB适用于 firefox 58.0 及更高版本Changes- Switching from DOMNodeInsertedandDOMNodeRemovedevents to aMutationObserverto handle changes in the DOM
 This catches changes in the DOM more reliably (in particular replaceChild calls)
 - 源代码遵循 仅 GNU 通用公共许可证 v3.0 发布 
- Switching from 
- 版本 0.3.2发布于 2025年6月2日 - 164.14 KB适用于 firefox 58.0 及更高版本Changes- Added one line of CSS to enforce the text-indentfor the text boxes (fixes https://github.com/Crivella/ocr_translate/issues/51 see issue for more details)
 - 源代码遵循 仅 GNU 通用公共许可证 v3.0 发布 
- Added one line of CSS to enforce the 
- 版本 0.3.1发布于 2025年3月22日 - 164.12 KB适用于 firefox 58.0 及更高版本0.3.1- Added controllable logging instead of just printing everything to console all the time
- Added render option to adjust line-width of textboxes contours
 - 源代码遵循 仅 GNU 通用公共许可证 v3.0 发布 
- 版本 0.3.0发布于 2024年8月19日 - 159.42 KB适用于 firefox 58.0 及更高版本# Changes (v0.3.0)
 - Added collapsible field with form to mange installed plugins (for server >= v0.6.0)
 - Added warning message for old server version (extension will still be compatible)
 - Improved UX
 - Show error from server on failed translation and properly unwraps image once script is disabled
 - Show error returned when a form submission fails
 - Downgraded Axios version due to vulnerability found in newer versions (should not really be of concern for this but just to be safe)- 源代码遵循 仅 GNU 通用公共许可证 v3.0 发布 
- 版本 0.2.3发布于 2023年12月18日 - 157.44 KB适用于 firefox 48.0 及更高版本Fix for backward compatibility: extension was not displaying language names when running with server versions < 0.5.0- 源代码遵循 仅 GNU 通用公共许可证 v3.0 发布 
- 版本 0.2.1发布于 2023年12月17日 - 158.11 KB适用于 firefox 48.0 及更高版本# Changelog
 ## New features
 - Implemented manual translation (tools and endpoints)
 - Added possibility to switch between translated and ocr text and also to control the text direction
 - Added collapasable fields to the popup
 - Field to control text rendering
 - Field to control Options to be sent to the backend when request translations
 ## General improvements
 - Improved UI
 - Language names are displayed in human readable format
 - Added dark theme
 - Added theme toggle switch
 - Changes to options are now persistent- 源代码遵循 仅 GNU 通用公共许可证 v3.0 发布 
- 版本 0.1.1发布于 2023年7月24日 - 154.17 KB适用于 firefox 48.0 及更高版本Fixed a bug in the ENDPOINT usage between the background and popup scripts- 源代码遵循 仅 GNU 通用公共许可证 v3.0 发布 
