User: joe Date: 19 Dec 25 21:14 Revision: 1afb735a9c6cc5492b528fcae4f4f4770c6748a5 Summary: Bump version to 1.8.11 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10351&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 8fca69df70547585af51b90ab43d4287818745b0) +++ changelog.md (revision 1afb735a9c6cc5492b528fcae4f4f4770c6748a5) @@ -1,5 +1,18 @@ # Minecraft Development for IntelliJ +## [1.8.11] + +### Added + +- Using Minecraft version to recognize unobfuscated Minecraft + +### Fixed + +- Downgraded non-void WrapWithCondition to warning if there is a pop instruction afterwards +- Fixed local templates freezing +- Avoided a crash for unknown MC versions +- Don't suggest that locals can use names with argsOnly = true + ## [1.8.10] ### Fixed Index: gradle.properties =================================================================== --- gradle.properties (revision 8fca69df70547585af51b90ab43d4287818745b0) +++ gradle.properties (revision 1afb735a9c6cc5492b528fcae4f4f4770c6748a5) @@ -23,7 +23,7 @@ ideaVersionName = 2024.3 -coreVersion = 1.8.10 +coreVersion = 1.8.11 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false Index: readme.md =================================================================== --- readme.md (revision 8fca69df70547585af51b90ab43d4287818745b0) +++ readme.md (revision 1afb735a9c6cc5492b528fcae4f4f4770c6748a5) @@ -31,7 +31,7 @@ -Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.10-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) +Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.11-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) ----------------------