]> git.lyx.org Git - lyx.git/blob - ANNOUNCE
Update sk.po
[lyx.git] / ANNOUNCE
1 Public release of LyX version 2.3.2
2 ===================================
3
4 We are proud to announce the release of LyX 2.3.2. This is the second
5 maintenance release in the 2.3.x series. 
6
7 You can download LyX 2.3.2 from http://www.lyx.org/Download/.
8
9 LyX is a document processor that encourages an approach to writing based 
10 on the structure of your documents and not simply their appearance. It is
11 released under a Free and Open Source Software license.
12
13 LyX 2.3.2 is the result of on-going efforts to make our stable version more 
14 reliable and more stable. One main fix involves a crash with external viewers 
15 on Windows. We have also fixed a number of problems with the output of right-
16 to-left languages, thanks to the involvement of users. There was also an 
17 infinite loop bug connected with the separation of environments that has been 
18 fixed. But, for the most part, the fixes here are incremental. Please see below 
19 for a full list.
20   
21 If you think you have found a bug in LyX 2.3.2, please open a bug report at
22 http://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 http://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.2.
33
34 The LyX team.
35 http://www.lyx.org
36
37
38
39 What's new
40 ==========
41
42 ** Updates:
43 ***********
44
45 * DOCUMENT INPUT/OUTPUT
46
47 - Add support for non-ASCII characters in hyperlinks (bug 11165).
48
49 - Support rotated table cells with linebreaks (bug 8085).
50
51 - Add support for LyX logo in RTL output (bug 10423).
52
53 - Update support for linguistic subexamples.
54
55 - Support key symbols via menukeys package (part of bug 10641).
56
57
58 * TEX2LYX IMPROVEMENTS
59
60 - Add support for multirow (bug 11164).
61
62 - Improve import of titling commands other than \maketitle (bug 6461).
63
64 - Add support for horizontal longtabular alignment.
65
66 - Add support for btUnit (multibib).
67
68 - Add support for decimal alignment in table cells.
69
70 - Add support for plural and capitalized refstyle references.
71
72
73 * USER INTERFACE
74
75 - Improve layout of the character dialog (bugs 2752, 3804, 3884, and 4836).
76
77 - Rework OK/Apply/Cancel behavior of preferences dialog (bug 10016).
78
79 - Disambiguate dialog message (bug 11242).
80
81 - Unify capitalzation in dialog (bug 11237).
82
83 - Allow to change multiple table columns' width at once (bug 11205).
84
85 - When using formal tables, draw top/bottom rules thicker when adequate.
86
87 - Draw underline (and friends) over insets too (bug 11297).
88
89 - Handle properly branches with a space in their name (bug 11108).
90
91 - Allow the 'module in child not used in master' warning to be disabled.
92
93 - Add bibtex inset to outliner if "add to toc" is checked (bug 11309).
94
95 - Show module name with description (bug 11275).
96
97 - GuiCitation: Don't reset filter on show (bug 11291).
98
99 - If a master is being created at loading the child, un-hide it (bug 11162).
100
101
102 * DOCUMENTATION AND LOCALIZATION
103
104 - Update Brazilian Portuguese, Simplified Chinese, German, Italian, Russian,
105   Slovak, Swedish and Ukrainian user interface localization.
106
107 - Add some tooltips in citation dialog in favor of keyboard users (bug 11317).
108
109
110 * BUILD/INSTALLATION
111
112 - The Windows installer no longer has a 'bundled' version that installs MiKTeX
113   alongside LyX. Users will need to install their own LaTeX distribution (as on
114   other platforms), preferably before installing LyX itself.
115
116
117
118 ** Bug fixes:
119 *************
120
121 * DOCUMENT INPUT/OUTPUT
122
123 - Fix footnotes in table with hyperref (bug 11212).
124
125 - When cloning a buffer, do not start from a parent if it is not the
126   current master (e.g., when compiling a child alone).
127
128 - Disallow paragraph customization in some single-par charstyle insets
129   (bug 9192).
130
131 - Fix problems with extra table borders added on table modification
132   (bug 10010).
133
134 - Fix text direction in figure wrap floats with RTL (bug 11029).
135
136 - Fix text direction issue in info insets with RTL context (bug 10463).
137
138 - Fix text direction problem with polyglossia with nested languages
139   (part of bug 10111).
140
141 - Use LTR environment for forceLTR content in RTL context with
142   polyglossia (bug 10548).
143
144 - Fix output of key symbols with info inset on the Mac (bug 10641).
145
146 - Fix output of table cells with multiple languages (bug 11128).
147
148 - Fix RTL table output with bidi package (non-TeX fonts) (bug 9686).
149
150 - Do not mark the import converters for Sweave and knitr as needauth.
151
152 - Fix conversion of captions from LyX 2.0 documents.
153
154 - Ignore horizontal wheel scrolling in work area (bug 11257).
155
156 - Avoid crash when cursor is outside of work area (bug 11296).
157
158 - Fix crash on Windows when closing external viewers (bug 11210).
159
160 - Fix issue with erroneous qualified citations (bug 11308).
161
162 - Add "hyperref-driver=dvips" option to the extra flags of the
163   latex->dvi converter (bug 11332).
164
165 - Fix loading order conflict with beamer-article and covington.
166
167 - Preserve a new paragraph after a float (bug 11398).
168
169
170
171 * USER INTERFACE
172
173 - Fix infinite loop while separating environments (bug 11295).
174
175 - Fix loss of citation list after Undo (bug 9158).
176
177 - Fix document-wide language setting with minted (bug 11203).
178
179 - Fix display of percent sign with numbers in RTL (bug 4057).
180
181 - Fix issues with dead key accents (bug 11183).
182
183 - Fix disappearance of blue (language) line in some situations.
184
185 - Draw menu separator symbol according to text direction.
186
187 - Improve automatic removal of extra spaces, aka DEPM (bug 10503).
188
189 - Avoid white space before math completion (bug 11283).
190
191 - View and change Plural, Capitalization, and No Prefix options for
192   cross-references from the context menu (bug 11070).
193
194 - Don't step counters in deleted material (bug 11135).
195
196 - Fix display of raster graphics with viewports (bug 11180).
197
198 - Fix some missing screen updates (bug 11323, regression in 2.3.1).
199
200 - Allow adjustment of margin settings in InsetLayout (bug 10177).
201
202 - Fix suprious comma in book and thesis bib preview (bug 11272).
203
204 - Merge paragraphs when pasted into an inset that forbids multiple
205   paragraphs (bug 8281).
206
207 - Fix display issue of individual pre- and posttext in citation dialog
208   (biblatex only) (bug 11352).
209
210 - Fix display of overset, underset, and stackrel insets (bug 11367).
211
212 - Avoid extra space at the end of tooltips (bug 11353).
213
214 - Show cursor correctly when loading file (bug 11377).
215
216
217 * TEX2LYX
218
219 - Consider required modules when checking for layout definitions in modules
220   (bug 11156).
221
222 - Fix import of Arabic polyglossia environment (part of bug 10111).
223
224 - Fix import of unknown commands'/environments' options (bug 8685).
225
226
227 * BUILD/INSTALLATION
228
229 - Fix linker options for Mac builds to avoid failures when running
230   install_name_tool on Mac to create relocatable binaries using the
231   bundled private frameworks.
232