Skip to content

Releases: wxMaxima-developers/wxmaxima

wxMaxima 19.09.1

30 Sep 08:26
Version-19.09.1
1d71f17
Compare
Choose a tag to compare

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

08 Sep 09:39
Version-19.09.0
f730d3c
Compare
Choose a tag to compare
  • 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

17 Aug 13:29
Version-19.08.1
c39a8ef
Compare
Choose a tag to compare
  • Bugfixes for nearly every instance something was drawn on the screen.
  • Better handling of multi-cell lisp code

wxMaxima 19.08.0

14 Aug 20:04
Version-19.08.0
eaa948f
Compare
Choose a tag to compare
  • 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

05 Jul 06:25
Version-19.07.0
8d3a12b
Compare
Choose a tag to compare
  • 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

30 May 08:24
Version-19.05.7
2cf64d0
Compare
Choose a tag to compare

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

24 May 17:47
Version-19.05.6
ec5c626
Compare
Choose a tag to compare

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

23 May 05:56
Version-19.05.5
74999fd
Compare
Choose a tag to compare
  • An updated hungarian translation
  • The new maxima command cartesian_product_list is now known to
    the autocompletion.
  • Better xim compatibility.

wxMaxima 19.05.4

17 May 19:12
Version-19.05.4
4a319d8
Compare
Choose a tag to compare
  • 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

11 May 07:33
Version-19.05.3
0aecf2b
Compare
Choose a tag to compare

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