Skip to content

Commit 76bdd94

Browse files
This commit prepares a release
I personally would have waited for Kuba's changes to be complete. But the current wxMaxima is so much faster, much more stable and user friendlier than the last release that we can dare to release the current state to the public, anyway.
1 parent 2213fea commit 76bdd94

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else()
1414
endif()
1515

1616
project(wxmaxima LANGUAGES CXX)
17-
set(VERSION 20.04.0-DevelopmentSnapshot)
17+
set(VERSION 20.06.0)
1818
set(GITVERSION ${VERSION})
1919
set(PACKAGE wxmaxima)
2020
set(APP_NAME wxmaxima)

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
#Current
1+
#20.06.0
22
* Many spell corrections and bugfixes
33
* Updated Russian translation by OlesyaGerasimenko
44
* Updated Ukrainian translation by Yuri Chornoivan
55
* Many corrections to the german translation
66
* The history sidebar now works again
77
* TextCells with copy-alt-text caused an crash
88
* A few additional small bugfixes
9+
* Many (really many!) big stability improvements
910
* in sqrt(conjugate(f(x))) the horizontal lines coincided
1011
* Strings were searched for comment starts when adding line endings
1112
* Faster start-up by avoiding unneeded redraw events
1213
* A big number of performance improvements
14+
* Unfortunately one last temporary fix reduces performance again
1315
* Corrected a bug that sometimes caused parts of equations not to be displayed
1416
* As this allows to improve performance and stability C++14 is now used
1517
* Speed boost The list of anchors from the manual is now cached on disk

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,33 @@
5151
<content_attribute id="social-info">mild</content_attribute>
5252
</content_rating>
5353
<releases>
54+
<release version="20.06.0" date="2020-06-04">
55+
<description>
56+
<p>
57+
A release that allows to include the current state of improvements
58+
to the maxima windows installer.
59+
</p>
60+
<ul>
61+
<li> Many spell corrections and bugfixes </li>
62+
<li> Updated Russian translation by OlesyaGerasimenko </li>
63+
<li> Updated Ukrainian translation by Yuri Chornoivan </li>
64+
<li> Many corrections to the german translation </li>
65+
<li> The history sidebar now works again </li>
66+
<li> TextCells with copy-alt-text caused an crash </li>
67+
<li> A few additional small bugfixes </li>
68+
<li> Many (really many!) big stability improvements </li>
69+
<li> in sqrt(conjugate(f(x))) the horizontal lines coincided </li>
70+
<li> Strings were searched for comment starts when adding line endings </li>
71+
<li> Faster start-up by avoiding unneeded redraw events </li>
72+
<li> A big number of performance improvements </li>
73+
<li> Unfortunately one last temporary fix reduces performance again </li>
74+
<li> Corrected a bug that sometimes caused parts of equations not to be displayed </li>
75+
<li> As this allows to improve performance and stability C++14 is now used </li>
76+
<li> Speed boost The list of anchors from the manual is now cached on disk </li>
77+
</ul>
78+
</description>
79+
</release>
80+
5481
<release version="20.04.0" date="2020-04-18">
5582
<description>
5683
<p>

0 commit comments

Comments
 (0)