Changelog
All notable changes to the ToWord plugin will be documented in this file.
[1.4.5] - 2026-06-07
Fixed
- Removed the unsupported
iconfield frommanifest.jsonto satisfy the Obsidian manifest schema. - Replaced unsafe DOCX XML byte encoding with native
TextEncoder. - Switched DOCX ZIP generation to typed
zipSyncoutput and normalized the ZIP bytes for Blob creation. - Avoided the deprecated settings tab
display()self-call by refreshing settings through an internal render helper.
Changed
- Centralized the export icon name in code and applied it to the ribbon button, command palette command, and file context menu item.