You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Minecraft Development for IntelliJ
2
2
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
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Minecraft Development for IntelliJ
35
35
</tr>
36
36
</table>
37
37
38
-
Info and Documentation [](https://plugins.jetbrains.com/plugin/8327)
38
+
Info and Documentation [](https://plugins.jetbrains.com/plugin/8327)
0 commit comments