This covers the case, when there is no internet connection possible (see #57 )
The binaries comes with all packages and plugins necessary for functioning properly. However, if there is internet connection to github.com (where all packages are stored), it will anyway download the latest version.
Other changes
Math input
Now it uses a different way of representing syntax sugar for math input and other decorations
is represented as
(*FB[*)((1)(*,*)/(*,*)((*SqB[*)Sqrt[2](*]SqB*)))(*]FB*)
if you remove comments, it will look like
(1)/(Sqrt[2])
which is safe for using it anywhere keeping the actual code unchanged.
Just to remind the shortcuts
Ctrl+/
on the selection - make a fractionCtrl+2
make a square rootCtrl+6
make a superscriptCtrl+-
make a subscript
CellPrint
This comes handy when making progress bars and other temporal messages. Please see the reference.
Please also see new examples located from the main menu