User: rednesto Date: 10 Aug 24 14:08 Revision: d8fb941fb4923d04a9cadd43b096a1a54ea4a961 Summary: Version 1.8.1 TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9582&personal=false Index: changelog.md =================================================================== --- changelog.md (revision b85d54851d47de6fd5f1149922af3b88ebac2d81) +++ changelog.md (revision d8fb941fb4923d04a9cadd43b096a1a54ea4a961) @@ -1,6 +1,6 @@ # Minecraft Development for IntelliJ -## [Unreleased] +## [1.8.1] - 2024-08-10 ### Added @@ -30,7 +30,7 @@ - Recommended Artifact ID value was not sanitized properly - NeoForge versions in the Architectury were not being matched correctly for the first version of a major Minecraft release -## [1.8.0] +## [1.8.0] - 2024-07-14 This release contains two major features: - Support for MixinExtras expressions ([#2274](https://github.com/minecraft-dev/MinecraftDev/pull/2274)) Index: gradle.properties =================================================================== --- gradle.properties (revision b85d54851d47de6fd5f1149922af3b88ebac2d81) +++ gradle.properties (revision d8fb941fb4923d04a9cadd43b096a1a54ea4a961) @@ -24,7 +24,7 @@ ideaVersion = 2023.2.2 ideaVersionName = 2023.2.2 -coreVersion = 1.8.0 +coreVersion = 1.8.1 downloadIdeaSources = true pluginTomlVersion = 232.8660.88