File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - Added ` .editorconfig ` file to repo for more consistent code style
10+
11+ ### Changed
12+
13+ - Transferred project to ` vala-lang ` org on GitHub
14+ - Updated packaging (and plugin id) naming to reflect repo naming with ` dev.vala.jetbrains `
15+ - Updated vendor to reflect org name ` Vala Community `
16+ - Updated intellij platform version to ` 2.13.1 `
17+ - Updated gradle plugin version to ` 9.4.1 `
18+ - Updated parser test urls to target specific releases for consistency
19+ - Updated LSP4IJ version to ` 0.19.2 `
20+ - Extend plugin compatibility limit to next year with version ` 2027.2 `
21+ - Bump CL platform for testing to latest version ` 2025.3.4 `
22+ - Updated various GitHub Action workflow versioning
23+
24+ ### Removed
25+
26+ - Removed ` grammar kit ` project dependency since it is not used directly
27+
28+ ## [ 1.2.7]
29+
730### What's Changed
831
932- Added support for vala-lint linter via run configuration
Original file line number Diff line number Diff line change @@ -4,25 +4,25 @@ pluginName=Vala Language
44pluginRepositoryUrl =https://github.com/vala-lang/vala-jetbrains
55
66# SemVer format -> https://semver.org
7- pluginVersion =1.2.7
7+ pluginVersion =1.2.8
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild =251
11- pluginUntilBuild =253 .*
11+ pluginUntilBuild =272 .*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType =CL
15- platformVersion =2025.3
15+ platformVersion =2025.3.4
1616
1717# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
19- platformPlugins =com.redhat.devtools.lsp4ij:0.19.1
19+ platformPlugins =com.redhat.devtools.lsp4ij:0.19.2
2020
2121# Example: platformBundledPlugins = com.intellij.java
2222platformBundledPlugins =
2323
2424# Gradle Releases -> https://github.com/gradle/gradle/releases
25- gradleVersion =9.2 .1
25+ gradleVersion =9.4 .1
2626
2727# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2828kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments