Releases: wxMaxima-developers/wxmaxima
wxMaxima 19.09.1
This time a wxMaxima-only windows installer is provided along with the Release - just because we can. The maxima that does the actual maths still needs to be downloaded from http://maxima.sourceforge.net, though, and MS Windows isn't exactly helpful if two program depend on each other (for example none of the programs can autodetect if and where the other is installed).
Changes:
- The names of greek letters are no more converted to greek letters in variable
names by default - Smarter Formatting of asterisk and hyphen
- An automatic per-commit Windows Build for Appveyor
- Always recalculate the worksheet size when needed
- Better vertical alignment of exponents
- The layout is now more consigstent between platforms
- Chinese translation updates from liulitchi
- wxMaxima now remembers the question for each answer, not only its number
- Now the manual can be localized, too
- Non-breaking spaces are now replaced by ordinary spaces
before being sent to maxima - As always: Many additional bug fixes
wxMaxima 19.09.0
- Handle timeouts when writing to maxima and partial writes.
- Worksheet text disappeared on scrolling on some platforms.
- Sped up sending code to maxima.
- Removed quoting of Unicode characters within strings sent to maxima.
wxMaxima 19.08.1
- Bugfixes for nearly every instance something was drawn on the screen.
- Better handling of multi-cell lisp code
wxMaxima 19.08.0
- Updated the russian translation
- More and better test cases
- Another SpeedUp
- Correctly handle nested comments
- Format lisp code correctly
- Correctly read the default style
- Gracefully handle invalid colors
- Changed the default communication port to 40100
- Several fixes for different combinations of wxWidgets and GTK versions
This release contains several big internal changes of the display and formatting code. What packagers should test is if scrolling of the worksheet still works if an equation with a big parenthesis (something like
sin(a/b);
) is displayed before shipping this version.
wxMaxima 19.07.0
- Many improvements and bugfixes in the LaTeX and HTML export function
- Many updated translations
- Resolved a freeze on autocompletion
- A sidebar that shows the contents of variables
- Simplified the recalculation logic in order to squash the remaining bugs
- Simplified the sync between input and output cells
wxMaxima 19.05.7
No big change. But as a new maxima is about to be released:
With the next release of maxima this wxMaxima version will support worksheets starting in a :lisp command.
wxMaxima 19.05.6
Two last bugfixes before maxima is released officially:
- Correctly save the autosave interval
- A better logic for saving on exit if autosave is on and the file
cannot be created.
wxMaxima 19.05.5
- An updated hungarian translation
- The new maxima command cartesian_product_list is now known to
the autocompletion. - Better xim compatibility.
wxMaxima 19.05.4
- Corrected saving formatting styles in the config dialogue
- Allow to change the title etc. font again
- Correctly output uppercase greek letters in TeX
- Re-enable the old-style ESC commands.
- Made wxMaxima default to auto-searching for the maxima binary.
wxMaxima 19.05.3
Only minor changes, but as maxima is about to be released I wanted to get the last corrections into the Windows installer:
- Corrected the autowrap line width for high zoom factors
- Added a few missing "Update the user interface" events