Skip to content

Commit 1fdecca

Browse files
authored
add 5.37.0 blog (#2557)
1 parent e2917ab commit 1fdecca

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

176 KB
Loading
74.1 KB
Loading

docs/docs/guide/whatsNew.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ title: What's New
44
slug: /whatsNew
55
---
66

7+
# Release 5.37.0
8+
9+
## Collectibles
10+
11+
You can now add SEP-50 collectibles to your Freighter wallet on Mainnet,
12+
Testnet, and Futurenet. If your account is the owner of a collectible, click
13+
`Collectibles` in the Account view. Once you're in the Collectibles view, click
14+
the options icon on the right side of the screen. This will show you a dropdown
15+
with the option to `Add manually`. Clicking that will take you to a screen to
16+
input your collectible's contract address, as well as its token id. Once you've
17+
successfully done that, if your account is the owner of the collectible, you
18+
will now see it in your `Collectibles` view. You'll also be able to send it to
19+
another user, just as you would any payment, using the `Send` button.
20+
21+
<img src={require("./assets/5.37.0/add_collectibles.png").default} alt="Add
22+
Collectibles" width="300"/>
23+
24+
## Memo checks
25+
26+
Freighter's Send flow now has enhanced memo requirement checking. If your
27+
destination needs a memo, we'll remind you to make sure your payment gets to
28+
where it's supposed to go. This is especially useful when you're sending payment
29+
to exchanges, which often require memos.
30+
31+
<img src={require("./assets/5.37.0/memo_required.png").default} alt="Memo
32+
Required" width="300"/>
33+
34+
## Additional bugfixes and stability fixes
35+
36+
[Full changelog](https://github.com/stellar/freighter/releases/tag/5.37.0)
37+
738
# Release 5.36.0
839

940
## Peformance Improvements

0 commit comments

Comments
 (0)