Skip to content

Commit

Permalink
Started preparing the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed May 26, 2022
1 parent 19b675c commit 36c4cbe
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(WIN32)
enable_language(RC)
endif()

set(VERSION 22.04.0-DevelopmentSnapshot)
set(VERSION 22.05.0)
set(GITVERSION ${VERSION})
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Current:
* Update the Ukrainian translation
* Many MacOs fixes
# 22.05.0:
* Updated the Ukrainian translation
* Added `guess_exact_value` to the numeric menu.
* Added lapack to the matrix menu
* Added linpack to the numeric menu
Expand All @@ -16,6 +15,7 @@
* Hidden code cells now are correctly sent to maxime (#1674)
* MacOs: The toolbar icons work now on retina screens (#1657)
* MacOs: The config dialogue works again (#1662)
* Many additional MacOs fixes
* The Cygwin build works again
* Support for wxWidgets 3.1.6

Expand Down
28 changes: 28 additions & 0 deletions data/io.github.wxmaxima_developers.wxMaxima.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,34 @@
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="22.05.0" date="2022-05-26T22:50:00Z">
<description>
<p>
Mainly Bug fixes.
<ul>
<li>Updated the Ukrainian translation</li>
<li>Added guess_exact_value to the numeric menu</li>
<li>Added lapack to the matrix menu</li>
<li>Added linpack to the numeric menu</li>
<li>Added a "declare facts" right-click menu entry to variables</li>
<li>We no more reserve space for hidden input</li>
<li>A better logexpand section in the numeric menu</li>
<li>Many wizards have a more modern look and feel, now</li>
<li>The modern-style wizards are now dockable by default</li>
<li>Undo and redo buttons for the toolbar</li>
<li>A "construct fraction" wizard (#1664)</li>
<li>Printing multiple-page documents now should work again on Linux (#1671)</li>
<li>The selection should now no more overwrite test (#1665)</li>
<li>Hidden code cells now are correctly sent to maxime (#1674)</li>
<li>MacOs: The toolbar icons work now on retina screens (#1657)</li>
<li>MacOs: The config dialogue works again (#1662)</li>
<li>Many additional MacOs fixes</li>
<li>The Cygwin build works again</li>
<li>Support for wxWidgets 3.1.6</li>
</ul>
</p>
</description>
</release>
<release version="22.04.0" date="2022-04-09T09:36: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: 22.04.0
version: 22.05.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 36c4cbe

Please sign in to comment.