Skip to content

Commit

Permalink
release 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Oct 8, 2023
1 parent a42cc20 commit ec25afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 1.4.15
* Improvement: Large performance improvement for projects with complex type inheritance graphs
* Improvement: Large performance improvement for projects with complex type inheritance graphs
* Improvement: Resolving same package types across libraries
* Added: support for resolve variable type from usage
* Bugfix: Module layer in psi broke type hierarchy resolving.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginName = Haxe Toolkit Support
pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe

# SemVer format -> https://semver.org
pluginVersion = 1.4.14
pluginVersion = 1.4.15

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
Expand All @@ -26,7 +26,7 @@ pluginUntilBuild = 232.*
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
# see flex/flash versions at : https://plugins.jetbrains.com/plugin/14508-flash-flex/versions/stable/252411
platformPlugins = com.intellij.java, com.intellij.flex:232.8660.142, JavaScript
#platformPlugins = com.intellij.java, com.intellij.flex:232.8660.142 # IC build
#platformPlugins = com.intellij.java, com.intellij.flex:232.8660.142

# Java language level used to compile sources and to generate the files for - Java 17 is required since 2022.2
javaVersion = 17
Expand Down

0 comments on commit ec25afa

Please sign in to comment.