🔖 Version 1.1.1

This commit is contained in:
Robin van der Linde 2025-01-07 23:28:33 +01:00
parent 99ed1d362f
commit 36fcba8a6d
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

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