Skip to content

wxMaxima 23.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 09:55
· 637 commits to main since this release
Version-23.11.0
39c1d48

Many bug fixes

  • Correctly draw the bracket of the cell under the cursor (#1811)
  • Maths display was corrupted if the window was temporarily not wide
    enough to display it in 2D (#1812)
  • Added many range checks to the code
  • Correct label scaling after changing the zoom factor (#1815)
  • Repaired "copy as bitmap" (#1820)
  • Repaired EMF and SVG output (#1838)
  • Focus the search text on activating the search box (#1821)
  • Correctly support dropping multiple files on the worksheet
  • If the worksheet isn't empty dropping a file on the worksheet
    no more closes the currently open file
  • Try harder to kill maxima on closing it (#1824)
  • Menu items for displaying the internal representation
  • Better display of diff(), if multiplication dots are enabled (#1825)
  • Tried to resolve a few asserts (#1831)
  • Resolved many warnings from several static analysis tools
  • Fine-tuning of the "undo" function

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