diff --git a/data/io.github.wxmaxima_developers.wxMaxima.appdata.xml b/data/io.github.wxmaxima_developers.wxMaxima.appdata.xml index 8991cf52fa..4096af932c 100644 --- a/data/io.github.wxmaxima_developers.wxMaxima.appdata.xml +++ b/data/io.github.wxmaxima_developers.wxMaxima.appdata.xml @@ -1,5 +1,5 @@ - + io.github.wxmaxima_developers.wxMaxima CC0-1.0 @@ -57,7 +57,40 @@ mild - + + +

+ Many bug fixes and improvements. +

    +
  • Add an compile option "WXM_INCLUDE_FONTS", which allows to +specify, if additional fonts should be included. +Current default: YES; use -DWXM_INCLUDE_FONTS=NO when calling +CMake to disable that. +Including fonts caused some issues on MacOS. (#1580)
  • +
  • Rename command line option --logtostdout to --logtostderr. +Because the option does print the log messages to STDERR, not STDOUT.
  • +
  • A better heuristics for finding out what to style as 1D maths
  • +
  • An updated french translation from Frédéric Chapoton
  • +
  • Consistent image resolutions
  • +
  • No more crashes on exporting multiple animations at once (#1616)
  • +
  • Drag-and-Drop in the table of contents
  • +
  • Table of contents: Convert sections to subsections and similar (#1629)
  • +
  • Parenthesis and quote matching now uses the maxima parser. +This means it now both knows the details of the maxima language +and is much faster than before.
  • +
  • A way of limiting the toc depth shown in the table of contents
  • +
  • Now the problems after a kill(all) should be finally resolved
  • +
  • Better support for the debugger (#1625)
  • +
  • Machine-Float NaNs no more causes XML errors
  • +
  • Labels with hexadecimal numbers no more cause crashes (#1633)
  • +
  • wxMaxima no more skips chars in subscripted variables (#1632)
  • +
  • Merging cells per keyboard shortcut works again (#1626)
  • +
  • Symbols buttons whose symbols the GUI font lacks are now hidden
  • +
+

+
+
+

Many bug fixes and improvements.