File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
cmake_minimum_required (VERSION 3.7 )
4
4
5
- set (VERSION 20.06.6-DevelopmentSnapshot )
5
+ set (VERSION 20.07.0 )
6
6
set (GITVERSION ${VERSION} )
7
7
set (CMAKE_CXX_STANDARD 14 )
8
8
set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 1
1
# Current
2
+ * A massive performance update
2
3
* A new translation of the Turkish manual by Tufan Şirin
3
4
* Improved italian translation by Marco Ciampa
4
5
* An Russian translation update by OlesyaGerasimenko
5
- * A massive performance update
6
6
* Better display of sqrt() cells
7
7
* Better display of fractions
8
8
* Nicer display of lists
Original file line number Diff line number Diff line change 56
56
to time zone variations
57
57
You can see current time at: https://en.wikipedia.org/wiki/ISO_8601
58
58
-->
59
+
60
+ <release version =" 20.07.0" date =" 2020-07-20T08:50:00Z" >
61
+ <description >
62
+ <p >
63
+ A big performance update and many bug fixes.
64
+ </p >
65
+ <ul >
66
+ <li > A massive performance update</li >
67
+ <li > A new translation of the Turkish manual by Tufan Şirin</li >
68
+ <li > Improved italian translation by Marco Ciampa</li >
69
+ <li > An Russian translation update by OlesyaGerasimenko</li >
70
+ <li > Better display of sqrt() cells</li >
71
+ <li > Better display of fractions</li >
72
+ <li > Nicer display of lists</li >
73
+ <li > Made sure we read in the whole .mac file when opening .mac files</li >
74
+ <li > Allow building wxMaxima, if pandoc or po4translate are not installed</li >
75
+ <li > As always many small additional bug fixes</li >
76
+ </ul >
77
+ </description >
78
+ </release >
79
+
80
+
59
81
<release version =" 20.06.6" date =" 2020-06-07T12:35:00Z" >
60
82
<description >
61
83
<p >
You can’t perform that action at this time.
0 commit comments