Skip to content

Commit

Permalink
Release 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Feb 2, 2024
1 parent 2eaf8c5 commit c51ab04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
* Added NeoForge support (1.20.2 and above)
* Added 1.20.3 and 1.20.4 support
* Reduced memory allocations by avoiding the java Stream API
* Moved away from a single jar for all loaders since NeoForge uses the exact same metadata files as Forge
* Updated dependencies
* Don't include MixinExtras in the jar for loaders which have it built-in
* Reverted back to Fabric Loader 0.14 for more mod compatibility (1.19.x)
* Fixed Blend and Depth state tracking
* Greatly improved performance in ChatScreen
* Added more core shaders to the blacklist
* Fixed sign buffering text squishing when text width is odd
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.2

maven_group=net.raphimc
maven_name=ImmediatelyFast
maven_version=1.2.9-SNAPSHOT+1.20.4
maven_version=1.2.9+1.20.4

0 comments on commit c51ab04

Please sign in to comment.