Skip to content

Commit 32f7f29

Browse files
committed
Update version info and changes in appdata file.
1 parent 8476530 commit 32f7f29

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

data/io.github.wxmaxima_developers.wxMaxima.appdata.xml

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2021 wxMaxima Team -->
2+
<!-- Copyright 2022 wxMaxima Team -->
33
<component type="desktop">
44
<id>io.github.wxmaxima_developers.wxMaxima</id>
55
<metadata_license>CC0-1.0</metadata_license>
@@ -57,7 +57,40 @@
5757
<content_attribute id="social-info">mild</content_attribute>
5858
</content_rating>
5959
<releases>
60-
<release version="21.11.0" date="2021-11-21T18:00:00Z">
60+
<release version="22.03.0" date="2022-03-19T22:00:00Z">
61+
<description>
62+
<p>
63+
Many bug fixes and improvements.
64+
<ul>
65+
<li>Add an compile option "WXM_INCLUDE_FONTS", which allows to
66+
specify, if additional fonts should be included.
67+
Current default: YES; use -DWXM_INCLUDE_FONTS=NO when calling
68+
CMake to disable that.
69+
Including fonts caused some issues on MacOS. (#1580)</li>
70+
<li>Rename command line option --logtostdout to --logtostderr.
71+
Because the option does print the log messages to STDERR, not STDOUT.</li>
72+
<li>A better heuristics for finding out what to style as 1D maths</li>
73+
<li>An updated french translation from Frédéric Chapoton</li>
74+
<li>Consistent image resolutions</li>
75+
<li>No more crashes on exporting multiple animations at once (#1616)</li>
76+
<li>Drag-and-Drop in the table of contents</li>
77+
<li>Table of contents: Convert sections to subsections and similar (#1629)</li>
78+
<li>Parenthesis and quote matching now uses the maxima parser.
79+
This means it now both knows the details of the maxima language
80+
and is much faster than before.</li>
81+
<li>A way of limiting the toc depth shown in the table of contents</li>
82+
<li>Now the problems after a kill(all) should be finally resolved</li>
83+
<li>Better support for the debugger (#1625)</li>
84+
<li>Machine-Float NaNs no more causes XML errors</li>
85+
<li>Labels with hexadecimal numbers no more cause crashes (#1633)</li>
86+
<li>wxMaxima no more skips chars in subscripted variables (#1632)</li>
87+
<li>Merging cells per keyboard shortcut works again (#1626)</li>
88+
<li>Symbols buttons whose symbols the GUI font lacks are now hidden</li>
89+
</ul>
90+
</p>
91+
</description>
92+
</release>
93+
<release version="21.11.0" date="2021-11-21T18:00:00Z">
6194
<description>
6295
<p>
6396
Many bug fixes and improvements.

0 commit comments

Comments
 (0)