Releases: apommel/vscode-matlab-interactive-terminal
Releases · apommel/vscode-matlab-interactive-terminal
Matlab Interactive Terminal for VS Code v0.4.0
Matlab Interactive Terminal for VS Code v0.3.4
[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
Matlab Interactive Terminal for VS Code v0.3.2
[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
[0.3.1] - 2020-04-18
Fixed
- Properly displays error messages with unicode
Matlab Interactive Terminal for VS Code v0.3.0
[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
Matlab Interactive Terminal for VS Code v0.2.10
[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
[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
[0.2.8] - 2020-02-07
Added
- Added basic Python 2 compatibility
- Added prompts in the Matlab terminal Issue #2