-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd3fd2a
commit 05d5f1c
Showing
4 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### 0.3.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2024 Jul 28_ | ||
|
||
#### Improvements | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
### 0.2.0 | ||
### 0.3.0 | ||
|
||
_Released 2023 Sep 17_ | ||
_Released 2024 Jul 28_ | ||
|
||
#### Improvements | ||
|
||
- Updated the default LWJGL version to [3.3.3](https://github.com/LWJGL/lwjgl3/releases/tag/3.3.3). | ||
- Added a predefined accessor for the msdfgen bindings. [[GH-24]](https://github.com/Osmerion/gradle-lwjgl3/issues/24) | ||
- Added platform and architecture presets for FreeBSD x64. | ||
- Added platform and architecture presets for RISC-V 64. | ||
- Added platform and architecture presets for PowerPC 64 LE. | ||
- Updated the default LWJGL version to 3.3.4. [[GH-23]](https://github.com/Osmerion/gradle-lwjgl3/issues/23) | ||
|
||
#### Fixes | ||
|
||
- Corrected invalid GitHub links in published POM. |