From d7d482b593caed490c6b3f9fb8cf3900180d6f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Hameau?= Date: Sat, 21 Nov 2020 00:52:11 +0100 Subject: [PATCH] 1.3.7 --- 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 f87c7fe..f33c5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "vscode-textile-preview" extension will be documented 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). + +## [1.3.7] - 20201121 +### Fixed +- [PREVIEW] Fix scrolling flickering when typing text in a Textile file containing images. +- [CSS] Use font-family from VSCode for `` + + ## [1.3.6] - 20201110 ### Changed - Update to vscode 1.50.1 diff --git a/package-lock.json b/package-lock.json index fa94192..fac9e8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-textile-preview", - "version": "1.3.6", + "version": "1.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9064c2c..b0fd908 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-textile-preview", "displayName": "%displayName%", "description": "%description%", - "version": "1.3.6", + "version": "1.3.7", "icon": "media/textile-mark_logo.png", "publisher": "GehDoc", "repository": {