From 9b06fda4147daac2757bda382a0799d7189d6b2c Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sat, 4 Jan 2025 15:17:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .markdownlint.json | 3 +++ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..80ca0f4 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,3 @@ +{ + "MD024": false +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d48ea..d031055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## Version 1.1.0 (2025-01-04) + +### Added + +- Support for colours in for marker, line and fill colours. + +### Fixed + +- Icons with a colour in the text (`marker:red`) were not correctly parsed. + ## Version 1.0.0 (2025-01-01) Initial release. diff --git a/package.json b/package.json index 5e5c5a5..4fa5c37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapcompletevscode", "displayName": "MapComplete VScode", - "version": "1.0.0", + "version": "1.1.0", "publisher": "robin-van-der-linde", "author": { "name": "Robin van der Linde",