From d62ea78e127a8b781aeaa9e73278c6b45c266d21 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 15 Oct 2023 11:13:41 +0000 Subject: [PATCH] Changelog update - v1.4.0 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55732a4..e98edb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # intellij-runescript Changelog ## [Unreleased] + +## [1.4.0] - 2023-10-15 + ### Added + - Add documentation support based on the KDoc. ### Fixed + - Fix regular expressions not being allowed in hook transmits list. - Fix invalid symbol file inspection reporting an error for "commands.sym". - Fix "Create procedure" placement of script. @@ -13,6 +18,7 @@ - Fix renaming for config/sym references. ### Changed + - Inspections that require symbols will no longer run on files outside the project. - Update the file extension for commands from ".op" to ".cs2". - Improve the handling and parsing of block comments. @@ -22,6 +28,7 @@ ## [1.3.0] - 2023-08-30 ### Added + - Add a formatter option for space around commas in return lists. - Add a formatter option for space within return list parenthesis. - Add error recovery for statements. @@ -30,10 +37,12 @@ - Add clientscript.sym to valid symbol file types. ### Changed + - The build window will now display internal compiler errors as well. - The build system will now save all documents automatically upon building. ### Fixed + - Fix a bug with script block indentation. - Fix missing indentation for file block. - Fix type checking for expression lists. @@ -45,25 +54,30 @@ ## [1.2.0] - 2023-08-18 ### Added + - Support for basic spell checking and custom dictionary. - Support for specific parameter types in triggers. - Support for game variable type checking/refactoring/find usages. - Support for constant type checking/refactoring/find usages. ### Changed + - Fix issue with symbol file type inspection using outdated types. ## [1.1.0] - 2023-08-11 ### Added + - Support for injecting languages into string literals. - Support for parsing hooks from string literals. - The plugin now has an icon instead of the default. ### Changed + - The new file action no longer shows on top of everything else. -[Unreleased]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/waleedyaseen/intellij-runescript/commits/v1.1.0