🔖 Version 1.1.0
This commit is contained in:
parent
6d3ab04e43
commit
9b06fda414
3 changed files with 14 additions and 1 deletions
3
.markdownlint.json
Normal file
3
.markdownlint.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"MD024": false
|
||||
}
|
10
CHANGELOG.md
10
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.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue