Skip to content

Commit d9a4a5d

Browse files
committed
1.8.5
1 parent 13ed8cf commit d9a4a5d

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

changelog.md

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

3+
## [1.8.5]
4+
5+
### Added
6+
7+
- Support for the 2025.2 EAP
8+
9+
### Changed
10+
11+
- Demote a couple of mixin inspections from error to warning
12+
- Allow handler methods to be static even when not required, except for `@Inject` on stock mixin
13+
- Allow `CallbackInfoReturnable.cancel()` in MixinCancellableInspection
14+
- Check bases for `CIR.cancel()`
15+
- Allow `.aw` as alternative access widener file extension
16+
17+
### Fixed
18+
19+
- [#2148](https://github.com/minecraft-dev/MinecraftDev/issues/2148) Allow assignment to `@Final` fields in class initializer blocks
20+
- [#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
21+
322
## [1.8.4]
423

524
### 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 = 2024.2
2525

26-
coreVersion = 1.8.4
26+
coreVersion = 1.8.5
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
@@ -35,7 +35,7 @@ Minecraft Development for IntelliJ
3535
</tr>
3636
</table>
3737

38-
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)
38+
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)
3939
----------------------
4040

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

0 commit comments

Comments
 (0)