From 9eeaf71c0801669724b6dd3968e9c7e26cd3010f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0ebek?= <44544735+xsebek@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:34:18 +0200 Subject: [PATCH] Add changelog for VSCode plugin 0.0.9 (#1447) * add entry to CHANGELOG for new plugin version * bump plugin version number --- editors/vscode/CHANGELOG.md | 8 ++++++++ editors/vscode/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index 303cc3de9..0a36575b0 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the "swarm-language" extension will be documented in this file. +## version 0.0.9 +- [Highlighter] add `unit` and `actor` types +- [Highlighter] add many new commands: + - backup, charat, chirp, density, detect, equip, equipped, halt, heading, + installkeyhandler, instant, isempty, key, meet, meetall, push, resonate, + scout, sniff, stride, surveil, tochar, unequip, use, watch, waypoint +- [Highlighter] remove `install` and `installed` commands + ## version 0.0.8 - [Highlighter] update regex to recognize `void` and `text` types - [Highlighter] improve the coloring of types and lambda parameters diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 37695659d..2bc11bc74 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -2,7 +2,7 @@ "name": "swarm-language", "displayName": "swarm-language", "description": "VSCode support for swarm (the game) programming language.", - "version": "0.0.8", + "version": "0.0.9", "icon": "images/swarm-logo.png", "publisher": "xsebek", "repository": {