User: joe Date: 14 Apr 26 13:58 Revision: 683326d4fce469bfd5d97b0697f8bd312a9aa8f7 Summary: Bump version to 1.8.15 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10532&personal=false Index: changelog.md =================================================================== --- changelog.md (revision be03c807ea8e79dec0b89a949d1de64c8e8cf5be) +++ changelog.md (revision 683326d4fce469bfd5d97b0697f8bd312a9aa8f7) @@ -1,5 +1,26 @@ # Minecraft Development for IntelliJ +## [1.8.15] + +### Added + +- Added an error for unrecognized class tweaker versions. +- Added support for project template version ranges, meaning MinecraftDev can now once again load v1 and v2 project templates. + - Improved the error message for invalid template versions. +- Inspection for missing abstract shadows in an enum mixin, for when the target enum has abstract methods. +- Added a quick fix for missing constructor in enum mixin to add a shadow constructor. +- Abstract shadows in enum mixins are no longer reported as unused. + +### Fixes + +- Fixed token errors in class tweaker files until file is reopened. +- Fixed autocompletion for class tweaker headers. + - Now includes the `official` namespace, and only the namespaces available for the project. + - Now includes `classTweaker v2`. +- `@Shadow` methods for static methods no longer generate as abstract. +- `@Shadow` methods for methods in an enum mixin no longer generate as abstract. +- 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). + ## [1.8.14] ### Added Index: gradle.properties =================================================================== --- gradle.properties (revision be03c807ea8e79dec0b89a949d1de64c8e8cf5be) +++ gradle.properties (revision 683326d4fce469bfd5d97b0697f8bd312a9aa8f7) @@ -23,7 +23,7 @@ ideaVersionName = 2025.2 -coreVersion = 1.8.14 +coreVersion = 1.8.15 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false Index: readme.md =================================================================== --- readme.md (revision be03c807ea8e79dec0b89a949d1de64c8e8cf5be) +++ readme.md (revision 683326d4fce469bfd5d97b0697f8bd312a9aa8f7) @@ -31,7 +31,7 @@ -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) +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) ----------------------