From 36fcba8a6daeaa58e86fefe57cdb7cdd90b7a9e4 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Tue, 7 Jan 2025 23:28:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d031055..084bb7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## Version 1.1.1 (2025-01-07) + +### Fixed + +- TagsRenderings, filters and colours with in override or overrideAll were not working correctly. +- Colours were not correctly parsed when using hex colours (oops). +- All files were included in the extension, not just the compiled ones. This made the extension about 50kb larger than it needed to be. + ## Version 1.1.0 (2025-01-04) ### Added diff --git a/package.json b/package.json index dc3da06..2bfc322 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapcompletevscode", "displayName": "MapComplete VScode", - "version": "1.1.0", + "version": "1.1.1", "publisher": "robin-van-der-linde", "author": { "name": "Robin van der Linde",