Skip to content

Commit b982951

Browse files
committed
Update breaks clauses for iris, update changelog, and bump version to 0.9.1-beta.2
1 parent 4ec767a commit b982951

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
Everything above the line is ignored and not included in the changelog. Everything below will be in the
55
changelog on GitHub, Modrinth and CurseForge.
66
----------
7-
Sodium [SodiumVersion]() for Minecraft [MCVersion]() updates to Minecraft 26.2, and adds asynchronous occlusion culling.
7+
Sodium [SodiumVersion]() for Minecraft [MCVersion]() improves stability by fixing a number of crashes and other bugs.
88

9-
This is the first version to *experimentally* support Vulkan. To access it, use the Graphics API option in video settings.
10-
11-
- Updated to Minecraft 26.2
12-
- Moved all rendering to Mojang's Blaze3D API
13-
- Added Asynchronous Graph Culling and Frame-Independent Task Scheduling ([#2887](https://github.com/CaffeineMC/sodium/pull/2887))
14-
- Improve the presentation and wording of some video options ([#3700](https://github.com/CaffeineMC/sodium/pull/3700))
9+
- Fix hand rendering glitches that happened in specific cases ([#3751](https://github.com/CaffeineMC/sodium/pull/3751))
10+
- Fix crash "getResources is null" ([#3752](https://github.com/CaffeineMC/sodium/pull/3752))
11+
- Fix panorama screenshots crashing ([#3761](https://github.com/CaffeineMC/sodium/pull/3761))
12+
- Fix crash "centroid is null," "allQuads is null," and "geometryPlanes is null" ([#3757](https://github.com/CaffeineMC/sodium/pull/3757))
13+
- Fix crashes resulting from unsafe concurrency in async culling "ArrayIndexOutOfBoundsException" ([#3756](https://github.com/CaffeineMC/sodium/pull/3756))
14+
- Fix incorrect GlyphVertex

buildSrc/src/main/kotlin/BuildConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object BuildConfig {
88
val SUPPORT_FRAPI : Boolean = true
99

1010
// https://semver.org/
11-
val MOD_VERSION: String = "0.9.0"
11+
val MOD_VERSION: String = "0.9.1-beta.2"
1212

1313
val MINECRAFT_VERSION_SHORT: String = MINECRAFT_VERSION
1414
.replace("-snapshot-", "s")

0 commit comments

Comments
 (0)