From b5641b33c8ed03e08aa96a29614a61ba10cc18fd Mon Sep 17 00:00:00 2001 From: Local Dev Date: Tue, 22 Sep 2026 19:24:19 +0200 Subject: [PATCH] chore(docx-editor): 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since 0.1.1: Save as… with a real file dialog, PDF export through Chromium's print pipeline, several documents open at once as tabs with their own close buttons and menus, a page that scales to fill the window, and Ubuntu and Fraunces bundled so the ribbon can offer fonts Windows does not have. The description gains the parts a user would look for before installing. --- bundled-addons/docx-editor/addon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundled-addons/docx-editor/addon.json b/bundled-addons/docx-editor/addon.json index e094d61..ca7a617 100644 --- a/bundled-addons/docx-editor/addon.json +++ b/bundled-addons/docx-editor/addon.json @@ -1,8 +1,8 @@ { "id": "docx-editor", "name": "Word editor", - "version": "0.1.1", - "description": "Open, edit and save Word documents (.docx) in a full Theseus tab, or export them as PDF. Ribbon-style formatting, tables, lists, images and links; headers, footers, footnotes, page setup and the document's own styles are carried through a save untouched.", + "version": "0.2.0", + "description": "Open, edit and save Word documents (.docx) in a full Theseus tab, or export them as PDF. Several documents at once as tabs, ribbon-style formatting, tables, lists, images and links, and a page that scales to the window. Headers, footers, footnotes, page setup and the document's own styles are carried through a save untouched.", "author": "Silent Mode", "icon": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M6%202h8l6%206v12a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2z%22%20fill%3D%22%232563eb%22%2F%3E%3Cpath%20d%3D%22M14%202v6h6z%22%20fill%3D%22%231e40af%22%2F%3E%3Ctext%20x%3D%2212%22%20y%3D%2217%22%20text-anchor%3D%22middle%22%20font-family%3D%22system-ui%2C-apple-system%2Csans-serif%22%20font-size%3D%225.5%22%20font-weight%3D%22800%22%20fill%3D%22%23fff%22%3EDOC%3C%2Ftext%3E%3C%2Fsvg%3E", "main": "index.js",