User: rednesto Date: 28 Nov 24 17:24 Revision: d63b42874c2bad24e367cddebf50ba006cdc5007 Summary: Update changelog TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9791&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 304addf6a0c9071e5120b16ecd6c37f347c462b1) +++ changelog.md (revision d63b42874c2bad24e367cddebf50ba006cdc5007) @@ -1,9 +1,24 @@ # Minecraft Development for IntelliJ -## [1.8.2] +## [Unreleased] ### Added +- [#2391](https://github.com/minecraft-dev/MinecraftDev/issues/2391) Project creator template repo and maven repo authorization + - this makes it possible to use private GitHub or GitLab repos, or any URL that requires an HTTP `Authorization` or custom header to access + - it also supports authenticating to Maven repos to list versions when using a `maven_artifact_version` property in your template through basic authentication + +### Fixed + +- [#2394](https://github.com/minecraft-dev/MinecraftDev/issues/2394) `Write-unsafe context` errors when using the project creator +- [#2406](https://github.com/minecraft-dev/MinecraftDev/issues/2406) `IllegalStateException: Constraint inSmartMode cannot be satisfied` when opening a project +- [#2382](https://github.com/minecraft-dev/MinecraftDev/issues/2382) No Parchment version was selectable when using a version of Minecraft that Parchment doesn't support explicitly + - In this case, the creator will now select the latest version available for the latest Minecraft version supported by Parchment + +## [1.8.2] - 2024-10-05 + +### Added + - `plugin.yml`, `paper-plugin.yml` and `bungee.yml` main class reference and validity inspection - `mods.toml` and `neoforge.mods.toml` documentation for lookup elements - Support for split strings within inspections and method target references in Mixins ([#2358](https://github.com/minecraft-dev/MinecraftDev/pull/2358))