Skip to content

1.4.5

Choose a tag to compare

@PixeroJan PixeroJan released this 07 Jun 09:06

Changelog

All notable changes to the ToWord plugin will be documented in this file.

[1.4.5] - 2026-06-07

Fixed

  • Removed the unsupported icon field from manifest.json to satisfy the Obsidian manifest schema.
  • Replaced unsafe DOCX XML byte encoding with native TextEncoder.
  • Switched DOCX ZIP generation to typed zipSync output 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.