Skip to content

Commit 9935f8f

Browse files
committed
Add changelog entry for EOS 2025.07.29
1 parent bb07201 commit 9935f8f

File tree

6 files changed

+45
-0
lines changed

6 files changed

+45
-0
lines changed

docs/changelog.mdx

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,54 @@ import ImageFlicking from "@site/src/ImageFlicking";
77

88
import Image_20250214_EarlyPreview1 from "./changelog/2025.02.14/early_preview_1.png";
99
import Image_20250214_EarlyPreview2 from "./changelog/2025.02.14/early_preview_2.png";
10+
import Image_20250729_FriendCode1 from "./changelog/2025.07.29/friend_code_1.png";
11+
import Image_20250729_FriendCode2 from "./changelog/2025.07.29/friend_code_2.png";
12+
import Image_20250729_FriendCode3 from "./changelog/2025.07.29/friend_code_3.png";
13+
import Image_20250729_FriendCode4 from "./changelog/2025.07.29/friend_code_4.png";
14+
import Image_20250729_FriendCode5 from "./changelog/2025.07.29/friend_code_5.png";
1015

1116
This document describes the changes made in each release.
1217

18+
### 2025.07.29
19+
20+
This release updates the "Minute of Mayhem" example project to demonstrate the "Add Friend by Friend Code" flow, and fixes several issues:
21+
22+
<ImageFlicking
23+
images={[
24+
{
25+
url: Image_20250729_FriendCode1,
26+
altText:
27+
"A screenshot of entering a friend code in the new 'Add Friend' section of the example project.",
28+
},
29+
{
30+
url: Image_20250729_FriendCode2,
31+
altText:
32+
"A screenshot showing a friend having been located via a friend code, and a button to send a friend request.",
33+
},
34+
{
35+
url: Image_20250729_FriendCode3,
36+
altText:
37+
"A screenshot showing the progress indicator when a friend request is being sent.",
38+
},
39+
{
40+
url: Image_20250729_FriendCode4,
41+
altText:
42+
"A screenshot of the friend list showing an entry where the remote player is yet to accept the friend request.",
43+
},
44+
{
45+
url: Image_20250729_FriendCode5,
46+
altText:
47+
"A screenshot of the friend list showing an incoming friend request, and the actions a player can take to respond to the friend request.",
48+
},
49+
]}
50+
/>
51+
52+
- The ["Minute of Mayhem" example project](./examples/minute/index.mdx) now demonstrates how to implement "Add Friend by Friend Code" flow with cross-platform friends.
53+
- Fixed an issue where several functions for the friend list widget binding did not correctly indicate whether the action was appropriate for the friend list entry.
54+
- Fixed an issue where console clients could not join an Anti-Cheat protected dedicated server.
55+
- Fixed an issue where the Paid Edition download from the License Manager would not rebuild under Visual Studio if the build environment or SDK was different than the pre-built binaries.
56+
- Fixed an issue where post-staging hooks did not locate the EOS SDK correctly if it was placed in the project's Plugins folder.
57+
1358
### 2025.07.23
1459

1560
This release fixes several issues:
1.81 MB
Loading
1.82 MB
Loading
1.82 MB
Loading
1.84 MB
Loading
1.75 MB
Loading

0 commit comments

Comments
 (0)