User: joe Date: 07 Apr 26 19:22 Revision: 2bad7bff2ad6c574f774f7b24ca80f72bbe66b14 Summary: Bump version to 1.8.13 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10486&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 71d5ec375fd461e8f53dd772fcdbfa5da775552f) +++ changelog.md (revision 2bad7bff2ad6c574f774f7b24ca80f72bbe66b14) @@ -1,5 +1,18 @@ # Minecraft Development for IntelliJ +## [1.8.13] + +### Added + +- Added support for Mixin-based enum extensions. +- Added support for ClassTweaker v2 + +### Fixed + +- Fixed Paper and Velocity templates +- Fixed `No signature of method: java.lang.String.getOrNull() is applicable for argument types: () values: []` when importing a NeoForm project +- Fixed a possible deadlock when detecting Minecraft frameworks + ## [1.8.12] ### Version Support Index: gradle.properties =================================================================== --- gradle.properties (revision 71d5ec375fd461e8f53dd772fcdbfa5da775552f) +++ gradle.properties (revision 2bad7bff2ad6c574f774f7b24ca80f72bbe66b14) @@ -23,7 +23,7 @@ ideaVersionName = 2025.2 -coreVersion = 1.8.12 +coreVersion = 1.8.13 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false Index: readme.md =================================================================== --- readme.md (revision 71d5ec375fd461e8f53dd772fcdbfa5da775552f) +++ readme.md (revision 2bad7bff2ad6c574f774f7b24ca80f72bbe66b14) @@ -31,7 +31,7 @@ -Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.12-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) +Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.13-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) ----------------------