Releases: CoolCat467/fix-lwjgl
Version 1.3.2
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
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #31 through 47
- Switch to Trio by @CoolCat467 in #48
Full Changelog: v1.3.1...v1.3.2
Version 1.3.1
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
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #3
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #5
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #6
- [pip dev] (deps-dev): Bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #7
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #8
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #9
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #10
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #11
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #12
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #13
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #15
- [pip dev] (deps-dev): Bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #14
- [pip dev] (deps-dev): Bump aiohttp from 3.9.0 to 3.9.1 by @dependabot in #16
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #17
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #19
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #20
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #21
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #22
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #23
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #24
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #25
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #26
- Better LWJGL version resolver by @CoolCat467 in #18
New Contributors
- @pre-commit-ci made their first contribution in #2
- @dependabot made their first contribution in #7
- @CoolCat467 made their first contribution in #18
Full Changelog: v1.3.0...v1.3.1
v1.3.0 - Move config files and change installation
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
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
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
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
Version 1.0.0, initial public release.