Releases: wxMaxima-developers/wxmaxima
Release Version-22.11.1
Automatic compilation on a new release
Release Version-22.11.0
Automatic compilation on a new release
Release Version-22.09.0
22.09.0
- Support for wxWidgets 3.1.7
- The description field for wizards no more is a MouseOverToolTip
- Wizards now accept chars from the unicode buttons
- Wizards now can balance parenthesis
- Wizards for operatingsystem, basic programming and string operations
- More miscellaneous work on the wizards
- The watchlist was broken
- In MacOs the config dialogue crashed
- Better scalability of the config dialogue
- Folded multiline code cells are now sent to Maxima correctly (#1674)
- The output of the "?" command contained spurious "<" (#1688)
- ?, ?? and describe() now use a browser window, by default
(an up-to-date Maxima is required for that feature) - Search harder for the Maxima manual
- Search harder for Maxima manual entries
- Now we find Maxima manual entries that have no explicit anchor
- On Linux, MacOs and, if wxWidgets was compiled with edge support
the help browser can be obened in a dockable window - wxMaxima can now compiled, even if wxWidgets was configured with
the option "--enable-privatefonts=no".
Use the option -DWXM_INCLUDE_FONTS=NO when compiling wxMaxima. - Names that end in an underscore are now printed correctly (#1706)
- Made the tests work on more platforms (#1709)
- Resolved some asserts (#1574)
- Working MathJaX (#1702)
- A primitive integrated ChangeLog viewer
- Better documentation (#1693)
- Better unicode handling (#1691)
- Many additional bugfixes
Release Version-22.05.0
Automatic compilation on a new release
What's Changed
- Updated the Ukrainian translation
- Added
guess_exact_value
to the numeric menu. - Added lapack to the matrix menu
- Added linpack to the numeric menu
- Added a "declare facts" right-click menu entry to variables
- We no more reserve space for hidden input
- A better logexpand section in the numeric menu
- Many wizards have a more modern look and feel, now
- The modern-style wizards are now dockable by default
- Undo and redo buttons for the toolbar
- A "construct fraction" wizard (#1664)
- Printing multiple-page documents now should work again on Linux (#1671)
- The selection should now no more overwrite test (#1665)
- Hidden code cells now are correctly sent to maxime (#1674)
- MacOs: The toolbar icons work now on retina screens (#1657)
- MacOs: The config dialogue works again (#1662)
- Many additional MacOs fixes
- The Cygwin build works again
- Support for wxWidgets 3.1.6
New Contributors
- @naveensrinivasan made their first contribution in #1667
- @dependabot made their first contribution in #1677
Full Changelog: Version-22.04.0...Version-22.05.0
Release Version-22.04.0
Version-22.03.0
News
- Add an compile option "WXM_INCLUDE_FONTS", which allows to
specify, if additional fonts should be included.
Current default: YES; use-DWXM_INCLUDE_FONTS=NO
when calling
CMake to disable that.
Including fonts caused some issues on MacOS. (#1580) - Rename command line option
--logtostdout
to--logtostderr
.
Because the option does print the log messages to STDERR, not STDOUT. - A better heuristics for finding out what to style as 1D maths
- An updated french translation from Frédéric Chapoton
- Consistent image resolutions
- No more crashes on exporting multiple animations at once (#1616)
- Drag-and-Drop in the table of contents
- Table of contents: Convert sections to subsections and similar (#1629)
- Parenthesis and quote matching now uses the maxima parser.
This means it now both knows the details of the maxima language
and is much faster than before. - A way of limiting the toc depth shown in the table of contents
- Now the problems after a kill(all) should be finally resolved
- Better support for the debugger (#1625)
- Machine-Float NaNs no more causes XML errors
- Labels with hexadecimal numbers no more cause crashes (#1633)
- wxMaxima no more skips chars in subscripted variables (#1632)
- Merging cells per keyboard shortcut works again (#1626)
- Symbols buttons whose symbols the GUI font lacks are now hidden
Note:
The Windows installer contains only wxMaxima, you will need a Maxima installation too.
[The installer is signed, but 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 wxMaxima installer].
Wolfgang Dautermann
Version-21.11.0
21.11.0:
- Allow seeing all files in the file save dialog. (#1557)
- Fix an error when using Alt up arrow (show previous command) (#1566)
- Rewrote a config dialogue
- Improvements in the manual
- Update Spanish translation of manual
- Update German, Russian, Hungarian and Ukrainian translation
- Fix a warning, which occurred, when starting wxMaxima the first time
- ww898 unnecessarily limited the list of supported platforms
- wxMaxima's properties to Maxima symbols can now no more be killed
- Allow single GroupCells to be converted to LaTeX
- Enable reloading and changing images inserted via "Cell" -> "Insert Image..." (#1597)
- Correctly set the document saved state when the size of an image is changed
- Use the AUTHORS file for the Credits page in the "About" dialogue
- Handle power events (#1607)
- Fix ugly buttons in the sidebars with recent wxWidgets
Note:
The Windows installer contains only wxMaxima, you will need a Maxima installation too.
[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 wxMaxima installer].
Wolfgang Dautermann
Release Version-21.05.2
Automatic compilation on a new release
Changes:
- The integral signs disappeared or were misplaced on some MS Windows computers
Release Version-21.05.1
21.05.1:
- Resolved a segfault on printing that could be triggered on some computers
Note about the Windows installer:
The Windows installer does only include wxMaxima. It is not signed with an expensive EV certificate (as most free software), so maybe you will get a warning from Windows after downloading.
You will still need a Maxima installation (e.g. from https://sourceforge.net/projects/maxima/files/Maxima-Windows/) and have to configure, where Maxima can be found, when you first start this wxMaxima!
An new installer for Maxima, which will include this wxMaxima version will hopefully occur soon.
You can install it with admin and user permissions. If you install without admin permissions, use Uninstall.exe
in the wxMaxima directory to uninstall it. If you uninstall it using the Apps&Features menu (as admin) a 'ghost entry' will remain in the list of installed programs.
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').
To select a installation directory for an unattended installation, use /D=directory
, e.g. to install to C:\wxmaxima
the command would be:
wxMaxima-21.05.1-win64.exe /S /D=C:\wxmaxima
Release Version-21.05.0
21.05.0:
- Long numbers now can be broken into lines
- On Export long numbers sometimes got lost
- The height of folded cells now is calculated correctly, again (bug #1532)
- Printing now can insert pagebreaks within GroupCells (bug #970, #1528,
#1241, #181, #573,#1082) - A Russian translation update by OlesyaGerasimenko
- A Ukrainian translation update by Yuri Chornoivan
- Changed the font for the PDF manuals to free Google Noto fonts.
Now all PDF manuals can be created without missing characters
(before cyrillic, chinese and greek characters were missing). - Solved a crash when printing.
The exact changes between the last release and this one can be found here:
Version-21.04.0...Version-21.05.0
Note about the Windows installer:
The Windows installer does only include wxMaxima. It is not signed with an expensive EV certificate (as most free software), so maybe you will get a warning from Windows after downloading.
You will still need a Maxima installation (e.g. from https://sourceforge.net/projects/maxima/files/Maxima-Windows/) and have to configure, where Maxima can be found, when you first start this wxMaxima!
An new installer for Maxima, which will include this wxMaxima version will hopefully occur soon.
You can install it with admin and user permissions. If you install without admin permissions, use Uninstall.exe
in the wxMaxima directory to uninstall it. If you uninstall it using the Apps&Features menu (as admin) a 'ghost entry' will remain in the list of installed programs.
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').
To select a installation directory for an unattended installation, use /D=directory
, e.g. to install to C:\wxmaxima
the command would be:
wxMaxima-21.05.0-win64.exe /S /D=C:\wxmaxima
This parameter must be the last one.