Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Nov 11, 2024
1 parent eb2454d commit 3031de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
* Reverted fast buffer upload to old approach
* The previous method (Using a streaming buffer) didn't show much of an extra performance improvement, but was a lot more complex/error-prone and doesn't work on older GPUs.
* If you notice a significant performance drop or graphical glitches when updating to this version, please open an issue on the GitHub repository.
* 1.21.2+ only: Fixed performance regression on Apple GPUs
* 1.21.2+ only: Screen Batching: Only batch container items and chat screen
* 1.21.2+ only: Added workaround for item cooldown render order issue
* Enforce text layer draw order (Fixes layering issues with custom fonts in server resource packs)
* 1.21.2+ only: Readded Forge support
* 1.21.2+ only: Fixed compatibility with NeoForge 21.3.23+
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ reflect_version=1.3.4

maven_group=net.raphimc
maven_name=ImmediatelyFast
maven_version=1.3.2-SNAPSHOT+1.21.3
maven_version=1.3.2+1.21.3

0 comments on commit 3031de6

Please sign in to comment.