Skip to content

Commit

Permalink
Changelog update - v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and waleedyaseen committed Oct 15, 2023
1 parent b93a202 commit d62ea78
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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

0 comments on commit d62ea78

Please sign in to comment.