User: rednesto Date: 08 Jun 25 18:14 Revision: d9a4a5d7df19e02c6ec159ed631fb933324bd111 Summary: 1.8.5 TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=10062&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 13ed8cf4fa6ff11f9053ee1139b21660614d62b7) +++ changelog.md (revision d9a4a5d7df19e02c6ec159ed631fb933324bd111) @@ -1,5 +1,24 @@ # Minecraft Development for IntelliJ +## [1.8.5] + +### Added + +- Support for the 2025.2 EAP + +### Changed + +- Demote a couple of mixin inspections from error to warning +- Allow handler methods to be static even when not required, except for `@Inject` on stock mixin +- Allow `CallbackInfoReturnable.cancel()` in MixinCancellableInspection +- Check bases for `CIR.cancel()` +- Allow `.aw` as alternative access widener file extension + +### Fixed + +- [#2148](https://github.com/minecraft-dev/MinecraftDev/issues/2148) Allow assignment to `@Final` fields in class initializer blocks +- [#2468](https://github.com/minecraft-dev/MinecraftDev/issues/2468) Fix entrypoint checks on non-ending parts of entrypoint references, and handle escapes in entrypoint reference strings + ## [1.8.4] ### Added Index: gradle.properties =================================================================== --- gradle.properties (revision 13ed8cf4fa6ff11f9053ee1139b21660614d62b7) +++ gradle.properties (revision d9a4a5d7df19e02c6ec159ed631fb933324bd111) @@ -23,7 +23,7 @@ ideaVersionName = 2024.2 -coreVersion = 1.8.4 +coreVersion = 1.8.5 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false Index: readme.md =================================================================== --- readme.md (revision 13ed8cf4fa6ff11f9053ee1139b21660614d62b7) +++ readme.md (revision d9a4a5d7df19e02c6ec159ed631fb933324bd111) @@ -35,7 +35,7 @@ -Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.4-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) +Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.5-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) ----------------------