Skip to content

Commit 50cde89

Browse files
authored
Add docs for 5.36.0 (#2408)
1 parent 1f3710d commit 50cde89

File tree

3 files changed

+60
-24
lines changed

3 files changed

+60
-24
lines changed
75.6 KB
Loading
24.4 MB
Binary file not shown.

docs/docs/guide/whatsNew.md

Lines changed: 60 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,91 @@ title: What's New
44
slug: /whatsNew
55
---
66

7-
# Release 5.34.0
7+
# Release 5.36.0
88

9-
## App-Wide Design system Update
9+
## Peformance Improvements
1010

11-
For this release, we've freshened up the design system, removed the nav bar at the bottom, and reorganized certain buttons.
11+
We heard your feedback and in Release 5.36.0, we've made improvements to make
12+
Freighter faster and smoother than ever! We've made some updates to lazy load
13+
API requests and we've added even more caching to speed up your Freighter
14+
experience.
1215

13-
Old Homescreen:
14-
<img src={require("./assets/5.34.0/Old_Homescreen_5.34.png").default} alt="Old Homescreen" width="300"/>
16+
Side by side comparison of v5.35.0 and v5.36.0:
1517

16-
New Homescreen:
17-
<img src={require("./assets/5.34.0/New_Homescreen_5.34.png").default} alt="Old Homescreen" width="300"/>
18+
<video width="600" controls>
19+
<source src={require("./assets/5.36.0/side_by_side_5.36.0.mov").default}/>
20+
</video>
1821

22+
## Send and Swap Update
1923

20-
Old History Page:
21-
<img src={require("./assets/5.34.0/Old_History_5.34.png").default} alt="Old History Page" width="300"/>
24+
We've also updated the UX for the Send and Swap flows in Freighter to streamline
25+
the process. This means fewer clicks to send a payment or swap to a different
26+
asset.
2227

23-
New History Page:
24-
<img src={require("./assets/5.34.0/New_History_5.34.png").default} alt="New History Page" width="300"/>
28+
## Copy Your Address
2529

26-
./assets/5.34.0/New_History_5.34.png
30+
For your convenience, we now include a button to copy your address from your
31+
options dropdown
2732

33+
<img src={require("./assets/5.36.0/copy_address.png").default} alt="Copy
34+
Address" width="300"/>
2835

29-
## Settings is now under the top left dropdown navigation
36+
## Additional bugfixes and stability fixes
3037

31-
Old Settings Location:
32-
<img src={require("./assets/5.34.0/Old_settings_button_Location_5.34.png").default} alt="Old Settings Button Location" width="300"/>
38+
[Full changelog](https://github.com/stellar/freighter/releases/tag/5.36.0)
3339

40+
# Release 5.34.0
41+
42+
## App-Wide Design system Update
3443

35-
New Settings Location:
36-
<img src={require("./assets/5.34.0/New_settings_button_Location_5.34.png").default} alt="New Settings Button Location" width="300"/>
44+
For this release, we've freshened up the design system, removed the nav bar at
45+
the bottom, and reorganized certain buttons.
3746

47+
Old Homescreen: <img
48+
src={require("./assets/5.34.0/Old_Homescreen_5.34.png").default} alt="Old
49+
Homescreen" width="300"/>
3850

39-
## Secondary navigation is now in the top left dropdown
51+
New Homescreen: <img
52+
src={require("./assets/5.34.0/New_Homescreen_5.34.png").default} alt="Old
53+
Homescreen" width="300"/>
4054

41-
Old Secondary Nav Location:
42-
<img src={require("./assets/5.34.0/Old_Settings_Dropdown_5.34.png").default} alt="Old Secondary Nav Location" width="300"/>
55+
Old History Page: <img
56+
src={require("./assets/5.34.0/Old_History_5.34.png").default} alt="Old History
57+
Page" width="300"/>
4358

59+
New History Page: <img
60+
src={require("./assets/5.34.0/New_History_5.34.png").default} alt="New History
61+
Page" width="300"/>
4462

45-
New Secondary Nav Location:
46-
<img src={require("./assets/5.34.0/New_Settings_Dropdown_5.34.png").default} alt="New Secondary Nav Location" width="300"/>
63+
./assets/5.34.0/New_History_5.34.png
64+
65+
## Settings is now under the top left dropdown navigation
4766

67+
Old Settings Location: <img
68+
src={require("./assets/5.34.0/Old_settings_button_Location_5.34.png").default}
69+
alt="Old Settings Button Location" width="300"/>
70+
71+
New Settings Location: <img
72+
src={require("./assets/5.34.0/New_settings_button_Location_5.34.png").default}
73+
alt="New Settings Button Location" width="300"/>
74+
75+
## Secondary navigation is now in the top left dropdown
76+
77+
Old Secondary Nav Location: <img
78+
src={require("./assets/5.34.0/Old_Settings_Dropdown_5.34.png").default} alt="Old
79+
Secondary Nav Location" width="300"/>
80+
81+
New Secondary Nav Location: <img
82+
src={require("./assets/5.34.0/New_Settings_Dropdown_5.34.png").default} alt="New
83+
Secondary Nav Location" width="300"/>
4884

4985
## Implements SEP-53 handling for sign-message API
5086

51-
Learn more about SEP-53 message signing [here](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0053.md).
87+
Learn more about SEP-53 message signing
88+
[here](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0053.md).
5289

5390
[Full changelog](https://github.com/stellar/freighter/releases/tag/5.34.0)
5491

55-
5692
# Release 5.33.0
5793

5894
## Discover

0 commit comments

Comments
 (0)