Skip to content

Commit d62ea78

Browse files
actions-userwaleedyaseen
authored andcommitted
Changelog update - v1.4.0
1 parent b93a202 commit d62ea78

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# intellij-runescript Changelog
22

33
## [Unreleased]
4+
5+
## [1.4.0] - 2023-10-15
6+
47
### Added
8+
59
- Add documentation support based on the KDoc.
610

711
### Fixed
12+
813
- Fix regular expressions not being allowed in hook transmits list.
914
- Fix invalid symbol file inspection reporting an error for "commands.sym".
1015
- Fix "Create procedure" placement of script.
@@ -13,6 +18,7 @@
1318
- Fix renaming for config/sym references.
1419

1520
### Changed
21+
1622
- Inspections that require symbols will no longer run on files outside the project.
1723
- Update the file extension for commands from ".op" to ".cs2".
1824
- Improve the handling and parsing of block comments.
@@ -22,6 +28,7 @@
2228
## [1.3.0] - 2023-08-30
2329

2430
### Added
31+
2532
- Add a formatter option for space around commas in return lists.
2633
- Add a formatter option for space within return list parenthesis.
2734
- Add error recovery for statements.
@@ -30,10 +37,12 @@
3037
- Add clientscript.sym to valid symbol file types.
3138

3239
### Changed
40+
3341
- The build window will now display internal compiler errors as well.
3442
- The build system will now save all documents automatically upon building.
3543

3644
### Fixed
45+
3746
- Fix a bug with script block indentation.
3847
- Fix missing indentation for file block.
3948
- Fix type checking for expression lists.
@@ -45,25 +54,30 @@
4554
## [1.2.0] - 2023-08-18
4655

4756
### Added
57+
4858
- Support for basic spell checking and custom dictionary.
4959
- Support for specific parameter types in triggers.
5060
- Support for game variable type checking/refactoring/find usages.
5161
- Support for constant type checking/refactoring/find usages.
5262

5363
### Changed
64+
5465
- Fix issue with symbol file type inspection using outdated types.
5566

5667
## [1.1.0] - 2023-08-11
5768

5869
### Added
70+
5971
- Support for injecting languages into string literals.
6072
- Support for parsing hooks from string literals.
6173
- The plugin now has an icon instead of the default.
6274

6375
### Changed
76+
6477
- The new file action no longer shows on top of everything else.
6578

66-
[Unreleased]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.3.0...HEAD
79+
[Unreleased]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.4.0...HEAD
80+
[1.4.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.3.0...v1.4.0
6781
[1.3.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.2.0...v1.3.0
6882
[1.2.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.1.0...v1.2.0
6983
[1.1.0]: https://github.com/waleedyaseen/intellij-runescript/commits/v1.1.0

0 commit comments

Comments
 (0)