Releases: daisy/word-save-as-daisy
Save As DAISY Addin - 2.9.0 beta
2.9 beta (November 2024)
This release introduce a major change in the addin with the latest update of the DAISY Pipeline 2 :
The conversion of the Word document into a dtbook XML is now handled by the new "word-to-dtbook" script, which is the portage of the addin conversion logic into the DAISY pipeline 2.
The addin still handles vectorial shapes extraction from the document (as support of those shapes by the script is still experimental), as well as Master and Sub documents merging.
For more information on what's new with the underlying DAISY Pipeline 2 update, please check the pipeline release notes
The release also includes a sponsorship notification with a link to the inclusive publishing donation page.
If you find this addin or other products of the DAISY Consortium useful, please consider donating to support !
This sponsorship notification can be deactivated using a new "Disable sponsorship notification" checkbox in the addin settings form.
Full Changelog: v2.8.6-beta...v2.9.0-beta
Save As DAISY Addin - 2.8.6 beta
2.8.6 beta (June 2024)
This release includes the following changes :
- Non-docx document opened in word are now accepted, as long as word can create a copy of them and upgrade it to docx format.
- Language detection has been reworked to better detect the different languages used in the document and fix paragraph and text language markup.
- Credits to @ways2read / Richard Orme for providing the code used in WordToEPUB
- The underlying DAISY Pipeline 2 has been updated :
- The form to export the document to mp3 has been updated to reflect the changes of parameters for the pipeline 2 script.
- Fixed cases where acronyms and abbreviations were breaking validity of the result.
- Fixed an issue where a title in table was converted as a list (for now converted as paragraph)
- Fixed an issue with pagenum generation where closing paragraph tags would be added in some cases without an opening tag.
Full Changelog: v2.8.5-beta...v2.8.6-beta
Save As DAISY Addin - 2.8.5 beta
2.8.5 beta (March 2024)
Latest changes included :
- Clarify an exception of docx package parser that can crash with some malformed hyperlinks
- Upgrade document working copy to docx automatically
- Set the default output folder to documents/SaveAsDAISY Results if not already set by users
Full Changelog: v2.8.4-beta...v2.8.5-beta
Save As DAISY Addin - 2.8.4 beta
2.8.4 beta (February 2024)
Latest changes included :
- For automatic pagination, inline pagenum elements in paragraph (fix #40)
- A new language selector is provided in conversion parameters (fix #39)
- Document languages are computed by checking the text languages instead of default style, that was not updated by Word language dialogs in tests.
- Fixed a language test for bdo element
Full Changelog: v2.8.3-beta...v2.8.4-beta
Save As DAISY Addin - 2.8.3 beta
2.8.3 beta (January 2024)
Minor update of the addin with following changes included :
- fixed #35
- Updated the embedded Daisy pipeline 2 to latest 1.14.17-p1
Save As DAISY Addin - 2.8.2 beta
2.8.2 beta (December 2023)
This minor update includes:
- An improved exception reporting when conversion errors occurs.
- A bug fix for #38
- Relationships file in word document can be malformed XML, with URLs containing unescaped XML entities
Save As DAISY Addin - 2.8.1 beta
2.8.1 beta (December 2023)
This major release marks a change in the underlying conversion process to dtbook XML and packaged format, as DAISY Pipeline 1 is completely replaced by DAISY Pipeline 2.
The following features that are either reported unused or that are available through standard Microsoft Word actions are removed from the addin :
- The "from multiple documents" exports actions are removed :
As it was not a batch conversion of documents but a conversion and merging feature of multiple word document into a single Dtbook XML or DAISY book, testers reported the feature as unused in its current state.
For users needing a similar action, it is recommended to either use a master document referencing the documents to merge, or manually
construct a new Word document from the documents to merge. - The "Add footnotes" button is removed from the ribbon :
It is recommended to use Microsoft Word notes management in the "References" ribbon's tab. - It is no longer required to select an empty folder as export destination :
For a given export to a selected format, a new folder taking the name of the converted file name followed by the selected format and a timestamp suffix will be created inside the selected destination folder and will contain the result of the conversion.
Some new features are starting to be integrated in the addin and are still experimental:
- With the updated DAISY Pipeline 2 provided, users can now test the export to Megavoice fileset of MP3 files (Issues #30
- The EPUB3 export from DAISY Pipeline 2 is also exposed as experimental export.
In the current state of the EPUB3 export of DAISY Pipeline 2, it is still recommanded to use the WordToEpub plugin of DAISY to produce accessible EPUB from word document.
Various fixes and changes are included in the release :
- Fixed #25
by caching dtbook and mathml dtds and entities in the assembly, - New conversion form "advanced settings" panel to better display settings
for each export format based on DAISY pipeline 2 settings - Fixed conversion progress dialog text area behavior
- Fixed inline shapes export that could raise a clipboard issue
- Fixed a bug in acronyms and abbreviations conversions
- New update checking mecanism in the "About" dialog that
looks at the daisy github repository of the addin. - Issue #26 is fixed by
the removal of pipeline 1 that is vulnerable to attacks through its version of log4j - Issue #35 should be fixed.