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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Minecraft Development for IntelliJ
2
2
3
+
## [1.8.5]
4
+
5
+
### Added
6
+
7
+
- Support injection point specifiers everywhere
8
+
- Support for the 2025.2 EAP
9
+
10
+
### Changed
11
+
12
+
- Demote a couple of mixin inspections from error to warning
13
+
- Allow handler methods to be static even when not required, except for `@Inject` on stock mixin
14
+
- Allow `CallbackInfoReturnable.cancel()` in MixinCancellableInspection
15
+
- Check bases for `CIR.cancel()`
16
+
- Allow `.aw` as alternative access widener file extension
17
+
- Remove shadow completions explicit proximity
18
+
19
+
### Fixed
20
+
21
+
-[#2148](https://github.com/minecraft-dev/MinecraftDev/issues/2148) Allow assignment to `@Final` fields in class initializer blocks
22
+
-[#2468](https://github.com/minecraft-dev/MinecraftDev/issues/2468) entrypoint checks on non-ending parts of entrypoint references, and handle escapes in entrypoint reference strings
23
+
-[#2470](https://github.com/minecraft-dev/MinecraftDev/issues/2470) Various Mixin fixes
24
+
-`@Shadow` suggestions being incorrectly prioritized
25
+
-`NoSuchElementException` in MixinAnnotationTargetInspection
26
+
-`IllegalStateException` when typing a colon in Java code
@@ -31,7 +35,7 @@ Minecraft Development for IntelliJ
31
35
</tr>
32
36
</table>
33
37
34
-
Info and Documentation [](https://plugins.jetbrains.com/plugin/8327)
38
+
Info and Documentation [](https://plugins.jetbrains.com/plugin/8327)
0 commit comments