Skip to content

Releases: RaphiMC/ImmediatelyFast

ImmediatelyFast 1.2.12

26 Apr 18:58
7177c16
Compare
Choose a tag to compare

Changelog

  • Added 1.20.5 support
  • Workaround for horse marking/armor render order

Please report issues here

ImmediatelyFast 1.2.11

27 Mar 13:46
3d002e4
Compare
Choose a tag to compare

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

02 Feb 12:42
91da37a
Compare
Choose a tag to compare

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

02 Feb 10:08
c51ab04
Compare
Choose a tag to compare

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

07 Dec 20:28
97f3569
Compare
Choose a tag to compare

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

09 Nov 21:35
6f25fb7
Compare
Choose a tag to compare

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

30 Sep 20:14
869a8cc
Compare
Choose a tag to compare

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

21 Sep 15:33
a9d4cd8
Compare
Choose a tag to compare

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

ImmediatelyFast-1.2.4

16 Sep 11:08
738d05e
Compare
Choose a tag to compare

Changelog

  • Added sign text buffering optimization for a huge FPS boost when signs are rendered. This is disabled by default due to mod incompatibilities. If you want to enable it have a look in the config file.
  • Fixed text translucency issues on Forge
  • Added fast_buffer_upload runtime config state (API)

Please report issues here

ImmediatelyFast-1.2.3

09 Sep 14:33
507e6c6
Compare
Choose a tag to compare

Changelog

  • Fixed crash when AppleSkin is installed on Forge

Please report issues here