File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 14
14
endif ()
15
15
16
16
project (wxmaxima LANGUAGES CXX )
17
- set (VERSION 20.04.0-DevelopmentSnapshot )
17
+ set (VERSION 20.06.0 )
18
18
set (GITVERSION ${VERSION} )
19
19
set (PACKAGE wxmaxima )
20
20
set (APP_NAME wxmaxima )
Original file line number Diff line number Diff line change 1
- #Current
1
+ #20 .06.0
2
2
* Many spell corrections and bugfixes
3
3
* Updated Russian translation by OlesyaGerasimenko
4
4
* Updated Ukrainian translation by Yuri Chornoivan
5
5
* Many corrections to the german translation
6
6
* The history sidebar now works again
7
7
* TextCells with copy-alt-text caused an crash
8
8
* A few additional small bugfixes
9
+ * Many (really many!) big stability improvements
9
10
* in sqrt(conjugate(f(x))) the horizontal lines coincided
10
11
* Strings were searched for comment starts when adding line endings
11
12
* Faster start-up by avoiding unneeded redraw events
12
13
* A big number of performance improvements
14
+ * Unfortunately one last temporary fix reduces performance again
13
15
* Corrected a bug that sometimes caused parts of equations not to be displayed
14
16
* As this allows to improve performance and stability C++14 is now used
15
17
* Speed boost The list of anchors from the manual is now cached on disk
Original file line number Diff line number Diff line change 51
51
<content_attribute id =" social-info" >mild</content_attribute >
52
52
</content_rating >
53
53
<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
+
54
81
<release version =" 20.04.0" date =" 2020-04-18" >
55
82
<description >
56
83
<p >
You can’t perform that action at this time.
0 commit comments