Skip to content

Commit 1b91cbb

Browse files
The pre-release commit.
1 parent 0fd0515 commit 1b91cbb

File tree

4 files changed

+64
-2
lines changed

4 files changed

+64
-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.03.1-DevelopmentSnapshot)
2+
set(VERSION 19.04.0)
33
set(PACKAGE_VERSION ${VERSION})
44
set(GITVERSION ${VERSION})
55
set(PACKAGE wxMaxima)

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ Current:
33
* Autocompletion sometimes cleared the result after inputting it
44
* Added more commands to autocompletion
55
* Spanish and italian translation updates
6-
* We no more need to re-implement the load() routine from maxima.
6+
* We no more need to re-implement maxima's load() routine.
77
Instead we call the original one now.
88
* Animations now on load remember which slide they stopped at.
99
* A more error-proof language selection.
1010
* If the system looks like it uses UTF8 by default the locale name
1111
that is passed to maxima now ends in ".UTF8" which should resolve
1212
the "setting locale failed" errors from maxima.
1313
* Corrected the initial size of error messages.
14+
* Many additional bug fixes
15+
* Code cleanups
1416

1517
19.03.1:
1618
* HighDPI fixes for ArchLinux, Windows and SuSE

NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# wxMaxima 19.04.0 - Stable
2+
3+
* The cursor width now is taken from the current screen
4+
* Autocompletion sometimes cleared the result after inputting it
5+
* Added more commands to autocompletion
6+
* Spanish and italian translation updates
7+
* We no more need to re-implement maxima's load() routine.
8+
Instead we call the original one now.
9+
* Animations now on load remember which slide they stopped at.
10+
* A more error-proof language selection.
11+
* If the system looks like it uses UTF8 by default the locale name
12+
that is passed to maxima now ends in ".UTF8" which should resolve
13+
the "setting locale failed" errors from maxima.
14+
* Corrected the initial size of error messages.
15+
* Many additional bug fixes
16+
* Code cleanups
17+
18+
119
# wxMaxima 19.03.1 - Stable
220

321
* HighDPI fixes for ArchLinux, Windows and SuSE

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,48 @@
5454
<content_attribute id="social-info">mild</content_attribute>
5555
</content_rating>
5656
<releases>
57+
<release version="19.04.0" date="2019-04-01">
58+
<description>
59+
<ul>
60+
<li>
61+
The cursor width now is taken from the current screen
62+
</li>
63+
<li>
64+
Autocompletion sometimes cleared the result after inputting it
65+
</li>
66+
<li>
67+
Added more commands to autocompletion
68+
</li>
69+
<li>
70+
Spanish and italian translation updates
71+
</li>
72+
<li>
73+
We no more need to re-implement maxima's load() routine.
74+
Instead we call the original one now
75+
</li>
76+
<li>
77+
Animations now on load remember which slide they stopped at
78+
</li>
79+
<li>
80+
A more error-proof language selection
81+
</li>
82+
<li>
83+
If the system looks like it uses UTF8 by default the locale name
84+
that is passed to maxima now ends in ".UTF8" which should resolve
85+
the "setting locale failed" errors from maxima
86+
</li>
87+
<li>
88+
Corrected the initial size of error messages
89+
</li>
90+
<li>
91+
Many additional bug fixes
92+
</li>
93+
<li>
94+
Code cleanups
95+
</li>
96+
</ul>
97+
</description>
98+
</release>
5799
<release version="19.03.1" date="2019-03-10">
58100
<description>
59101
<ul>

0 commit comments

Comments
 (0)