Skip to content

Commit

Permalink
Updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Apr 16, 2024
1 parent 7ca5b62 commit 96fbf2f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/changelog/godot3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ A history of all to [the ***godot3*** branch.](https://github.com/GodotSteam/God

---

## Version 3.32.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: new Remote Storage enum to WorkshopFileType
Expand Down
8 changes: 6 additions & 2 deletions docs/changelog/godot4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ A history of all changes to [the ***godot4*** branch.](https://github.com/GodotS

---

## Version 4.6.2

- Fixed: incorrect constant for PUBLISHED_FILE_UPDATE_HANDLE_INVALID

## Version 4.6.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`
- 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

Expand Down

0 comments on commit 96fbf2f

Please sign in to comment.