lyx_mirror/ANNOUNCE
Richard Kimberly Heck 4453ae8e97 Begin preps for 2.4.2
2024-08-21 11:26:30 -04:00

182 lines
5.4 KiB
Plaintext

Public release of LyX version 2.4.2
===================================
We are proud to announce the release LyX 2.4.2, the second maintenance
release in the 2.4.x series.
There has been a change (as of 2.4.0) in how the option to use vertical
space between paragraphs is handled. Previously, LyX simply modified
\parskip and \parindent, but this caused various problems (see bug
#4796). Now, we use the parskip package. As a result, however, and
to ensure there are no changes to old documents, when LyX files from
2.3.x and earlier are converted to the new format, if they were set to
use vertical space between paragraphs, the lyx2lyx conversion routine
adds
% Added by lyx2lyx
\setlength{\parskip}{\smallskipamount}
\setlength{\parindent}{0pt}
to the preamble and, within LyX itself, resets the text layout to use
indentation (so we do not issue the new code for vertical spacing). The
net effect is that PDFs generated with LaTeX (etc) look right, but in
LyX itself indentation is used.
This will happen with any document created with 2.3.x or older. It can
also happen with documents created from templates created with 2.3.x
or older, and even with new documents, if you had previously set them to
use, by default, vertical space. Templates are just LyX files saved in
the templates/ folder, and the 'defaults' are simply saved in a
template file, defaults.lyx. Hence, if you want the new behavior, or
just want the LyX document to look `right', then you will need to make
two changes to the document or template: Remove what lyx2lyx added, and
then set Paragraph Separation to Vertical Space.
You can download LyX 2.4.2 from https://www.lyx.org/Download.
If you have trouble using LyX or have a question, consult the
documentation that comes with LyX (under Help) and the LyX wiki, which you
will find at https://wiki.lyx.org/. You can also send email to the LyX users'
list (lyx-users at lists.lyx.org). Bugs can be reported on our bug tracker
(https://www.lyx.org/trac/) or by writing the developers' list (lyx-devel at
lists.lyx.org).
The LyX team.
https://www.lyx.org
This file describes what has been done in the preparation of LyX 2.4.1.
All comments are welcome.
What's new
==========
** Updates:
***********
* USER INTERFACE
- Add plain single quote to menu (bug 13025).
- In context menus, more items are now shown on top level.
- Show full inset context-menu when clicking on text part of collapsible
(bug 10370).
- Allow relative statistics values in statusbar, improve update times for
some UI and buffer operations.
- The performance of LyX with large insets on slower computers has
been improved a lot (bug 12297).
- Fix crash with variable column width tables.
- Add bindings for 'paste, join lines'.
- middle-button pasting (in Linux) now preserves middle-button pasting
(as does Edit > Paste since 2.4.0).
* DOCUMENTATION AND LOCALIZATION
- Clarify quote-insert LFUN.
- Updates to Chinese (simplified), Czech, French, German, Hebrew,
Brazilian Portuguese, Slovokian, and Ukranian translations.
* BUILD/INSTALLATION
- Fix cmake build with qt6 (macos), which did not include
"plugins".
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
-Do not check for diverging input encoding if the files use XeTeX/LuaTeX
- The g-brief and g-brief2 letter classes load babel internally. LyX now
is aware of that.
- Fix some cases where beamer breaks with the new cprotect mechanism.
- Fix case where new cprotect mechanism breaks with caption.
- Update acknowledgments handling in aastex63 layout
(cf. https://journals.aas.org/aastexguide/#acknowledgments)
- Make textstyle-update LFUN work properly inside equations.
- Make buffer-reset-export LFUN work properly.
- Remove redundant code from preamble of double column Hebrew
documents (bug 12919)
* USER INTERFACE
- Fix crash when deleting rows or columns from table.
- Avoid crash when InsetBibitem::updateCommand shows a dialog.
- Set cursor font after pasting to PassThru (e.g., ERT) inset (bug 12592).
- Do not ask about unapplied changes if dialog has been closed.
- Fix wrong position of conversion windows of the input method (bugs 11723,
13054).
- Speed up mouse movement when there is no selection (part of bug
13050).
- Fix incorrect scrolling when using outline to jump to a paragraph
(bug 10425).
- Fix preview inset with XeTeX, and with RTL languages in general.
- Respect change tracking in dash conversion mechanism (bug 13062).
- The outliner option "Only output items" now works properly (bug 12981).
- Show values of cross-references in tooltips (bug 8856).
- Toolbars are now locked by default for new profiles (bug 11796).
- Allow "longest label" to be empty (bug 11934).
- Put new citation after selected item rather than at end of list
(bug 12940).
- Fix overflow of appendix red frame in document-bottom grey area.
* INTERNALS
- Fix case where insets do not have proper information about current buffer
(bug 12682).
- Handle deprecated Qt enum value.
- Fix initialization of an internal value.
- Fix "Unassigned buffer_" error with math references (bug 12947).
- Re-allow the use of quoted argument to PackageOptions layout tag.
- Fix crash when passing unknown value to textstyle-update
* ADVANCED FIND AND REPLACE
- Handle neg-spaces like normal space if searching without format.
- No paragraph indentation in search and replace windows (bug 11555).
* BUILD/INSTALLATION
- Cmake build: Handle deprecated cmake versions.