]> git.lyx.org Git - lyx.git/blob - ANNOUNCE
Wininstaller, fix bug where previous installations, with emergency version greater...
[lyx.git] / ANNOUNCE
1 Public release of LyX version 2.3.5
2 ===================================
3
4 We are proud to announce the release of LyX 2.3.5. This is the fifth
5 maintenance release in the 2.3.x series. We encourage all users to
6 upgrade to this version.
7
8 You can download LyX 2.3.5 from http://www.lyx.org/Download/.
9
10 LyX is a document processor that encourages an approach to writing based 
11 on the structure of your documents and not simply their appearance. It is
12 released under a Free and Open Source Software license.
13
14 LyX 2.3.5 is the result of on-going efforts to make our stable version more 
15 reliable and more stable. Most of the changes are incremental, but quite a 
16 few important bugs have now been fixed.
17
18 One important change is that Inkscape 1.0 is now supported: It will be detected
19 and configured automatically. Users of previous versions have recently reported
20 configuration failures when Inkscape 1.0 is installed, leading to an incomplete
21 (and all but unusable) installation of LyX. This should also be fixed.
22
23 If you think you have found a bug in LyX 2.3.5, please open a bug report at
24 http://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it
25 really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel 
26 <at> lists.lyx.org) and ask. 
27
28 If you have trouble using LyX or have a question, consult the documentation 
29 that comes with LyX (under the Help or Apple menu) and the LyX wiki, which 
30 is at http://wiki.lyx.org/. If you can't find the answer there, e-mail the 
31 LyX users' list (lyx-users <at> lists.lyx.org), where you will find an 
32 active community of people who are ready to help.
33
34 We hope you enjoy using LyX 2.3.5.
35
36 The LyX team.
37 http://www.lyx.org
38
39
40 What's new
41 ==========
42
43 ** Updates:
44 ***********
45
46 * DOCUMENT INPUT/OUTPUT
47
48 - Add layout file for revtex 4.2.
49
50
51 * USER INTERFACE
52
53 - Keep citation style when all selected citations are deleted (bug 11748).
54
55 - Add shortcut for Insert > Separated <Environment> Above.
56
57
58 * DOCUMENTATION AND LOCALIZATION
59
60 - Updated Brazilian Portuguese, Dutsch, German, Interlingua, Italian, Russian
61   and Slovak user interface localization.
62
63
64 * BUILD/INSTALLATION
65
66 - Provide the option to code sign the LyX application on Mac.
67
68
69
70 ** Bug fixes:
71 *************
72
73 * DOCUMENT INPUT/OUTPUT
74
75 - Fix crash with non-encodable glyph in nomcenlature inset (bug 11584).
76
77 - Fix crash with non-encodable glyph in class options (bug 11865).
78
79 - Support for Inkscape 1.0 (new command line syntax) (bug 11742).
80
81 - Fix problems with non-ASCII characters in file path with recent LaTeX
82   (bug 11146).
83
84 - Fix problems with recent LaTeX when \input@path contains tilde and space
85   (bug 11699).
86
87 - Fix output with class-provided geometry package (bug 11724).
88
89 - Fix erroneous space in output caused by changebar module (bug 11473).
90
91 - Correctly strike out deleted text after deleted display math (bug 11716).
92
93 - Fix loading of amsmath in beamer article classes (bug 11768).
94
95 - Prevent polyglossia options from being output to PDF TOC (bug 11813).
96
97 - Use real typographic quotation marks in PDF TOC (with pdflatex).
98
99 - Fix problems with apostrophe in path on Windows (bug 9368).
100
101 - Don't open a new instance just because no files are given (bug 11635).
102
103 - Fix tablefootnote loading order (bug 11841).
104
105 - Fix reloading of changed include inset (bug 11842).
106
107 - Don't output \maketitle twice with branches (bug 11787).
108
109 - Output \PassOptionsToPackage before any package is loaded (bug 11862).
110
111
112 * USER INTERFACE
113
114 - Avoid crash in some cases where a dialog is shown during operation
115   (bug 11763).
116
117 - Fix crash with nested insets when spaces are removed automatically (bug 11777).
118
119 - Fix a crash reported on lyx users.
120   There was an uninitialized buffer member of MathData in LFUN dispatch.
121
122 - Fix backspace deletion of selected items with change tracking (bug 11630).
123
124 - Fix display glitch where the change tracking cue blinks with the cursor
125   (bug 11684).
126
127 - Consider shorthand in biblatex cite display (bug 11696).
128
129 - Properly resize columns of child document table widget.
130
131 - Fix problem with validation of InsetLayout.
132
133 - Fix over-hasty resetting of dialog in Child Documents settings (bug 11564).
134
135 - Fix problems when pasting ZERO WIDTH NON-JOINER (bug 11790).
136
137 - Remove newlines from LFUNs entered in the shortcut dialog.
138
139 - Add copy, paste, etc, to math context menu (but 11799).
140
141 - Avoid bleeding of inset background outside of inset (bug 11786).
142
143 - Disallow adding columns with gathered environment as this is not
144   supported (bug 11812).
145
146 - Preserve paragraph spacing when breaking a paragraph at the start
147   (bug 11817).
148
149 - Improve reporting of undefined control sequences in preamble (bug 11844).
150
151 - Fix direction of some parts of text in bidi texts (bug 11691).
152
153 - Do not insert \textquoteright with Hunspell (bug 11832).
154
155 - Fix disappearing selection with clipboard managers on X11 (bug 11715).
156
157 - Correct hierarchy level of Bib(la)tex inset in outliner if "Show in Toc"
158   is selected (bug 11863).
159
160 - Don't close a document if the "close or hide" dialog is canceled (bug
161   11456).
162   
163 - Disable PDF bookmarksopen level widget if booksmarksopen is false
164   (bug 11289).
165
166 - Fix encoding issues with python 3 when generating preview snippets.
167
168
169 * TEX2LYX
170
171 - Fix import of nested polyglossia language environments (bug 11878).
172
173
174 * LYXHTML
175
176 - Don't output LaTeX preamble snippets with HTML (bug 11780).
177
178
179 * BUILD/INSTALLATION
180
181 - Do not break configuration if a layout file is not decodable. Rather than that, 
182   issue a warning and skip that file (bug 11736).
183
184 - Download dictionary and thesaurus files, on Windows, from our SVN repo (bug 11192).
185
186 - Avoid many warnings with g++ 10 and clang++ 10.