Skip to content

Commit efffb5d

Browse files
committed
1.4.4
1 parent f911b1e commit efffb5d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
44
plugins {
55
id("java")
66
id("org.jetbrains.kotlin.jvm") version "1.9.25"
7-
id("org.jetbrains.intellij.platform") version "2.0.1"
7+
id("org.jetbrains.intellij.platform") version "2.9.0"
88
id("org.jetbrains.grammarkit") version "2022.3.2.2"
99
jacoco
1010
}
1111

1212
group = "boo.fox"
13-
version = "1.4.3"
13+
version = "1.4.4"
1414

1515
repositories {
1616
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
</description>
3030

3131
<change-notes><![CDATA[
32+
<h3>1.4.4</h3>
33+
<ul>
34+
<li>Add GitHub Actions CI workflow</li>
35+
<li>Make HLS path configurable through settings</li>
36+
</ul>
3237
<h3>1.4.3</h3>
3338
<ul>
3439
<li>Ensure compatibility with future IDE versions</li>

0 commit comments

Comments
 (0)