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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,10 @@
16
16
- Full diagnostics report logged on every startup (modpack info, config pack, settings, runtime, system)
17
17
- Crash reports now include a **PackCore Diagnostics** section with the same data as the startup log
18
18
- New `/packcore diagnose` command — shows a compact report in chat with a **click-to-copy** button for easy sharing when reporting issues
19
-
- New `/packcore crashtest` command — triggers a test crash to verify the crash report enrichment is working
19
+
- New `/packcore crashtest` command — triggers a test crash to verify the crash report enrichment is working
20
+
21
+
### Storage Design
22
+
- Replaced the world-join command approach for toggling the Firmament storage overlay with direct reflection — the setting is now applied instantly without requiring a world join
23
+
24
+
### Tab Design
25
+
- SkyHanni compact tab list toggle now applied instantly via reflection instead of a delayed chat command on world join
0 commit comments