Skip to content

Commit

Permalink
Updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Apr 17, 2024
1 parent 96fbf2f commit 57178d6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
16 changes: 15 additions & 1 deletion docs/changelog/gdextension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog/gdnative.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/godot3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57178d6

Please sign in to comment.