User: kyle wood Date: 29 Mar 26 20:03 Revision: 7e94783e2df7e173ea9636dcdf8acee5522dfe88 Summary: Version 1.8.12 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10452&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 5c430ae035ca3bb1a9702d853cd2b53fc58e57c6) +++ changelog.md (revision 7e94783e2df7e173ea9636dcdf8acee5522dfe88) @@ -1,5 +1,37 @@ # Minecraft Development for IntelliJ +## [1.8.12] + +### Version Support +- Added IntelliJ 2026.1 +- Dropped IntelliJ 2025.1 + +### Added + +- Automatic fetching of Paper versions in the project wizard. +- More advanced customization in custom project templates, including: + - Visibility control for property groups. + - Inline Gradle plugin enabling and version selection. +- Several new inspections for mixins: + - `@Shadow` parameter names not matching their target. + - Parameter name mismatch compared to the target class in unobfuscated versions. + - Mixin class types that don't match the target's type. + +### Changed + +- The Run and Build tool windows now open automatically during project creation or Maven import. +- Updated Fabric mixin parameter handling for versions 0.17.0 and higher. +- Downgraded the parameter name mismatch inspection to a weak warning. + +### Fixed + +- Fixed translation folding when arguments are provided as an explicit array. +- Fixed an issue where the Paper library would sometimes not be detected. +- Fixed unintended renaming of mixin targets incorrectly affecting strings and non-Java files. +- Fixed local and inner classes being incorrectly disallowed in mixins. +- Improved the accuracy of parameter name inspections by correctly handling local variable table (LVT) ordering. +- Fixed NeoForge version detection when in vanilla mode. + ## [1.8.11] ### Added Index: gradle.properties =================================================================== --- gradle.properties (revision 5c430ae035ca3bb1a9702d853cd2b53fc58e57c6) +++ gradle.properties (revision 7e94783e2df7e173ea9636dcdf8acee5522dfe88) @@ -23,7 +23,7 @@ ideaVersionName = 2025.2 -coreVersion = 1.8.11 +coreVersion = 1.8.12 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false Index: readme.md =================================================================== --- readme.md (revision 5c430ae035ca3bb1a9702d853cd2b53fc58e57c6) +++ readme.md (revision 7e94783e2df7e173ea9636dcdf8acee5522dfe88) @@ -27,7 +27,7 @@ -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) +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) ----------------------