User: joe Date: 08 Apr 26 13:58 Revision: 6ad3fd78748db020eeac7c651cbe9dcd09f6df89 Summary: Bump version to 1.8.14 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10503&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 496cc32079a2487aa511d23acffd43483a63b203) +++ changelog.md (revision 6ad3fd78748db020eeac7c651cbe9dcd09f6df89) @@ -1,5 +1,17 @@ # Minecraft Development for IntelliJ +## [1.8.14] + +### Added + +- Enhancements to enum mixins: + - Warning for added enum constants not prefixed by the mod id + - Suppress unused warnings for added enum constants + - Line marker for added enum constants + - Error for when enum mixins target non-enum classes + - Error for when a switch statement or expression is used on an enum mixin + - Error for when a constructor is used that doesn't exist in the target class + ## [1.8.13] ### Added Index: gradle.properties =================================================================== --- gradle.properties (revision 496cc32079a2487aa511d23acffd43483a63b203) +++ gradle.properties (revision 6ad3fd78748db020eeac7c651cbe9dcd09f6df89) @@ -23,7 +23,7 @@ ideaVersionName = 2025.2 -coreVersion = 1.8.13 +coreVersion = 1.8.14 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false Index: readme.md =================================================================== --- readme.md (revision 496cc32079a2487aa511d23acffd43483a63b203) +++ readme.md (revision 6ad3fd78748db020eeac7c651cbe9dcd09f6df89) @@ -31,7 +31,7 @@ -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) +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) ----------------------