Skip to content

Commit d63b428

Browse files
committed
Update changelog
1 parent 304addf commit d63b428

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

changelog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Minecraft Development for IntelliJ
22

3-
## [1.8.2]
3+
## [Unreleased]
4+
5+
### Added
6+
7+
- [#2391](https://github.com/minecraft-dev/MinecraftDev/issues/2391) Project creator template repo and maven repo authorization
8+
- this makes it possible to use private GitHub or GitLab repos, or any URL that requires an HTTP `Authorization` or custom header to access
9+
- it also supports authenticating to Maven repos to list versions when using a `maven_artifact_version` property in your template through basic authentication
10+
11+
### Fixed
12+
13+
- [#2394](https://github.com/minecraft-dev/MinecraftDev/issues/2394) `Write-unsafe context` errors when using the project creator
14+
- [#2406](https://github.com/minecraft-dev/MinecraftDev/issues/2406) `IllegalStateException: Constraint inSmartMode cannot be satisfied` when opening a project
15+
- [#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
16+
- In this case, the creator will now select the latest version available for the latest Minecraft version supported by Parchment
17+
18+
## [1.8.2] - 2024-10-05
419

520
### Added
621

0 commit comments

Comments
 (0)