diff --git a/docs/changelog.md b/docs/changelog.md index 468d1a6..bbf6554 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,15 @@ # Changelog +## 2.1.6 + +- Fallout + - Sfall data update as of 4.4.2. +- IE + - Added `WEIDU_EXECUTABLE`, `ADD_PROJECTILE` to intellisense. + - Added `STR_CMP`, `WRITE_ASCIIL`, additional value operators to highlighting. + - Variables in trarefs are also highlighted now. + - IESDP data update as of 2024.02.24. + ## 2.1.5 - Added translation hints to `GMessage/NMessage/BMessage`. diff --git a/package.json b/package.json index ba64760..322226e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bgforge-mls", "displayName": "BGforge MLS", "description": "BGforge multilanguage server", - "version": "2.1.5", + "version": "2.1.6", "author": "BGforge", "repository": { "type": "git", diff --git a/server/package.json b/server/package.json index 723d5a9..9ccec30 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "bgforge-mls-server", "description": "BGforge multilanguage server", - "version": "2.1.5", + "version": "2.1.6", "author": "BGforge", "license": "SEE LICENSE IN LICENSE.txt", "engines": {