Skip to content

Version-26.07.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 07:06
Version-26.07.0
1870598

Bug fixes and usability fixes, wxWidgets 3.3 compatibility

  • Fixed a crash on loading a worksheet containing an empty <img/> or <slideshow/> tag (found by the parser fuzzer).
  • No longer lose an embedded image on save if the current build cannot decode it.
  • The license dialog now has a second tab listing third-party component notices (e.g. the Microsoft Edge WebView2 loader shipped with the Windows builds).
  • Added a regression test guarding matrix column widths against being frozen by a layout-time deadline.
  • The "follow evaluation" toolbar button now lights up immediately when needed.
  • Fixed matrices keeping stale (too narrow or too wide) column widths when a layout-time deadline interrupted their recalculation.
  • Fixed short Text and Title cells flickering.
  • Fixed data loss when trying to embedd .svg.gz files into .wxmx files.
  • wxWidgets 3.3 compatibility.
  • A proper Dark mode (dark sidebars, toolbars and menus require wxWidgets 3.3 and up)
  • Many improvoements to the automatic tests
  • Many batch mode improvements
  • Many stability improvements
  • Windows: pressing Ctrl+F now keeps the keyboard focus in the find dialog.
  • Many diff viewer enhancements
  • Corrected the find algorithm
  • A correctness review for all wizards.
  • EditorCells again grow and shrink when the user adds and removes lines

Link to all changes: Version-26.06.2...Version-26.07.0

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. My code signing cert is expired.

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