]> git.lyx.org Git - lyx.git/blob - lib/RELEASE-NOTES
Use footnotehyper rather than footnote if hyperref is used
[lyx.git] / lib / RELEASE-NOTES
1 !Important Changes in LyX 2.4.0
2
3
4 !!Interface changes
5
6 - It is now possible to cancel background export processes. A menu entry
7   to do so will appear on the Document menu when such a process is underway.
8   The LFUN for this is export-cancel.
9
10
11 !!Documents compilation process and images conversion
12
13
14
15 !!!The following pref variables were added in 2.4:
16
17
18
19 !!!The following pref variables were changed in 2.4:
20
21
22
23 !!!The following pref variables are obsoleted in 2.4:
24
25 * \font_encoding
26   The font encoding is now automatically set depending on the document
27   fonts and languages.
28
29 * \use_qimage
30   This is no longer necessary due to the rewrite of the painter.
31
32
33 !!!The following new LyX functions have been introduced in 2.4:
34
35 LFUN_EXPORT_CANCEL: Used to cancel background export processes.
36
37
38 !!!The following LyX functions have been changed in 2.4:
39
40 - LFUN_SET_GRAPHICS_GROUP was renamed into LFUN_GRAPHICS_SET_GROUP.
41
42
43
44 !!!The following LyX documents have been moved in 2.4:
45
46
47
48 !!!The following new folders have been added to the LyX directory
49
50
51
52 !!!The following preferences files have been removed from the tarball in 2.4:
53
54
55
56 !!!The following metadata files have been added to the tarball in 2.4:
57
58
59
60 !!Changes with respect to external programs and libraries in 2.4:
61
62
63
64 !!Known issues in version 2.4.0
65
66 * See http://www.lyx.org/trac/wiki/BugTrackerHome
67
68
69 !!Caveats when upgrading from earlier versions to 2.4.x
70
71
72 !! If upgrading from a LyX version before 2.3.0
73
74 * Please additionally see the release notes from the versions in-between:
75   https://wiki.lyx.org/LyX/ReleaseNotes
76
77 * Several ttf fonts (esint10.ttf, stmary10.ttf, wasy10.ttf) were changed
78   to reflect the fact that newer Qt libraries do not support displaying certain
79   codepoints anymore (bug #8493, #10161). 
80   Distribution packagers need to repack those font files in case they are
81   delivering the fonts as a separated package dependent from core LyX.