Skip to content

v3.0.1

Choose a tag to compare

@JerryI JerryI released this 27 Feb 22:36
· 84 commits to main since this release
501f449

MacOS 26 Tahoe

We had to roll out this release quickly since a new update from Apple had given us extra challenges to pass new audits.

Windows 11 / GNU Linux

We downgraded Electron version for Windows and GNU/Linux desktop versions, since in 39.x.x a closing of a parent window may crash an application

Notes on Wolfram Engine installation (Ubuntu)

Due to a broken MD5 package in Ubuntu 25 you may not be able to install WE. However, it is possible to fallback to the good old GNU libraries

sudo apt install coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential

Spellcheck

We added native OS spellcheck for markdown and slide cells

Layout improvements

  • Chat window control buttons were misplaced on Windows/Linux machines

Monitor support

We added the missing Monitor symbol, which should help your to watch the intermediate results of your long computations.

PrintTemporary

We added another missing feature PrintTemporary. It prints expr and then automatically removes it after the evaluation is finished.