]> git.lyx.org Git - lyx.git/blob - ANNOUNCE
Remove python warning
[lyx.git] / ANNOUNCE
1 Public release of LyX version 2.3.8
2 ===================================
3
4 We are proud to announce the release of LyX 2.3.8. This is the eighth
5 and final maintenance release in the 2.3.x series. LyX 2.4.0 will be released
6 very shortly, so many users may wish to wait for that rather than upgrading
7 to 2.3.8. Some users, however, may want or need to continue using the 2.3.x
8 series. We encourage those users to upgrade to this version.
9
10 You can download LyX 2.3.8 from https://www.lyx.org/Download/.
11
12 LyX is a document processor that encourages an approach to writing based 
13 on the structure of your documents and not simply their appearance. It is
14 released under a Free and Open Source Software license.
15
16 LyX 2.3.8 is the result of on-going efforts to make our stable version
17 more reliable and more stable. Several bugs and crashes have been fixed here,
18 but the main addition is the ability to import and export files in the new
19 2.4.x format.
20
21 If you think you have found a bug in LyX 2.3.8, please open a bug report at
22 https://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it
23 really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel 
24 <at> lists.lyx.org) and ask. 
25
26 If you have trouble using LyX or have a question, consult the documentation 
27 that comes with LyX (under the Help or Apple menu) and the LyX wiki, which 
28 is at https://wiki.lyx.org/. If you can't find the answer there, e-mail the 
29 LyX users' list (lyx-users <at> lists.lyx.org), where you will find an 
30 active community of people who are ready to help.
31
32 We hope you enjoy using LyX 2.3.8.
33
34 The LyX team.
35 https://www.lyx.org
36
37
38 What's new
39 ==========
40
41 ** Updates:
42 ***********
43
44 * DOCUMENT INPUT/OUTPUT
45
46 - Fix nested underwave (\uwave) (bug 12922).
47
48 - Update lilypond converter settings (bug 12618).
49
50
51 * USER INTERFACE
52
53 - Add a few missing autocorrect combinations and allow cycling through arrows
54   (bug 12711).
55
56 - Reflect in the on-screen representation of math insets the fact that some
57   insets, such as \text, \mbox, \fbox and \makebox, inherit the text font
58   of the containing inset (bug 12950).
59
60
61 * LYX2LYX
62
63 - Allow for import and export to the 2.4.x format.
64
65
66 * BUILD/INSTALLATION
67
68 - Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
69
70
71 ** Bug fixes:
72 *************
73
74 * DOCUMENT INPUT/OUTPUT
75
76 - Fix leaking of linespace settings between paragraphs if they have
77   different alignment (bug 12638).
78
79 - Do not load mathrsfs if unicode-math is required (bug 12734).
80
81
82 * USER INTERFACE
83
84 - Avoid crashing on a recursive macro definition (bug 12633).
85
86 - Fix several problems where insets did not react on click on
87   the Mac (bugs 12279, 12418, 12820).
88
89 - Fix issue with on-screen instant preview and the mathpazo package.
90
91 - Hide multi-keystroke accelerators in Mac menu (bug 12693).
92
93
94 * INTERNALS
95
96 - Fix wrong computation of what is an obviously fake PID number.
97
98 - remove a pair of static methods that were unused and hid another
99   one.
100
101 - Fix crash when missing python3 on MacOS (bug 12523).
102
103
104 * LYX2LYX
105
106 - Fixed a bug in reversion to 1.6.
107
108
109 * TEX2LYX
110
111 - Fix import of umlauts and ß in math (bug 12739).
112
113
114 * BUILD/INSTALLATION
115
116 - Update included boost library to version 1.75.0.
117
118 - Fix warning when configuring with Qt 5.15.1x.
119
120 - Do not halt compilation because of a too new autoconf or automake version.