From d9d5d3a82f7711a2625d104812f001b87e1d618b Mon Sep 17 00:00:00 2001 From: Magus Date: Sun, 24 Feb 2019 15:07:26 +0700 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a57bf..ded6a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # Change Log ## 1.0.0 -- Initial release +- Initial release. ## 1.0.1 -- fixed #NUM notaion, variable highlight in d and baf, and some missing highlight in function definitions +- Fixed #NUM notaion, variable highlight in d and baf, and some missing highlight in function definitions. ## 1.0.2 -- added IN as a keyword, fix color of numbers inside parenthesis without space -- added THEN as a keyword, and ADD_STORE_ITEM flags +- Added IN as a keyword, fix color of numbers inside parenthesis without space. +- Added THEN as a keyword, and ADD_STORE_ITEM flags. + +## 1.0.3 +- Fixed console error spam for languages with missing signatures. +- Set weidu IDS to constant scope. + +## 1.0.4 +- Fixed comment color in weidu function invocation. +- Fixed EVAL color in weidu function invocation. diff --git a/package.json b/package.json index 1f23a65..10d9d0c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bgforge-mls", "displayName": "BGforge MLS", "description": "BGforge multilanguage server", - "version": "1.0.3", + "version": "1.0.4", "author": "BGforge", "repository": { "type": "git",