Skip to content

Commit 4a319d8

Browse files
A new release with all the tester's results.
1 parent 27eea58 commit 4a319d8

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(wxmaxima)
2-
set(VERSION 19.05.3-DevelopmentSnapshot)
2+
set(VERSION 19.05.4)
33
set(PACKAGE_VERSION ${VERSION})
44
set(GITVERSION ${VERSION})
55
set(PACKAGE wxMaxima)

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
19.05.4:
2+
* Corrected saving formatting styles in the config dialogue
3+
* Allow to change the title etc. font again
4+
* Correctly output uppercase greek letters in TeX
5+
* Re-enable the old-style ESC commands.
6+
* Made wxMaxima default to auto-searching for the maxima binary.
7+
18
19.05.3:
29
* Corrected the autowrap line width for high zoom factors
310
* Added a few missing "Update the user interface" events

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# wxMaxima 19.05.4 - Stable
2+
* Corrected saving formatting styles in the config dialogue
3+
* Allow to change the title etc. font again
4+
* Correctly output uppercase greek letters in TeX
5+
* Re-enable the old-style ESC commands.
6+
* Made wxMaxima default to auto-searching for the maxima binary.
7+
18
# wxMaxima 19.05.3 - Stable
29
* Corrected the autowrap line width for high zoom factors
310
* Added a few missing "Update the user interface" events

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,22 @@
5353
<content_attribute id="social-info">mild</content_attribute>
5454
</content_rating>
5555
<releases>
56+
<release version="19.05.4" date="2019-05-17">
57+
<description>
58+
<ul>
59+
<li>Corrected saving formatting styles in the config dialogue</li>
60+
<li>Allow to change the title etc. font again</li>
61+
<li>Correctly output uppercase greek letters in TeX</li>
62+
<li>Re-enable the old-style ESC commands</li>
63+
<li>Made wxMaxima default to auto-searching for the maxima binary</li>
64+
</ul>
65+
</description>
66+
</release>
5667
<release version="19.05.3" date="2019-05-11">
5768
<description>
5869
<ul>
5970
<li>Corrected the autowrap line width for high zoom factors</li>
60-
<li>Added a few missing "Update the user interface" events</li>
71+
<li>Added a few missing &quot;Update the user interface&quot; events</li>
6172
</ul>
6273
</description>
6374
</release>

0 commit comments

Comments
 (0)