-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(suite-desktop): fix release notes for 25.2
- Loading branch information
1 parent
80064fe
commit ce2e088
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
### 🚀 New features | ||
|
||
- A new entropy check ensures the wallet was generated by a legitimate Trezor device, preventing potential counterfeits. | ||
- Full support for Base, Optimism and Arbitrum One networks. | ||
- A new entropy check to ensure wallets are generated by authentic Trezor devices, enhancing security and preventing potential counterfeits. | ||
- Full support for Base, Optimism, and Arbitrum One networks, expanding compatibility with popular blockchain ecosystems. | ||
|
||
### 🎨 Improvements | ||
|
||
- Improved transaction details for Replace-by-Fee (RBF) now make it easier to speed up transactions. | ||
- Several improvements for the XPR Memo/Destination tags UI in the send and receive flows. | ||
- Solana transactions are now properly decoded, replacing “Unknown transaction” labels in your account history. | ||
- When sending funds, address checks have been redesigned to prompt comparing the Trezor device address with the original source (such as an exchange or friend), helping prevent the risk of sending to a tampered address. | ||
- Enhanced Replace-by-Fee (RBF) transaction details, making it easier to speed up transactions when needed. | ||
- Improved XRP Memo/Destination tag UI in the send and receive flows for a smoother experience. | ||
- Solana transactions are now properly decoded, replacing “Unknown transaction” labels in account history. | ||
- Redesigned address verification when sending funds, prompting users to compare the Trezor device address with the original source (e.g., an exchange or contact) to help prevent sending to a tampered address. | ||
|
||
### 🔧 Bug fixes | ||
|
||
- Fixed labeling for Polygon and BNB Smart Chain networks. | ||
- Resolved minor bugs, enhanced usability, and optimized performance. |