w2phtml/source/distro/changelog.txt
henrikjust 049bf052bc Replace w4l menu with toolbar + ensure compatibility of toolbars with AOO4
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@186 f0f2a975-2e09-46c8-9428-3b39399b9f3c
2014-10-23 12:47:27 +00:00

13 lines
No EOL
859 B
Text

Changelog for Writer2LaTeX version 1.4 -> 1.6
---------- version 1.5.1 ----------
[w4l] Replaced menu with a toolbar with four buttons: Insert BibTeX citation (not yet implemented), publish to LaTeX,
view log files and edit custom format. (Publishing without showing the dialog is currently removed.)
[w2x] Added toolbar with four buttons: Publish directly to XHTML, publish directly to EPUB, edit EPUB metadata
and edit custom configuration. Publishing directly implies that the export dialog is not displayed. Instead
the document will be exported to the same directory as the currently open document and with the same name.
This feature bypasses the filter logic, which gives a significant performance gain for large documents.
[all] Filter: Refactored filter code, the actual conversion has been separated from the XExportFilter implementation