Skip to content

Commit 3379b2e

Browse files
committed
0.26.4 Release & Changelog
1 parent 18658ab commit 3379b2e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group = org.quiltmc
55
description = The mod loading component of Quilt
66
url = https://github.com/quiltmc/quilt-loader
77
# Don't forget to change this in QuiltLoaderImpl as well
8-
quilt_loader = 0.26.4-beta.7
8+
quilt_loader = 0.26.4
99

1010
# Fabric & Quilt Libraries
1111
asm = 9.6

src/main/java/org/quiltmc/loader/impl/QuiltLoaderImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public final class QuiltLoaderImpl {
132132

133133
public static final int ASM_VERSION = Opcodes.ASM9;
134134

135-
public static final String VERSION = "0.26.4-beta.7";
135+
public static final String VERSION = "0.26.4";
136136
public static final String MOD_ID = "quilt_loader";
137137
public static final String DEFAULT_MODS_DIR = "mods";
138138
public static final String DEFAULT_CACHE_DIR = ".cache";
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
Bug fixes:
22

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

56
Changes:
67

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

9-
Changes from updating Fabric Loader from 0.15.11 to 0.16.2:
11+
Changes from updating Fabric Loader from 0.15.11 to 0.16.4:
1012

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

0 commit comments

Comments
 (0)