Skip to content

Commit c36632d

Browse files
committed
Version 1.8.21
1 parent aac1df5 commit c36632d

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Minecraft Development for IntelliJ
22

3+
## [1.8.21]
4+
5+
### Fixed
6+
7+
- Fixed decompile button not working for Fabric and VanillaGradle projects
8+
- Support debugging interpolated MixinExtras expression strings
9+
- Fixed shadow warning on abstract enum constructors
10+
311
## [1.8.20]
412

513
### Added

create_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sys
1818
from typing import List, Tuple
1919

20-
BRANCHES=["2025.2", "2025.3", "2026.1", "2026.2"]
20+
BRANCHES=["2025.3", "2026.1", "2026.2"]
2121

2222
def check_file_contains_version(path: str, version: str) -> bool:
2323
try:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1g
2323

2424
ideaVersionName = 2025.3
2525

26-
coreVersion = 1.8.20
26+
coreVersion = 1.8.21
2727

2828
# Silences a build-time warning because we are bundling our own kotlin library
2929
kotlin.stdlib.default.dependency = false

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Minecraft Development for IntelliJ
3131
</tr>
3232
</table>
3333

34-
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)
34+
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)
3535
----------------------
3636

3737
<a href="https://discord.gg/j6UNcfr"><img src="https://i.imgur.com/JXu9C1G.png" height="48px"></img></a>

0 commit comments

Comments
 (0)