From dbfd914a2ba573277bfcda85c44fefd8bd4a130e Mon Sep 17 00:00:00 2001 From: Vincent Bourdon Date: Tue, 15 Mar 2022 13:14:35 +0100 Subject: [PATCH] Up to 4.1.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/WebViewPane.ts | 2 -- test-report.xml | 45 +++++++-------------------------------------- 4 files changed, 14 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6f0d73..389b0036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 4.1.3 + +- Cannot Switch Between Different Markdown File Freely [858](https://github.com/evilz/vscode-reveal/issues/858) +- Custom themes applying inconsistently [852](https://github.com/evilz/vscode-reveal/issues/852) +- Error loading images [851](https://github.com/evilz/vscode-reveal/issues/851) + ## 4.1.2 - Add Anything plugin [830](https://github.com/evilz/vscode-reveal/issues/830) diff --git a/package.json b/package.json index a1c1ce02..4ba8fde3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-reveal", "displayName": "vscode-reveal", "description": "Show markdown as revealJs presentation", - "version": "4.1.2", + "version": "4.1.3", "publisher": "evilz", "author": "Vincent Bourdon", "license": "MIT", diff --git a/src/WebViewPane.ts b/src/WebViewPane.ts index e9b9e8b4..8b83e249 100644 --- a/src/WebViewPane.ts +++ b/src/WebViewPane.ts @@ -71,8 +71,6 @@ export default class WebviewPane // }, null) public dispose() { - //const d = this.webviewPanel.dispose() this.#onDidDispose.fire() - //return d } } \ No newline at end of file diff --git a/test-report.xml b/test-report.xml index 459b8aa8..dffcf120 100644 --- a/test-report.xml +++ b/test-report.xml @@ -1,44 +1,13 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file