This is a bugfix release that fixes known issues in 3.2.0.
- Fully fixed the camera flickering issue when closing screens
- Fixed drag & drop function not working
- Fixed the issue where the window occasionally doesn't close when exiting the game.
- Massively improved performance of blocking GLFW calls
- Added an API for ensuring thread safety when using native functions
- Re-added support for some popular versions. The currently supported versions are:
1.20.1~1.20.6,1.21.1, and1.21.4~1.21.7. - Fixed compatibility with Frostbyte's Improved Inventory mod
- Added standard cursor cache to improve performance
- Fixed macOS crash (hopefully; tester wanted)
- Added an optimization for the FPS limiter. The enhanced FPS limiter provides more stable FPS and ensures thread safety.
- Improved input latency
- More GLFW threading fixes
- Improved mod compatibility
- Added mouse button cache and monitor cache to improve performance
- Fixed glfwGetKey cache (was causing Shift+clicking to be unable to move items in inventories)
- Implemented GLFW state caching. This allowed Ixeris to achieve full thread safety while maintaining great performance.
- Fixed handling for null callbacks
- Added missing threading check for monitor callbacks
- (1.20.1) Fixed Minecraft#gameThread field not set
- Fixed compatibility with ModernUI mod
- Fixed GLFWErrorCallback description
- Migrated development toolchain to stonecutter on modstitch. While no difference is instantly visible by the user, this makes the development process more streamlined and helps reduce the number of issues caused by dealing with different Minecraft versions
- Dropped support for Minecraft versions that are considered obsolete. The currently supported versions are:
1.20.1,1.21.1,1.21.5,1.21.6,1.21.7
- Correctly fixed camera flickering when closing menus
- Fixed crash when setting window icon
- Fixed camera flickering when closing menus in some cases



