From 05484b5a48577d0dfdc401828f8b71bd41ee6c16 Mon Sep 17 00:00:00 2001 From: apommel Date: Wed, 26 Feb 2020 13:54:56 +0900 Subject: [PATCH] v0.2.10 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb240b8..68fa2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the Matlab Interactive Terminal extension for Visual Studio Code will be documented in this file. +## [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 + ## [0.2.9] - 2020-02-13 ### Added - The script calling is hidden at initialization diff --git a/package-lock.json b/package-lock.json index cb8dc88..e43ea56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "matlab-interactive-terminal", - "version": "0.2.9", + "version": "0.2.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da719f1..8cac602 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "matlab-interactive-terminal", "displayName": "Matlab Interactive Terminal", "description": "Interactive MATLAB terminal for Visual Studio Code, compatible with Windows, Mac and Linux", - "version": "0.2.9", + "version": "0.2.10", "publisher": "apommel", "license": "SEE LICENSE", "icon": "images/icon.png",