Skip to content

Releases: CoolCat467/fix-lwjgl

Version 1.3.2

11 Jul 02:29
32e5d96
Compare
Choose a tag to compare

Since the last release, we have updated the README file, adding information about how this script has had success on an M3 Mac and the Orange Pi 5, as well as adding a notice about a fix for the Could not initialize class com.mojang.blaze3d.systems.RenderSystem issue, updated the pre-commit hooks, added missing py.typed file, switched to using the Trio asynchronous library instead of Asyncio, and add support for more LWJGL 3 shared object files (currently unused though).

What's Changed

Full Changelog: v1.3.1...v1.3.2

Version 1.3.1

14 Mar 23:57
37a1216
Compare
Choose a tag to compare

In this release, we fix LWJGL 2 library path specification, make the LWJGL version resolver more robust, update dependencies, add contribution information, and several minor formatting changes.

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0 - Move config files and change installation

24 Jul 03:47
8a6d324
Compare
Choose a tag to compare

In this release, we attempt to make the project more robust by moving where configuration and data files live to follow the XDG Base Directory Specification (to some extent at least), changing how the project is installed, updating aiohttp to version 3.8.5, and adding pre-commit and dependabot for automatic code formatting and updating requirements respectively.

Full Changelog: v1.2.1...v1.3.0

Update version of aiohttp

20 Dec 04:55
Compare
Choose a tag to compare

Update to aiohttp 3.8.3, fix typo bug with MacOS MoltenVK system library file, and add more type annotations

Full Changelog: v1.2.0...v1.2.1

v1.2.0 - Add option to disable auto download

01 Aug 02:35
814b92a
Compare
Choose a tag to compare

There is now a configuration option to disable the ability for the script to download files from the internet.

Also change spelling, add missing type annotations, and set aiohttp dependency to == 3.8.1 instead of >=3.8.1

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - Major fixes and improve downloading files

03 May 03:08
77b1926
Compare
Choose a tag to compare

Basically, fix a bunch of things I got wrong and make it work properly on other systems, and make downloading code better according to aiohttp's documentation.

v1.0.0

21 Apr 05:27
e3c843e
Compare
Choose a tag to compare

Version 1.0.0, initial public release.