Skip to content

Release Notes

njpipeorgan edited this page Feb 20, 2023 · 17 revisions

0.1.1

  • 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.

0.1.0

  • 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.

0.0.10

  • 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

0.0.9

  • Support case-insensitive auto-completion.
  • Fix the rendering of brackets with normal line height.
  • Fix ill-formed linkname on MacOS.

0.0.8

  • 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.

0.0.7

  • Fix a problem that inverts sub/super-scripts.
  • Fix the rendering of special characters on Linux.
  • Legended can be rendered correctly now.

0.0.6

  • Improve exporting markdown cells to Wolfram Notebook, supporting links, various text styles, and code.

0.0.5

  • 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.

0.0.4

  • 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.

0.0.3

  • Local kernels now use "ports" configuration correctly.
  • The outputs during kernel connection are shown in "Output" panel, which is made visible on connection failure.

0.0.2

  • Fix an issue that prevents rendering in GridBox.
  • GridBox supports SpanFromAbove, SpanFromLeft, and Frame->All/True.
  • Fix incorrect matching of double brackets.

0.0.1

  • The initial release.
Clone this wiki locally