User: joe Date: 31 Aug 26 12:28 Revision: c36632dde62a39ce377baa5367a3fdbae54f4b6c Summary: Version 1.8.21 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10617&personal=false Index: changelog.md =================================================================== --- changelog.md (revision aac1df5ecfa7f55ba8555515be780f03543dacff) +++ changelog.md (revision c36632dde62a39ce377baa5367a3fdbae54f4b6c) @@ -1,5 +1,13 @@ # Minecraft Development for IntelliJ +## [1.8.21] + +### Fixed + +- Fixed decompile button not working for Fabric and VanillaGradle projects +- Support debugging interpolated MixinExtras expression strings +- Fixed shadow warning on abstract enum constructors + ## [1.8.20] ### Added Index: create_release.py =================================================================== --- create_release.py (revision aac1df5ecfa7f55ba8555515be780f03543dacff) +++ create_release.py (revision c36632dde62a39ce377baa5367a3fdbae54f4b6c) @@ -17,7 +17,7 @@ import sys from typing import List, Tuple -BRANCHES=["2025.2", "2025.3", "2026.1", "2026.2"] +BRANCHES=["2025.3", "2026.1", "2026.2"] def check_file_contains_version(path: str, version: str) -> bool: try: Index: gradle.properties =================================================================== --- gradle.properties (revision aac1df5ecfa7f55ba8555515be780f03543dacff) +++ gradle.properties (revision c36632dde62a39ce377baa5367a3fdbae54f4b6c) @@ -23,7 +23,7 @@ ideaVersionName = 2025.3 -coreVersion = 1.8.20 +coreVersion = 1.8.21 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false Index: readme.md =================================================================== --- readme.md (revision aac1df5ecfa7f55ba8555515be780f03543dacff) +++ readme.md (revision c36632dde62a39ce377baa5367a3fdbae54f4b6c) @@ -31,7 +31,7 @@ -Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.19-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) +Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.21-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) ----------------------