Skip to content

Version-22.03.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 22:12

News

  • 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

Note:

The Windows installer contains only wxMaxima, you will need a Maxima installation too.
[The installer is signed, but the code signing certificate is not an "EV"-code signing certificate, which means no "instant trust" with "Microsoft SmartScreen", but hopefully better than an unsigned installer. As "Publisher" you will see "FH Joanneum", which is the university of applied sciences, where I work (look in the "Details" to see my name). Thanks a lot to the FH Joanneum, that I got the code signing certificate and may use it for the wxMaxima installer].

Wolfgang Dautermann