You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
# Minecraft Development for IntelliJ
2
2
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
0 commit comments