Skip to content

Commit

Permalink
Build: Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattco98 committed Jan 21, 2024
1 parent dd21b28 commit 427ed65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 427ed65

Please sign in to comment.