-
Notifications
You must be signed in to change notification settings - Fork 12
Release Notes
njpipeorgan edited this page Feb 20, 2023
·
17 revisions
- Images can be saved by right-clicking them.
- ZeroMQ supports Apple's ARM processors.
- The text in the documentation hover panel does line wrapping since VSCode 1.75.
- Supports VS Code remote development.
- Built-in language features, e.g. hover and completion, can be disabled in cases these are already provided by other tools (e.g. Wolfram Language Server)
- Fix a bug that changing kernel configuration requires the extension to be reloaded.
- Empty lines are not evaluated now. #24
- Outputs during an evaluation (Print, Echo, etc.) are shown in time. #19
- Add an option to control whether image brightness shall be inverted in dark mode. #23
- Support case-insensitive auto-completion.
- Fix the rendering of brackets with normal line height.
- Fix ill-formed linkname on MacOS.
-
TeXForm
outputs are rendered as LaTeX equations by MathJax now. - Use
StartProcess
to launch the subkernel, avoiding terminal related kernel launching problems. - Notebook export
- Equations in markdown cells can be exported.
- Fix an issue that incorrectly parses line breaks in code cells.
- Support export notebooks as PDFs.
- Fix a problem that inverts sub/super-scripts.
- Fix the rendering of special characters on Linux.
-
Legended
can be rendered correctly now.
- Improve exporting markdown cells to Wolfram Notebook, supporting links, various text styles, and code.
- Kernels can be correctly killed on Linux and MacOS.
- The output of a cell will be cleared when the evaluation gives
Null
(no output). - Evaluations before kernel connection is kept at the pending state, instead of being stopped.
- Fix rendering issues on MacOS.
- Fix an issue that prevents computation kernel from launching when the path to
wolframscript
contains spaces. -
command
field in kernel configurations is now viewed as a whole command, instead of a command with arguments.
- Local kernels now use "ports" configuration correctly.
- The outputs during kernel connection are shown in "Output" panel, which is made visible on connection failure.
- Fix an issue that prevents rendering in
GridBox
. -
GridBox
supportsSpanFromAbove
,SpanFromLeft
, andFrame->All/True
. - Fix incorrect matching of double brackets.
- The initial release.