diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c294ad..3eaa420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # serenityos-intellij-plugin Changelog -## [Unreleased] +## [1.1.0] ### Added -- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) +- Support for IPC files + - Full syntax highlighting + - "#include" path resolution + - Line markers on endpoint that lead to any implementers + - The implementers also get line markers that lead back to the IPC endpoint + - Resolution of C++ types +- Added IDL -> C++ line markers diff --git a/gradle.properties b/gradle.properties index 0e7b37e..31ef34a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ pluginGroup=me.mattco.serenityos pluginName=SerenityOS-DSL -pluginVersion=1.0.0 +pluginVersion=1.1.0 pluginSinceBuild=232 pluginUntilBuild=241.* platformType=CL