🔖 Version 1.2.2

This commit is contained in:
Robin van der Linde 2025-03-01 00:33:46 +01:00
parent 46d15f59e4
commit 5b884387a6
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 7 additions and 4 deletions

View file

@ -2,12 +2,15 @@
All notable changes to this project will be documented in this file.
## Version 1.2.2 (2025-XX-XX)
## Version 1.2.2 (2025-03-01)
This is the last release of the extension on GitHub, from now on you'll be able to find the source code on the [MapComplete Forgejo](https://source.mapcomplete.org/Robin-van-der-Linde/MapCompleteVScode). Releases will still be available on the VScode Marketplace and Open VSX as well.
### Fixed
- When a tagRendering is re-used by `layer.*`, it's also picked up by the implementation support ([#34](https://github.com/RobinLinde/MapCompleteVScode/issues/34)).
- Fix a wrong ID for the refresh command.
- Handle labels (mostly) correctly in the implementation support. ([#35](https://github.com/RobinLinde/MapCompleteVScode/issues/35))
## Version 1.2.1 (2025-02-20)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mapcompletevscode",
"version": "1.2.1",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mapcompletevscode",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"dependencies": {
"jsonc-parser": "^3.3.1"

View file

@ -1,7 +1,7 @@
{
"name": "mapcompletevscode",
"displayName": "MapComplete VScode",
"version": "1.2.1",
"version": "1.2.2",
"publisher": "robin-van-der-linde",
"author": {
"name": "Robin van der Linde",