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",