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

This file was deleted.

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

# serenityos-intellij-plugin Changelog
# Changelog

## Unreleased

## 1.1.0 - 2024-01-21

## [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 9fc14f8

Please sign in to comment.