Releases: wxMaxima-developers/wxmaxima
Version-19.11.0
- Chinese translation updates from liulitchi
- Turkish translation updates from TufanSirin
- Hungarian translation updates from Blahota István
- German translation updates from Wolfgang Dautermann and Gunter Königsmann
- Better detection of the Gnuplot location
- Better detection of the right place to open autocomplete popups in
- Better formatting of special unicode operators
- If autosave on closing fails: Allow the user to ask to exit anyway
- Enable Autosave even if the option to keep the file saved is disabled
- A context menu with the "display labels" choices
- A context menu with "max number of digits" choices
- A speedup by preventing recursive calls to resize functions
- Corrected parametric plots in the plot wizard
- A command-line switch that copies all log messages to stderr.
- Batch mode no more adds documents to "recent documents".
- For purists: A "don't offer known answers" config option.
- Now some toolbar items can be disabled.
- Added more toolbar buttons that evaluate cells.
- Many additional bug fixes
The windows installer provided here (as always) needs a MSVC redistributable 2017 and a working maxima installation that includes in oder to run. The Mac installer requires a working Maxima and a working gnuplot. No guarantee if the Mac or the Windows Installer works: They were automatically generated and I don't own a computer with any of these operating systems.
wxMaxima 19.10.0
- Corrected a Regression: The better display of exponents failed for exp(x^2).
- Seems like some Windows computers only have a numpad enter key.
- Chinese translation updates from liulitchi.
- Russian translation updates from OlesyaGerasimenko.
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.