Skip to content

Commit 7e94783

Browse files
committed
Version 1.8.12
1 parent 5c430ae commit 7e94783

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Minecraft Development for IntelliJ
22

3+
## [1.8.12]
4+
5+
### Version Support
6+
- Added IntelliJ 2026.1
7+
- Dropped IntelliJ 2025.1
8+
9+
### Added
10+
11+
- Automatic fetching of Paper versions in the project wizard.
12+
- More advanced customization in custom project templates, including:
13+
- Visibility control for property groups.
14+
- Inline Gradle plugin enabling and version selection.
15+
- Several new inspections for mixins:
16+
- `@Shadow` parameter names not matching their target.
17+
- Parameter name mismatch compared to the target class in unobfuscated versions.
18+
- Mixin class types that don't match the target's type.
19+
20+
### Changed
21+
22+
- The Run and Build tool windows now open automatically during project creation or Maven import.
23+
- Updated Fabric mixin parameter handling for versions 0.17.0 and higher.
24+
- Downgraded the parameter name mismatch inspection to a weak warning.
25+
26+
### Fixed
27+
28+
- Fixed translation folding when arguments are provided as an explicit array.
29+
- Fixed an issue where the Paper library would sometimes not be detected.
30+
- Fixed unintended renaming of mixin targets incorrectly affecting strings and non-Java files.
31+
- Fixed local and inner classes being incorrectly disallowed in mixins.
32+
- Improved the accuracy of parameter name inspections by correctly handling local variable table (LVT) ordering.
33+
- Fixed NeoForge version detection when in vanilla mode.
34+
335
## [1.8.11]
436

537
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1g
2323

2424
ideaVersionName = 2025.2
2525

26-
coreVersion = 1.8.11
26+
coreVersion = 1.8.12
2727

2828
# Silences a build-time warning because we are bundling our own kotlin library
2929
kotlin.stdlib.default.dependency = false

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Minecraft Development for IntelliJ
2727
</tr>
2828
</table>
2929

30-
Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.11-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
30+
Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.12-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
3131
----------------------
3232

3333
<a href="https://discord.gg/j6UNcfr"><img src="https://i.imgur.com/JXu9C1G.png" height="48px"></img></a>

0 commit comments

Comments
 (0)