Skip to content

wxMaxima 24.02.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 19:15
· 265 commits to main since this release
Version-24.02.0
acfc824

Many bug fixes

  • Faster start-up
  • Better performance directly after startup
  • Faster loading of files
  • Better button placement in sidebars
  • Got rid of a crash on startup in fedora (#1862)
  • Clear wxMaxima's input buffer on starting a new maxima process (#1856)
  • A nicer ChangeLog dialogue
  • Corrected for swapped row and columns in wizard enter matrix
  • Fixed a few bugs in the XML saving code (#1867)
  • Zooming did cause recalculation only for the 1st cell (#1870)
  • Many config changes now have immediately effect on the worksheet
  • Added the unicode-enhanced ASCII art from maxima to the menus
  • Steamlined the cell size calculation stuff
  • Completely overhauled the printing functionality
  • Moved more of the help file indexing to the background (#1856)
  • Better event handling in the unicode sidebars (#1875, #1863)
  • Reading out the values of maxima variables for the GUI was broken
  • Many checkmarks in menus had the wrong value
  • Maxima's demos are now available in the menu and context menu
  • Default the filter search boxes to text search, not regex
  • Rescaling affected size calculations for code only with a delay
  • Mac Os: way higher stability if multiple windows are open
  • The context menu in the "greek letters" sidebar now works (#1878)
  • Resolved an assert if the internal help browser was disabled,
    but requested (#1881)
  • wxMaxima now preserves history entries between sessions
  • Better LibreOffice compatibility with the MathML output
  • Better HTML output
  • Fix crash when exporting a worksheet with animations to TeX
  • Resolved a crash on closing a window (#1889)

Windows installer

This installer does only contain wxMaxima. You will need a Maxima installation too and will need to configure the path to Maxima in wxMaxima.

Maybe Windows will warn you, that "This program is not commonly downloaded and could harm your computer."

The reason may be, that the installer was not often downloaded and it is not signed with an Extended Validation (EV) Code Signing certificate.

[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 Maxima/wxMaxima installer].

If you want to do an unattended installation (e.g. if you plan to install wxMaxima on many computers in a school, university or company), this installer (and uninstaller) understands the command line switch "/S" (for 'silent install').

This Windows installer contains one additional fix to the released source, which was discovered during testing.

Wolfgang Dautermann