Skip to content

Commit bf453f7

Browse files
committed
Build: Bump plugin version
1 parent dd21b28 commit bf453f7

File tree

3 files changed

+13
-71
lines changed

3 files changed

+13
-71
lines changed

.github/workflows/run-ui-tests.yml

-65
This file was deleted.

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
22

3-
# serenityos-intellij-plugin Changelog
3+
# Changelog
44

5-
## [Unreleased]
5+
## Unreleased
66
### Added
7-
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
7+
8+
- Support for IPC files
9+
- Full syntax highlighting
10+
- "#include" path resolution
11+
- Line markers on endpoint that lead to any implementers
12+
- The implementers also get line markers that lead back to the IPC endpoint
13+
- Resolution of C++ types
14+
- Added IDL -> C++ line markers

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pluginGroup=me.mattco.serenityos
22
pluginName=SerenityOS-DSL
3-
pluginVersion=1.0.0
3+
pluginVersion=1.1.0
44
pluginSinceBuild=232
5-
pluginUntilBuild=241.*
5+
pluginUntilBuild=233.2
66
platformType=CL
7-
platformVersion=2023.2.2
7+
platformVersion=2023.3.2
88
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
99
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
1010
platformPlugins=com.intellij.clion,com.intellij.cidr.lang,com.intellij.cidr.base

0 commit comments

Comments
 (0)