Skip to content

Commit 907b7e0

Browse files
The pre-release commit
1 parent 4fdc4ea commit 907b7e0

5 files changed

+13
-22
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(WIN32)
1414
enable_language(RC)
1515
endif()
1616

17-
set(VERSION 23.02.1-DevelopmentSnapshot)
17+
set(VERSION 23.03.0)
1818
set(GITVERSION ${VERSION})
1919
set(CMAKE_CXX_STANDARD 14)
2020
set(CMAKE_CXX_STANDARD_REQUIRED ON)

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current
1+
# 23.03.0
22
* Make sure all bitmaps are valid on High-DPI MacOs (#1749)
33
* More styles consistency (#1753)
44
* Better configuration validation

ReleaseChecklist.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ wxMaxima (additional) steps:
1414
- Update the version numbers in the 'docker-wxmaxima' repository (update_versions.sh)
1515
- Update NEWS.md in order to announce the new version on https://freshcode.club/
1616
- Update data/io.github.wxmaxima_developers.wxMaxima.appdata.xml with the information
17-
about the new release. The HTML sourcecode of
18-
https://github.com/wxMaxima-developers/wxmaxima/blob/main/NEWS.md
19-
might be useful to convert the recent NEWS.md entries to HTML.
17+
about the new release. Most html tags are forbidden by flatpack or appImage
18+
builders.
2019
- Validate the appdata file with:
2120
appstream-util validate data/io.github.wxmaxima_developers.wxMaxima.appdata.xml
2221
- Update snap/snapcraft.yaml

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

+8-16
Original file line numberDiff line numberDiff line change
@@ -57,34 +57,26 @@
5757
<content_attribute id="social-info">mild</content_attribute>
5858
</content_rating>
5959
<releases>
60+
<release version="23.03.0" date="2023-03-08T13:42:00Z">
61+
<description>
62+
<p>
63+
MacOs fixes, better style handling and major re-write of the dockable
64+
sidebar code.
65+
</p>
66+
</description>
67+
</release>
6068
<release version="23.02.1" date="2023-02-22T15:42:00Z">
6169
<description>
6270
<p>
6371
MacOs fixes and bug fixes.
6472
</p>
65-
<ul>
66-
<li> Make sure all bitmaps are valid on High-DPI MacOs (#1749)</li>
67-
<li> More styles consistency (#1753)</li>
68-
<li> Ensure correct interpretation of Unicode letters</li>
69-
<li> Repaired the manual anchors cache</li>
70-
</ul>
7173
</description>
7274
</release>
7375
<release version="23.02.0" date="2023-02-10T22:27:00Z">
7476
<description>
7577
<p>
7678
Styles reorganization.
7779
</p>
78-
<ul>
79-
<li> Fix XML generation of wxmx documents (#1556)</li>
80-
<li> A faster font cache</li>
81-
<li> Faster communication between wxMaxima and maxima</li>
82-
<li> Dropped the dependency on an [internal] ww898</li>
83-
<li> More consistent text style handling</li>
84-
<li> A try to improve locale management on the Mac platform</li>
85-
<li> A separate style for operators (#1002)</li>
86-
<li> A nicer ChangeLog</li>
87-
</ul>
8880
</description>
8981
</release>
9082
</releases>

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wxmaxima
2-
version: 23.02.1-0
2+
version: 23.03.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)