Skip to content

Commit d520af2

Browse files
Prepared the new release
1 parent 55381f7 commit d520af2

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cmake_minimum_required(VERSION 3.7)
44

5-
set(VERSION 20.06.6-DevelopmentSnapshot)
5+
set(VERSION 20.07.0)
66
set(GITVERSION ${VERSION})
77
set(CMAKE_CXX_STANDARD 14)
88
set(CMAKE_CXX_STANDARD_REQUIRED ON)

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Current
2+
* A massive performance update
23
* A new translation of the Turkish manual by Tufan Şirin
34
* Improved italian translation by Marco Ciampa
45
* An Russian translation update by OlesyaGerasimenko
5-
* A massive performance update
66
* Better display of sqrt() cells
77
* Better display of fractions
88
* Nicer display of lists

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,28 @@
5656
to time zone variations
5757
You can see current time at: https://en.wikipedia.org/wiki/ISO_8601
5858
-->
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+
5981
<release version="20.06.6" date="2020-06-07T12:35:00Z">
6082
<description>
6183
<p>

0 commit comments

Comments
 (0)