Skip to content

wxMaxima 24.02.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 14:43
· 212 commits to main since this release
Version-24.02.1
8c095d4

Resolved a few annoying bugs

  • wxMaxima now correctly installs its icons (#1892)
  • A race condition on closing Maxima
  • Update the autocompletion only in idle state
  • Fixed a race condition on dropping the log target
  • Alt+Up at startup no more crashes (#1886)
  • Resolved a compilation error on old wxWidgets versions
  • Resolved GCC errors about too long functions
  • Resolved an assert if no history file exists

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').

Wolfgang Dautermann