Skip to content

Commit

Permalink
0.26.4 Release & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIIL committed Sep 13, 2024
1 parent 18658ab commit 3379b2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ group = org.quiltmc
description = The mod loading component of Quilt
url = https://github.com/quiltmc/quilt-loader
# Don't forget to change this in QuiltLoaderImpl as well
quilt_loader = 0.26.4-beta.7
quilt_loader = 0.26.4

# Fabric & Quilt Libraries
asm = 9.6
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/quiltmc/loader/impl/QuiltLoaderImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public final class QuiltLoaderImpl {

public static final int ASM_VERSION = Opcodes.ASM9;

public static final String VERSION = "0.26.4-beta.7";
public static final String VERSION = "0.26.4";
public static final String MOD_ID = "quilt_loader";
public static final String DEFAULT_MODS_DIR = "mods";
public static final String DEFAULT_CACHE_DIR = ".cache";
Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/changelog/0.26.4.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Bug fixes:

- Fixed an oversight where Loader can try to open a GUI in a headless environment
- Fixed the solver pre-processor sometimes removing a rule it's optimising when merging rules together.

Changes:

- Mixin compatibility level for quilt mods is currently set to 0.10.0. We'll add a way to change this in the future.
- Include the full solver pre-processor input and output state when it crashes.

Changes from updating Fabric Loader from 0.15.11 to 0.16.2:
Changes from updating Fabric Loader from 0.15.11 to 0.16.4:

- Updated mixin extras to 0.4.1
- Updated mixin to 0.15.2+mixin.0.8.7
- Updated mixin to 0.15.3+mixin.0.8.7
- Added version parsing support for 1.21.2
- Include full entrypoint definition in entrypoint crashes.
- Added support for ignoring newer ASM versions on dedicated servers for 24w33a and later.

0 comments on commit 3379b2e

Please sign in to comment.