File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Minecraft Development for IntelliJ
2
2
3
- ## [ Unreleased ]
3
+ ## [ 1.8.1 ] - 2024-08-10
4
4
5
5
### Added
6
6
30
30
- Recommended Artifact ID value was not sanitized properly
31
31
- NeoForge versions in the Architectury were not being matched correctly for the first version of a major Minecraft release
32
32
33
- ## [ 1.8.0]
33
+ ## [ 1.8.0] - 2024-07-14
34
34
35
35
This release contains two major features:
36
36
- Support for MixinExtras expressions ([ #2274 ] ( https://github.com/minecraft-dev/MinecraftDev/pull/2274 ) )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ kotlin.code.style=official
24
24
ideaVersion = 2023.2.2
25
25
ideaVersionName = 2023.2.2
26
26
27
- coreVersion = 1.8.0
27
+ coreVersion = 1.8.1
28
28
downloadIdeaSources = true
29
29
30
30
pluginTomlVersion = 232.8660.88
You can’t perform that action at this time.
0 commit comments