diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dfab90..ee78606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ All notable changes to the "ZH-HiLi" extension will be documented in this file. -## [Unreleased] +## [1.0.3] +### Fixed +- Object: Conditionstate now gets captured correctly even if there isn't an equal sign after it. +- Property: Fixed issue where string starting with #f got captured as a number instead of a string. + +## [1.0.2] +### Added +- Misc: File with to many end statement now gets marked as illigal + +### Fixed +- Misc: Updated string capture so that vscode built in completion works ## [1.0.0-beta.1] @@ -15,8 +25,6 @@ All notable changes to the "ZH-HiLi" extension will be documented in this file. ### Changed - Misc Classes: Redesigned syntax capture file to use look ahead/behind. - - ## [0.2.0] ### Added diff --git a/ZH-HiLi-Releases/ZS-HiLi-1.0.3.vsix b/ZH-HiLi-Releases/ZS-HiLi-1.0.3.vsix new file mode 100644 index 0000000..fca56d8 Binary files /dev/null and b/ZH-HiLi-Releases/ZS-HiLi-1.0.3.vsix differ diff --git a/package-lock.json b/package-lock.json index fc57a6b..eaa51e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "packages": { "": { "name": "ZS-HiLi", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "typescript": "^5.3.3" diff --git a/package.json b/package.json index 7c1aeb9..b270220 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "ZeroSyntax-Highlight", "description": "Syntax highlighting for Zero Hour map.ini", "icon": "./images/icon.png", - "version": "1.0.2", + "version": "1.0.3", "publisher": "ViTeXFTW", "author": { "name": "ViTeXFTW",