User: joe Date: 26 Nov 25 21:49 Revision: d312655a0dd37ac9924b3ce6cdc45685e9e03c02 Summary: Bump version to 1.8.10 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10325&personal=false Index: changelog.md =================================================================== --- changelog.md (revision ce5002cbae81fb2629c0a26670c7022551931b8a) +++ changelog.md (revision d312655a0dd37ac9924b3ce6cdc45685e9e03c02) @@ -1,5 +1,13 @@ # Minecraft Development for IntelliJ +## [1.8.10] + +### Fixed + +- Fixed `transitive-*` being reported as an error in class tweakers. +- Fixed all local classes being reported as being inside a mixin. +- Fixed write-unsafe context errors when using the project creator. + ## [1.8.9] ### Fixed Index: gradle.properties =================================================================== --- gradle.properties (revision ce5002cbae81fb2629c0a26670c7022551931b8a) +++ gradle.properties (revision d312655a0dd37ac9924b3ce6cdc45685e9e03c02) @@ -23,7 +23,7 @@ ideaVersionName = 2024.3 -coreVersion = 1.8.9 +coreVersion = 1.8.10 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false Index: readme.md =================================================================== --- readme.md (revision ce5002cbae81fb2629c0a26670c7022551931b8a) +++ readme.md (revision d312655a0dd37ac9924b3ce6cdc45685e9e03c02) @@ -31,7 +31,7 @@ -Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.9-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) +Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.10-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327) ----------------------