Updated version history

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@267 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2015-07-31 07:42:22 +00:00
parent 44ec4270cb
commit 1089c408ea
2 changed files with 30 additions and 3 deletions

View file

@ -1,7 +1,34 @@
Version history for Writer2LaTeX Version history for Writer2LaTeX
================================ ================================
Version 1.4 beta (October 2014) Version 1.6 beta (August 2015)
- Writer2LaTex extension:
- New toolbar replacing the previous separate extension Writer4LaTeX
- New feature to insert bibliographic references in Writer directly from BibTeX files
- The log viewer dialog now features an option to display error messages only
- WMF and EMF images are now exported to PDF
- Writer2LaTeX core:
- Basic support for Hebrew (XeTeX backend only)
- Export bibliography using a thebibliography environment if use_bibtex is false
- Adapt to the new color scheme in StarMath introduced with LO 4.4/AOO 4.2
- New option old_math_colors to select the old StarMath color scheme
- New option font to select a predefined font scheme
- New option bibtex_encoding to select the encoding for external BibTeX files
- Writer2xhtml extension:
- New toolbar to directly export to XHTML or EPUB
- Writer2xhtml core:
- Support for EPUB 3
- New option include_ncx to include an NCX file even if the export format is EPUB 3
- Improved markup of footnotes, endnotes, table of contents, alphabetical index and bibliography
- Bibliographic references now link directly to the bibliography item
- Added support for background color in alphabetical index and bibliography
- New option max_width to set the maximum text width
- New option embed_img to embed binary images directly as base64
- Style maps now support before and after content (similarly to ::before and ::after in CSS)
- General:
- It is now possible to pass options to the filters using soffice --headless --convert-to
Version 1.4 (February 2015)
- All: - All:
- Optimized memory usage - Optimized memory usage
- Images that are used more than once in the document are now only exported once - Images that are used more than once in the document are now only exported once

View file

@ -26,7 +26,7 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6
is exported with hebrew language setting with a suitable default font (Frank Ruehl CLM/Nachlieli CLM/Miriam Mono CLM) is exported with hebrew language setting with a suitable default font (Frank Ruehl CLM/Nachlieli CLM/Miriam Mono CLM)
[w2x] In EPUB the title must be non-empty. To avoid creating an invalid EPUB, the file name is now used as title [w2x] In EPUB the title must be non-empty. To avoid creating an invalid EPUB, the file name is now used as title
if the title is empty. if the title is empty.
[w2l] Removed old experimental option use_oooref [w2l] Removed old experimental option use_oooref
@ -99,7 +99,7 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6
[w2l] Implementation detail: The dialog library W4LDialogs is now merged into W2LDialogs2. This avoids conflicts with [w2l] Implementation detail: The dialog library W4LDialogs is now merged into W2LDialogs2. This avoids conflicts with
the old Writer4LaTeX extension if this happens to be installed. the old Writer4LaTeX extension if this happens to be installed.
[all] Fixed typo in export dialogs: The text on the help button was in danish. [all] Fixed typo in export dialogs: The text on the help button was in Danish.
[w2x] New boolean option embed_img (default false). If set to true, the binary contents of img elements are included [w2x] New boolean option embed_img (default false). If set to true, the binary contents of img elements are included
directly on the src attribute as base64. directly on the src attribute as base64.