File tree Expand file tree Collapse file tree 4 files changed +64
-2
lines changed Expand file tree Collapse file tree 4 files changed +64
-2
lines changed Original file line number Diff line number Diff line change 1
1
project (wxmaxima )
2
- set (VERSION 19.03.1-DevelopmentSnapshot )
2
+ set (VERSION 19.04.0 )
3
3
set (PACKAGE_VERSION ${VERSION} )
4
4
set (GITVERSION ${VERSION} )
5
5
set (PACKAGE wxMaxima )
Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ Current:
3
3
* Autocompletion sometimes cleared the result after inputting it
4
4
* Added more commands to autocompletion
5
5
* 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.
7
7
Instead we call the original one now.
8
8
* Animations now on load remember which slide they stopped at.
9
9
* A more error-proof language selection.
10
10
* If the system looks like it uses UTF8 by default the locale name
11
11
that is passed to maxima now ends in ".UTF8" which should resolve
12
12
the "setting locale failed" errors from maxima.
13
13
* Corrected the initial size of error messages.
14
+ * Many additional bug fixes
15
+ * Code cleanups
14
16
15
17
19.03.1:
16
18
* HighDPI fixes for ArchLinux, Windows and SuSE
Original file line number Diff line number Diff line change
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
+
1
19
# wxMaxima 19.03.1 - Stable
2
20
3
21
* HighDPI fixes for ArchLinux, Windows and SuSE
Original file line number Diff line number Diff line change 54
54
<content_attribute id =" social-info" >mild</content_attribute >
55
55
</content_rating >
56
56
<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 >
57
99
<release version =" 19.03.1" date =" 2019-03-10" >
58
100
<description >
59
101
<ul >
You can’t perform that action at this time.
0 commit comments