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 bf1da62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 68 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/run-ui-tests.yml

This file was deleted.

10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# serenityos-intellij-plugin Changelog
# Changelog

## [Unreleased]
### 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 bf1da62

Please sign in to comment.