lyx_mirror/ANNOUNCE

216 lines
6.4 KiB
Plaintext
Raw Normal View History

2019-07-07 17:34:28 +00:00
Public release of LyX version 2.3.4
2018-04-23 19:08:59 +00:00
===================================
2020-01-12 18:58:18 +00:00
We are proud to announce the release of LyX 2.3.4. This is the fourth
2018-04-23 19:08:59 +00:00
maintenance release in the 2.3.x series.
2019-07-07 17:34:28 +00:00
You can download LyX 2.3.4 from http://www.lyx.org/Download/.
2018-04-23 19:08:59 +00:00
LyX is a document processor that encourages an approach to writing based
on the structure of your documents and not simply their appearance. It is
released under a Free and Open Source Software license.
2019-07-07 17:34:28 +00:00
LyX 2.3.4 is the result of on-going efforts to make our stable version more
reliable and more stable. One important change is that we have finally fixed
a large number of bugs related to bibitems (see bug #7548). We have also (we
hope) fixed a long-standing bug involving the saving of files on Windows to
Dropbox folders.
2019-06-10 19:09:41 +00:00
2019-07-07 17:34:28 +00:00
If you think you have found a bug in LyX 2.3.4, please open a bug report at
2018-04-23 19:08:59 +00:00
http://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it
really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel
<at> lists.lyx.org) and ask.
2018-04-23 19:08:59 +00:00
If you have trouble using LyX or have a question, consult the documentation
that comes with LyX (under the Help or Apple menu) and the LyX wiki, which
is at http://wiki.lyx.org/. If you can't find the answer there, e-mail the
LyX users' list (lyx-users <at> lists.lyx.org), where you will find an
active community of people who are ready to help.
2019-07-07 17:34:28 +00:00
We hope you enjoy using LyX 2.3.4.
The LyX team.
2018-04-23 19:08:59 +00:00
http://www.lyx.org
2018-08-27 18:06:46 +00:00
What's new
==========
** Updates:
***********
2019-06-10 19:09:41 +00:00
* USER INTERFACE
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- The "Rows & Columns" optional submenu has been added to the math context menu.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Avoid using text mode for unicode symbols representable in math mode (bug 9616).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Do not issue error dialog when no tag is found in git repository for
tree-revision info inset.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix display with Wayland (bug 11692).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Improve editing performance when there are Include insets that point to
non-existing files. (bug 11656).
2018-08-27 18:06:46 +00:00
2019-06-10 19:09:41 +00:00
* DOCUMENTATION AND LOCALIZATION
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- New section about references in the example file colored-boxes.lyx.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- The Dutch user interface localization has been revived, and the Dutch docs
revised.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- The Russian Tutorial has been updated.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Updated localizations include Arabic, Bulgarian, Czech, Dutch, German, Hebrew,
Italian, Brazilian Portuguese, Slovak, Swedish, and Ukrainian.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fixed index processor in some manuals (bug 11708).
2018-08-27 18:06:46 +00:00
2019-06-10 19:09:41 +00:00
** Bug fixes:
*************
2018-08-27 18:06:46 +00:00
2019-06-10 19:09:41 +00:00
* DOCUMENT INPUT/OUTPUT
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Prevent crash due to unencodable path (bug 11688).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix crash with polyglossia when the "Auto End" language preference setting
is off and titles are used.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- (Re-)fix problems with activated equal sign and graphic options in Turkish
and Latin documents (bug 2005).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Correctly set language after intitle paragraphs (bug 11514).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix toprule with booktabs/longtable and captions (bug 11589).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Avoid adding spaces when parsing an array in a macro template (bug 10499).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Avoid superfluous braces in the optional argument of a macro (bug 11552).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Do not replace a latex command with the corresponding symbol in the
unicodesymbols file, unless it can be encoded in the document encoding
(bug 11586).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix problems with paths that contain the tilde (~) character.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix nomenclature processing with LuaTeX (bug 11571).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix problem on Windows with saving files in Dropbox folders (bug 10091).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Find local bib files when they exist in the same directory as the LyX
file (bug 11588).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix table column order with RTL documents and LuaTeX (part of bug 9686).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix paragraph alignment with RTL documents and LuaTeX (part of bug 11399).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix direction of brackets with RTL documents and LuaTeX (part of bug 11187).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix direction of roman numbers with RTL documents and LuaTeX.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix direction of numbered citations outside XeTeX/bidi (bug 3005).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix direction of references with XeTeX/bidi (bug 11626).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix interplay of the memoir class and custom page size/geometry (bug 10970).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix compilation of Hebrew Article with XeTeX and LuaTeX (bug 10525).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix greyedout note with RTL documents (bug 8647).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix colored and shaded boxes with RTL documents (bug 8642).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix loading order problem with rotfloat/rotating and graphicx (bug 11502).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix LaTeX error with Canadian French as second language. LyX now uses
the (recommended) babel option "acadian" rather than "canadien".
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Do not create unnecessary directories when exporting from the command
line (bug 11636).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix problem with included objects with Linkback service on Mac (bug 6961).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix termination of commands after math insets (bug 11667).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix \binom command clash in beamer.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
* USER INTERFACE
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix configure process with Python 3 (bug 11642).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix some numbering issues with bibitems (bug 2743, 8499).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Deal properly with orphaned bibitems (bug 7160).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix endless loop when a macro definition references itself (bug 11595).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Use the selection as the argument of a macro also when the macro has only
optional arguments (bug 10498).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Correctly close a language opened in a branch inset (bug 9633).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix additional problem with display of inline equations in outliner
(bug 11423).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Preserve "all authors" state when switching citation style via context
menu (bug 11439).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix right and left layout alignment (in workarea) with RTL (bug 11606).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Show filenames for verbatim includes in outliner (bug 11612).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Enable change tracking if paragraph break change (bug 11629).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix crash when deleting column in math grid (bug 11623).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Hide "LaTeX (Clipboard)" entry from import menu (bug 11657).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Enable dissolve in undefined Flex inset context menu (bug 8650).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Enable dissolve in context menu of element in table cells.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix bad caret position when row scrolls horizontally (bug 11603).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix crash when inserting some insets in math split insets (bug 11686).
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Properly remember cursor position when many files have been opened
(bug 10310).
2018-08-27 18:06:46 +00:00
2019-06-10 19:09:41 +00:00
* INTERNALS
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix TeX file listing with the Nix package manager.
2018-08-27 18:06:46 +00:00
2020-01-12 18:58:18 +00:00
- Fix Python detection routines, and so instant preview on some platforms
(bug 11282).
2019-06-10 19:09:41 +00:00
* DOCUMENTATION AND LOCALIZATION
2020-01-12 18:58:18 +00:00
- Fix string direction in Hebrew localization (bug 11607).
2019-06-10 19:09:41 +00:00
* LYX2LYX
2020-01-12 18:58:18 +00:00
- Fix typo in the code that converts from file formats older than lyx 2.1
(thanks to Salvatore Falco).
2019-06-10 19:09:41 +00:00
2020-01-12 18:58:18 +00:00
* TEX2LYX
2019-06-10 19:09:41 +00:00
2020-01-12 18:58:18 +00:00
- Significantly improve support for modules (bug 11259, 8229).
2019-06-10 19:09:41 +00:00
2020-01-12 18:58:18 +00:00
- Prevent multiplication of preamble code on (re-)import (bug 8229).
2019-06-10 19:09:41 +00:00
2020-01-12 18:58:18 +00:00
- Fix import of custom float definitions.
2018-08-27 18:06:46 +00:00
* BUILD/INSTALLATION
2020-01-12 18:58:18 +00:00
- avoid annoying warnings with g++ 9.
2018-08-27 18:06:46 +00:00