🔖 Version 1.1.1
This commit is contained in:
parent
99ed1d362f
commit
36fcba8a6d
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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)
|
## Version 1.1.0 (2025-01-04)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mapcompletevscode",
|
"name": "mapcompletevscode",
|
||||||
"displayName": "MapComplete VScode",
|
"displayName": "MapComplete VScode",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"publisher": "robin-van-der-linde",
|
"publisher": "robin-van-der-linde",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Robin van der Linde",
|
"name": "Robin van der Linde",
|
||||||
|
|
Loading…
Reference in a new issue