Skip to content

Commit bdb963b

Browse files
chore: v1.2.0
1 parent f3136a2 commit bdb963b

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
### [1.2.0] - 2026/04/24
4+
5+
JAL Implementation: 1.2.2
6+
7+
This release includes new features and improvements.
8+
9+
- **Now supports IntelliJ IDEA 2026.1+**
10+
- **feat**: Allow instructions at the first label of a method.
11+
- feat: Reanalyse files on save.
12+
- chore: Update JVM instruction documentation to Java 26.
13+
- fix: Handle exception during file loading.
14+
315
### [1.1.1] - 2026/04/21
416

517
JAL Implementation: 1.2.1

javasm-intellij-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "tokyo.peya.plugin"
13-
version = "1.1.1"
13+
version = "1.2.0"
1414

1515
repositories {
1616
mavenCentral()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<compiler.buildTargetScopeProvider
3939
implementation="tokyo.peya.javasm.intellij.execution.JALBuildTargetScopeProvider"/>
4040
<compileServer.plugin
41-
classpath="javasm-jps-plugin-1.1.1.jar;langjal-1.2.2.jar;antlr4-runtime-4.13.2.jar;icu4j-72.1.jar;org.abego.treelayout.core-1.0.3.jar;ST4-4.3.4.jar;asm-9.9.1.jar;asm-commons-9.9.1.jar;asm-util-9.9.1.jar;asm-tree-9.9.1.jar;asm-analysis-9.9.1.jar;guava-33.4.8-jre.jar"/>
41+
classpath="javasm-jps-plugin-1.2.0.jar;langjal-1.2.2.jar;antlr4-runtime-4.13.2.jar;icu4j-72.1.jar;org.abego.treelayout.core-1.0.3.jar;ST4-4.3.4.jar;asm-9.9.1.jar;asm-commons-9.9.1.jar;asm-util-9.9.1.jar;asm-tree-9.9.1.jar;asm-analysis-9.9.1.jar;guava-33.4.8-jre.jar"/>
4242
<lang.ast.factory language="JAL" implementationClass="tokyo.peya.javasm.intellij.langjal.parser.JALASTFactory"/>
4343
<lang.psiStructureViewFactory language="JAL"
4444
implementationClass="tokyo.peya.javasm.intellij.editor.structureview.JALStructureViewFactory"/>

javasm-jps-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = "tokyo.peya.plugin"
6-
version = "1.1.1"
6+
version = "1.2.0"
77

88
repositories {
99
mavenCentral()

0 commit comments

Comments
 (0)