Skip to content

Commit 0985c2d

Browse files
committed
Update version to 25.01.0
1 parent 6c085f0 commit 0985c2d

4 files changed

+26
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif (POLICY CMP0048)
99
project(wxMaxima
1010
DESCRIPTION "wxMaxima is a document based interface for the computer algebra system Maxima."
1111
HOMEPAGE_URL "https://wxmaxima-developers.github.io/wxmaxima/"
12-
VERSION 24.11.0
12+
VERSION 25.01.0
1313
LANGUAGES CXX
1414
)
1515

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current development version
1+
# 25.01.0
22

33
- Remove the change label width popup menu (#1964).
44
It was not working at all and caused crashes. And I think the
@@ -11,7 +11,7 @@
1111
- CopyAsMathML: improvements (operators and identifiers)
1212
- Fix the check for Gnuplot-Cairo on Windows.
1313
- Fix the (Windows) crash in the suggestions menu (#1980).
14-
- HMTL export: print the output labels on the left side.
14+
- HTML export: print the output labels on the left side.
1515

1616
# 24.11.0
1717

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

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2022 wxMaxima Team -->
2+
<!-- Copyright 2025 wxMaxima Team -->
33
<component type="desktop">
44
<id>io.github.wxmaxima_developers.wxMaxima</id>
55
<metadata_license>CC0-1.0</metadata_license>
@@ -57,6 +57,27 @@
5757
<content_attribute id="social-info">mild</content_attribute>
5858
</content_rating>
5959
<releases>
60+
<release version="25.01.0" date="2025-01-29T21:45:00Z">
61+
<description>
62+
<p>
63+
Fix some bugs and crashes.
64+
<ul>
65+
<li>Remove the change label width popup menu (#1964).
66+
It was not working at all and caused crashes. And I think the
67+
label width is not changed so often, so that a (working)
68+
possibility in the configuration menu is enough.</li>
69+
<li>If an empty worksheet is saved as wxmx, allow it to be read again (#1978).
70+
The generated content.xml was empty, which was no valid XML.</li>
71+
<li>Fix compiling with clang++.</li>
72+
<li>CopyAsMathML: encode "&lt;" and "&gt;" as HTML entities (valid XML).</li>
73+
<li>CopyAsMathML: improvements (operators and identifiers)</li>
74+
<li>Fix the check for Gnuplot-Cairo on Windows.</li>
75+
<li>Fix the (Windows) crash in the suggestions menu (#1980).</li>
76+
<li>HTML export: print the output labels on the left side.</li>
77+
</ul>
78+
</p>
79+
</description>
80+
</release>
6081
<release version="24.11.0" date="2024-11-12T21:45:00Z">
6182
<description>
6283
<p>

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wxmaxima
2-
version: 24.11.0-0
2+
version: 25.01.0-0
33
summary: A nightly build of wxMaxima, a gui for Maxima, a full-featured CAS.
44
description: wxMaxima is a quite full-featured graphical user interface for Maxima.
55
confinement: strict

0 commit comments

Comments
 (0)