Skip to content

Commit 683326d

Browse files
committed
Bump version to 1.8.15
1 parent be03c80 commit 683326d

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

changelog.md

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

3+
## [1.8.15]
4+
5+
### Added
6+
7+
- Added an error for unrecognized class tweaker versions.
8+
- Added support for project template version ranges, meaning MinecraftDev can now once again load v1 and v2 project templates.
9+
- Improved the error message for invalid template versions.
10+
- Inspection for missing abstract shadows in an enum mixin, for when the target enum has abstract methods.
11+
- Added a quick fix for missing constructor in enum mixin to add a shadow constructor.
12+
- Abstract shadows in enum mixins are no longer reported as unused.
13+
14+
### Fixes
15+
16+
- Fixed token errors in class tweaker files until file is reopened.
17+
- Fixed autocompletion for class tweaker headers.
18+
- Now includes the `official` namespace, and only the namespaces available for the project.
19+
- Now includes `classTweaker v2`.
20+
- `@Shadow` methods for static methods no longer generate as abstract.
21+
- `@Shadow` methods for methods in an enum mixin no longer generate as abstract.
22+
- The "Mixin instantiated within that same mixin using a constructor which doesn't exist" inspection no longer reports when the constructor is unresolved (generates a compile error).
23+
324
## [1.8.14]
425

526
### 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 = 2025.2
2525

26-
coreVersion = 1.8.14
26+
coreVersion = 1.8.15
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
@@ -31,7 +31,7 @@ Minecraft Development for IntelliJ
3131
</tr>
3232
</table>
3333

34-
Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.14-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
34+
Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.15-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
3535
----------------------
3636

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

0 commit comments

Comments
 (0)