User: kyle wood Date: 09 Aug 26 21:10 Revision: 52a49b87f8b07751557a78969c07772b6d196119 Summary: Version 1.8.20 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10605&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 0516217386a9dd75a96c94c3fa8f33edce86701f) +++ changelog.md (revision 52a49b87f8b07751557a78969c07772b6d196119) @@ -1,5 +1,19 @@ # Minecraft Development for IntelliJ +## [1.8.20] + +### Added + +- Added reference provider and auto-complete for `@Mixin(target)` + +### Changed + +- Hide the Yarn version selector for Fabric 26.1+ project creation + +### Fixed + +- Fixed empty template repo list issues + ## [1.8.19] ### Fixed Index: gradle.properties =================================================================== --- gradle.properties (revision 0516217386a9dd75a96c94c3fa8f33edce86701f) +++ gradle.properties (revision 52a49b87f8b07751557a78969c07772b6d196119) @@ -23,7 +23,7 @@ ideaVersionName = 2025.3 -coreVersion = 1.8.19 +coreVersion = 1.8.20 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false