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