From 57178d62e4c57d034568ba54be2c86f454e34e05 Mon Sep 17 00:00:00 2001 From: GP Garcia Date: Tue, 16 Apr 2024 19:01:44 -0500 Subject: [PATCH] Updated changelogs --- docs/changelog/gdextension.md | 16 +++++++++++++++- docs/changelog/gdnative.md | 11 +++++++++++ docs/changelog/godot3.md | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/docs/changelog/gdextension.md b/docs/changelog/gdextension.md index 7491d91c..3546ffdd 100644 --- a/docs/changelog/gdextension.md +++ b/docs/changelog/gdextension.md @@ -4,7 +4,21 @@ A history of all changes to [the ***gdextension*** branch.](https://github.com/G --- -## Version 4.6 Changes +## Version 4.6.2 + +- Added: internal notes about where enums are found +- Added: minor extra helper functions from Steam's client header +- Added: `getSteamID32()` function to convert SteamID64 to SteamID +- Changed: replaced deprecated Controller struct with Inputs struct in `getDigitalActionData()` +- Changed: leaderboard details max now set at highest instead of zero by default +- Fixed: incorrect constant for PUBLISHED_FILE_UPDATE_HANDLE_INVALID +- Fixed: `getAllLobbyData()` sending back all pairs, ***thanks to freehuntx*** + +## Version 4.6.1 + +- Skipped to keep versioning the game with 4.x module + +## Version 4.6 - Added: new Remote Storage enum to WorkshopFileType - Added: two new UGC enums to ItemState and ItemPreviewType diff --git a/docs/changelog/gdnative.md b/docs/changelog/gdnative.md index 705aeade..e205c09f 100644 --- a/docs/changelog/gdnative.md +++ b/docs/changelog/gdnative.md @@ -4,6 +4,17 @@ A history of all changes to [the ***gdnative*** branch.](https://github.com/Godo --- +## Version 3.23.1 + +- Added: internal notes about where enums are found +- Added: minor extra helper functions from Steam's client header +- Added: `getSteamID32()` function to convert SteamID64 to SteamID +- Changed: replaced deprecated Controller struct with Inputs struct in `getDigitalActionData()` +- Changed: in-editor docs +- Changed: leaderboard details max now set at highest instead of zero by default +- Fixed: incorrect constant for PUBLISHED_FILE_UPDATE_HANDLE_INVALID +- Fixed: `getAllLobbyData()` sending back all pairs, ***thanks to freehuntx*** + ## Version 3.23 - Added: two new Friends class constants diff --git a/docs/changelog/godot3.md b/docs/changelog/godot3.md index 142c2606..f33d17dc 100644 --- a/docs/changelog/godot3.md +++ b/docs/changelog/godot3.md @@ -4,7 +4,7 @@ A history of all to [the ***godot3*** branch.](https://github.com/GodotSteam/God --- -## Version 3.32.1 +## Version 3.23.1 - Added: internal notes about where enums are found - Added: minor extra helper functions from Steam's client header