Skip to content

Releases: apommel/vscode-matlab-interactive-terminal

Matlab Interactive Terminal for VS Code v0.4.0

08 Aug 11:58
Compare
Choose a tag to compare

[0.4.0] - 2021-08-08

Added

  • Terminal profile support (SNDST00M #37)

Improved

  • Boot experience and help messages (4086606 #34)

Matlab Interactive Terminal for VS Code v0.3.4

18 Dec 16:56
Compare
Choose a tag to compare

[0.3.4] - 2020-12-18

Fixed

  • Cannot find Python path caused by encoding errors (fixed by TheBrenny #27)

Matlab Interactive Terminal for VS Code v0.3.3

11 Oct 12:52
Compare
Choose a tag to compare

[0.3.3] - 2020-10-11

Added

  • Option to choose to switch focus to terminal or not (weihongliang233 #24)

Fixed

  • Cases where run selection was running behind #12 (fixed by weihongliang233 #19)

Matlab Interactive Terminal for VS Code v0.3.2

26 Apr 05:00
Compare
Choose a tag to compare

[0.3.2] - 2020-04-26

Added

  • Added option to use unicode output, as if activated the output is not in real-time

Fixed

  • Consolidated temp file managing for run selection
  • Corrected errors when spaces were present in the path to the path from which a selection was run

Matlab Interactive Terminal for VS Code v0.3.1

18 Apr 13:07
Compare
Choose a tag to compare

[0.3.1] - 2020-04-18

Fixed

  • Properly displays error messages with unicode

Matlab Interactive Terminal for VS Code v0.3.0

18 Apr 07:59
Compare
Choose a tag to compare

[0.3.0] - 2020-04-18

Added

  • Correct implementation and handling of unicode, including CJK, characters

Fixed

  • Impossibility to launch from previous update

Matlab Interactive Terminal for VS Code v0.2.11

18 Apr 06:47
Compare
Choose a tag to compare

[0.2.11] - 2020-04-18

Fixed

  • Prompt locations in some cases #6
  • Relative path issues in run selection #8

Matlab Interactive Terminal for VS Code v0.2.10

26 Feb 04:56
Compare
Choose a tag to compare

[0.2.10] - 2020-02-26

Added

  • When a script is run, it is saved beforehand in order to be correctly updated

Fixed

  • Fixed discrepancies in run selection by using temporary files
  • Updated readme

Matlab Interactive Terminal for VS Code v0.2.9

13 Feb 01:29
Compare
Choose a tag to compare

[0.2.9] - 2020-02-13

Added

  • The script calling is hidden at initialization

Fixed

  • Implemented correctly Matlab clc command
  • The terminal is correctly shown in certain situations

Matlab Interactive Terminal for VS Code v0.2.8

07 Feb 01:57
Compare
Choose a tag to compare

[0.2.8] - 2020-02-07

Added

  • Added basic Python 2 compatibility
  • Added prompts in the Matlab terminal Issue #2