Skip to content

Commit

Permalink
Update version to 25.01.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Jan 29, 2025
1 parent 6c085f0 commit 0985c2d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif (POLICY CMP0048)
project(wxMaxima
DESCRIPTION "wxMaxima is a document based interface for the computer algebra system Maxima."
HOMEPAGE_URL "https://wxmaxima-developers.github.io/wxmaxima/"
VERSION 24.11.0
VERSION 25.01.0
LANGUAGES CXX
)

Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Current development version
# 25.01.0

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

# 24.11.0

Expand Down
23 changes: 22 additions & 1 deletion data/io.github.wxmaxima_developers.wxMaxima.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 wxMaxima Team -->
<!-- Copyright 2025 wxMaxima Team -->
<component type="desktop">
<id>io.github.wxmaxima_developers.wxMaxima</id>
<metadata_license>CC0-1.0</metadata_license>
Expand Down Expand Up @@ -57,6 +57,27 @@
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="25.01.0" date="2025-01-29T21:45:00Z">
<description>
<p>
Fix some bugs and crashes.
<ul>
<li>Remove the change label width popup menu (#1964).
It was not working at all and caused crashes. And I think the
label width is not changed so often, so that a (working)
possibility in the configuration menu is enough.</li>
<li>If an empty worksheet is saved as wxmx, allow it to be read again (#1978).
The generated content.xml was empty, which was no valid XML.</li>
<li>Fix compiling with clang++.</li>
<li>CopyAsMathML: encode "&lt;" and "&gt;" as HTML entities (valid XML).</li>
<li>CopyAsMathML: improvements (operators and identifiers)</li>
<li>Fix the check for Gnuplot-Cairo on Windows.</li>
<li>Fix the (Windows) crash in the suggestions menu (#1980).</li>
<li>HTML export: print the output labels on the left side.</li>
</ul>
</p>
</description>
</release>
<release version="24.11.0" date="2024-11-12T21:45:00Z">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wxmaxima
version: 24.11.0-0
version: 25.01.0-0
summary: A nightly build of wxMaxima, a gui for Maxima, a full-featured CAS.
description: wxMaxima is a quite full-featured graphical user interface for Maxima.
confinement: strict
Expand Down

0 comments on commit 0985c2d

Please sign in to comment.