Releases: RaphiMC/ImmediatelyFast
Releases · RaphiMC/ImmediatelyFast
ImmediatelyFast 1.2.14
Changelog
- Fixed HUD batching injection ordering issues
- Fixed draw order issues when force drawing batches
- Fixed GL state issues when force drawing batches
- Fixed blend/depth state issues
Please report issues here
ImmediatelyFast 1.2.13
Changelog
- Draw current batch when scissor box changes (Fixes issues with Smooth Scrolling mod)
- Draw current batch when mods render stuff on their own (Fixes issues with Xaero's Minimap)
- Fixed universal HUD batching (1.20.5)
- Rewrote HUD batching for more mod compatibility
Please report issues here
ImmediatelyFast 1.2.12
Changelog
- Added 1.20.5 support
- Workaround for horse marking/armor render order
Please report issues here
ImmediatelyFast 1.2.11
Changelog
- Fixed OpenGL buffer size error when uploading empty buffers
- Added option to order batches by last usage (Fixes glint rendering issue with Truly Modular mod)
- Added support for Iris 1.7.0
Please report issues here
ImmediatelyFast 1.2.10
v1.2.10 Changelog
- Fixed crash on Forge
v1.2.9 Changelog
- 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
Please report issues here
ImmediatelyFast 1.2.9
Changelog
- 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
Please report issues here
ImmediatelyFast 1.2.8
Changelog
- 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
Please report issues here
ImmediatelyFast-1.2.7
Changelog
- Batched command suggestion rendering (Huge performance boost when chat suggestions are rendered)
- Added experimental screen batching (Huge performance boost in container screens with many items)
- Fixed rendering issues with EnderIO
- Don't release actively used BufferBuilders (Fixes random crashes with the Paladins & Priests mod)
- Updated libraries
Please report issues here
ImmediatelyFast-1.2.6
Changelog
- Fixed rendering issues with Highlighter, ItemBorders and mods which use the Iceberg library
- Fixed debug HUD text layering issues
- Updated libraries (MixinExtras and Reflect)
Please report issues here
ImmediatelyFast-1.2.5
Changelog
- Added 1.20.2 support (Fabric tested, Forge untested)
- The 1.19.2 and 1.19.4 versions are not changed except for the version number
Please report issues here