Changelog

Keep up with the latest Freighter updates.

v1.18.26mobileApril 29, 2026

v1.18.26

Release Changes

Improvements

"Forgot Password" confirmation step — tapping "Forgot Password" now opens a confirmation modal first, making it much harder to accidentally wipe your wallet. (#830)

Fixes

Long-standing Android crash on app restoration — fixes the top MainActivity.onCreate crash that fired when Android tried to restore the app from a saved state. Screen reconstruction is now correctly driven by React Navigation rather than Android's fragment manager. (#844)
No more misleading "transaction expected to fail" warnings on contract sends — sending contract tokens, collectibles, or any asset to a contract address (C...) no longer triggers the unfunded-destination warning, since those transfers don't rely on classic account ledger entries. SAC-wrapped classic assets correctly keep the warning. (#827, #836, #842)

Under the hood

iOS builds work on Xcode 26.4 — fixes a fmt C++20 consteval compile error triggered by Apple clang 21, and lifts the CI Xcode cap so the latest stable Xcode can be selected again. (#841)
Contributing guide — new guide to help external contributors get up and running faster. (#804)
v5.40.0extensionApril 24, 2026

5.40.0

5.40.0

v1.17.26mobileApril 24, 2026

v1.17.26

Release Changes

What's new

Discover V2 — a reimagined Discover tab with a trending protocol carousel, an in-depth protocol details view, a smoother search experience, and a redesigned bottom bar that brings the URL, navigation, and tab tools together. First-time visitors also see a brief welcome tour. (#780)
Remote Maintenance Mode — lets the team put Freighter into a controlled maintenance state remotely to communicate outages or planned updates directly in the app. (#769)

Improvements

Smoother bottom sheets — the action buttons at the bottom of sheets (Send, Swap, History, etc.) now animate in sync with the sheet content, ending the small desync you could see when opening or dismissing. (#819)
Cleaner QR flow transitions — switching between the Scan and Receive QR screens now cross-fades instead of sliding, while every other entry point keeps its familiar slide-in. (#833)
More resilient collectible loading — NFT metadata fetches are now bounded with sensible defaults so a slow or misbehaving host can no longer stall the Collectibles or History tabs. (#835)

Fixes

Android 15+ edge-to-edge — fixes blank white strips at the top and bottom of the screen on devices running Android 15 or newer. (#834)
Transaction memo row — the memo row is now hidden on operation types where it doesn't apply (e.g., Soroban contract invocations), cleaning up transaction details. (#798)

Under the hood

Removed a leftover in-app debug panel that displayed local analytics events. (#796)
New dependency safeguards — packages must now mature for at least 7 days before they can be installed, reducing supply-chain risk. (#797)
iOS CI pipeline pinned to a compatible Xcode version to keep builds green. (#802)
Smoother local Android development experience for contributors. (#832)
v5.39.0extensionApril 16, 2026

5.39.0

5.39.0

What's Changed

Feature/new release pipeline by @piyalbasu in https://github.com/stellar/freighter/pull/2668
Auto Focus password fields by @leofelix077 in https://github.com/stellar/freighter/pull/2669
add amplitude SDK to extension by @leofelix077 in https://github.com/stellar/freighter/pull/2659
chore: update name of signAuthEntry playground param variable to entryXdr by @leofelix077 in https://github.com/stellar/freighter/pull/2653
Show network on dApp requests by @leofelix077 in https://github.com/stellar/freighter/pull/2667
Min release age by @piyalbasu in https://github.com/stellar/freighter/pull/2670
Add maintenance mode through Amplitude by @leofelix077 in https://github.com/stellar/freighter/pull/2666
Update default build type for local development by @leofelix077 in https://github.com/stellar/freighter/pull/2676
Add ref_name input to beta and production deploy workflows by @piyalbasu in https://github.com/stellar/freighter/pull/2681
Add sidebar mode support (#2632) by @piyalbasu in https://github.com/stellar/freighter/pull/2672
Bump @stellar/stellar-sdk to 15.0.1 by @piyalbasu in https://github.com/stellar/freighter/pull/2696
port contract id search back to master by @piyalbasu in https://github.com/stellar/freighter/pull/2684
correct the tag on release artifact by @piyalbasu in https://github.com/stellar/freighter/pull/2683
v5.39.0 by @github-actions[bot] in https://github.com/stellar/freighter/pull/2697
v1.16.26mobileApril 16, 2026

v1.16.26

What's Changed

Add support for Protocol 26 (https://github.com/stellar/freighter-mobile/pull/820)
Update iOS camera usage description (https://github.com/stellar/freighter-mobile/pull/823)
v5.38.3extensionApril 4, 2026

5.38.3

What's Changed

Bugfix/contract id search by @piyalbasu in https://github.com/stellar/freighter/pull/2679
[Emergency Release] v5.38.3 by @github-actions[bot] in https://github.com/stellar/freighter/pull/2678
v1.14.25mobileApril 4, 2026

v1.14.25

What's Changed

Emergency release to fix a crash related to stellar.expert now returning Soroban contract tokens in search results.

Fixes included (https://github.com/stellar/freighter-mobile/pull/801)

Fix crash when adding contract tokens from search — stellar.expert now returns contract tokens where asset is a raw contract ID instead of CODE-ISSUER-TYPE. The parsing in useTokenLookup was updated to detect contract IDs and read metadata from the new top-level fields (code, decimals, token_name) with tomlInfo as fallback.
Prevent crash when swapping custom/Soroban tokens — Custom tokens cannot be swapped via Horizon's classic DEX. Added an early check in findSwapPath that shows "Swapping custom tokens is not supported yet" instead of crashing.
v1.13.25mobileMarch 23, 2026

v1.13.25

v1.13.25 – What's new

This release focuses on dApp signing capabilities, performance improvements, and bug fixes.

dApp signing

stellar_signAuthEntry support: Freighter now handles the stellar_signAuthEntry method from dApps, enabling authorization entry signing flows via WalletConnect. (#743)

Performance

Faster wallet unlocking: key derivation and decryption operations have been optimized, resulting in noticeably faster unlock and signing flows. (#738)
Better icon URL validation & caching: token icon loading now validates URLs more strictly and caches results, improving performance, reducing flicker and failed image loads. (#704)

Bug fixes

History item navigation fix: resolved an issue where tapping the same history item twice in a row would not re-open the detail screen. (#741)
Correct decimal handling in SignTransaction: asset decimals are now properly resolved from the asset metadata when displaying transaction amounts, fixing incorrect formatting for certain tokens. (#766)
Fixed Signer & Source display: dApp transaction detail screens now show clearer Signer and Source account information with an updated UI. (#773)
v5.38.2extensionMarch 13, 2026

5.38.2

Fixes a bug where the decimal amount was not being applied properly to the display value in the asset diffs section of a transaction review panel.

https://github.com/stellar/freighter/pull/2647

v5.38.1extensionMarch 4, 2026

5.38.1

5.38.1

v5.38.0extensionMarch 3, 2026

5.38.0

*New Features*

:new: Show/Hide collectibles: https://github.com/stellar/freighter/issues/2331

*Enhancements*

:muscle: Show automated notification when RPC is unhealthy: https://github.com/stellar/freighter/issues/2342

:muscle: Show unable to scan state when Blockaid calls fail: https://github.com/stellar/freighter/issues/2324

:muscle: Make e2e tests more reliable: https://github.com/stellar/freighter/issues/2357

*Security fixes*

:lock: Show full contract id on sign transaction screen width expand: https://github.com/stellar/freighter/issues/2236

*Bug fixes*

:bug: sign-transactions balances call should fail silently: https://github.com/stellar/freighter/issues/2437

:bug: fixes SAC check for add asset flow in submit transaction: https://github.com/stellar/freighter/issues/2537

:bug: Adjust unfunded account errors: https://github.com/stellar/freighter/issues/2549

:bug: disable swap button before user has selected dest: https://github.com/stellar/freighter/issues/2445

:bug: Fix broken scroll on "Import wallet from recovery phrase" view: https://github.com/stellar/freighter/issues/2590

v1.12.25mobileFebruary 24, 2026

v1.12.25

New Features

dApp Message Signing — You can now sign messages requested by decentralized applications (dApps) directly from Freighter Mobile. (#723)
Collectibles on Testnet — Collectibles (NFTs) are now viewable when using the Stellar Testnet. (#702)

Improvements

Better Transfer UX for Unfunded Accounts — Sending funds to a new, unfunded account now provides clearer guidance instead of a confusing error. (#697)
Swap Error Messages — When a token swap fails, you will now see a clear, actionable error message instead of a silent failure. (#679)

Bug Fixes

Clipboard Paste on Add Token — Fixed paste from clipboard not working correctly on the Add Token screen. (#681)

Maintenance

Pinned All Dependencies — All project dependencies are now pinned to exact versions to prevent unexpected behavior from automatic minor/patch updates. (#671)
Rotated Service Credentials — Routine rotation of service keys
v5.37.3extensionFebruary 18, 2026

5.37.3

5.37.3

v5.37.2extensionFebruary 13, 2026

5.37.2

5.37.2

v5.37.1extensionJanuary 27, 2026

5.37.1

5.37.1

What's Changed

release/5.37.1 by @piyalbasu in https://github.com/stellar/freighter/pull/2554
Removes clipboard access in Add Collectible flow
v5.37.0extensionJanuary 27, 2026

5.37.0

5.37.0

What's Changed

Local env improvements by @piyalbasu in https://github.com/stellar/freighter/pull/2500
Release/5.37.0 by @piyalbasu in https://github.com/stellar/freighter/pull/2409

Bug Fixes

🐛 fixes settings state persistence for asset selection in send and swap: https://github.com/stellar/freighter/pull/2423

🐛 Add error handling for Search Asset results: https://github.com/stellar/freighter/pull/2389

🐛 Fixes handling minResourceFee for Soroban transactions

🐛 Fixes issue with retrying mnemonic phrase https://github.com/stellar/freighter/pull/2534

New Features

🆕 Feature/collectibles home tab: https://github.com/stellar/freighter/pull/2405

🆕 Dismissable App Promo Banner: https://github.com/stellar/freighter/pull/2394

🆕 Feature/add collectibles: https://github.com/stellar/freighter/pull/2423

🆕 Feature/collectible detail: https://github.com/stellar/freighter/pull/2451

🆕 Add memo-required flows for Dapp + Normal send: https://github.com/stellar/freighter/pull/2400

🆕 Add Cap-67/Mux address support: https://github.com/stellar/freighter/pull/2471

🆕 Add collectibles to send flow: https://github.com/stellar/freighter/pull/2473

🆕 Surface transfers in history: https://github.com/stellar/freighter/pull/2503

🆕 Support collectible history: https://github.com/stellar/freighter/pull/2505

Improvements & Infrastructure

🚤 Update PT Translations and usage: https://github.com/stellar/freighter/pull/2404

🚤 Add shadcn sheet and use on asset/collectible detail: https://github.com/stellar/freighter/pull/2463

🚤 [CHORE] adds form feedback link: https://github.com/stellar/freighter/pull/2461

🚤 [CHORE] adds platform to events emitted: https://github.com/stellar/freighter/pull/2458

🚤 [CHORE] upgrades stellar sdk to latest version: https://github.com/stellar/freighter/pull/2480

🚤 fixes issue with missing translation helper and extra import: https://github.com/stellar/freighter/pull/2459

v1.11.25mobileJanuary 27, 2026

v1.11.25

What’s new

This release focuses on transaction/history UX improvements, token icon reliability, and mobile build + performance updates, plus dependency upgrades.

Transaction history improvements

Better “asset changes” display: history and transaction details now support showing multiple asset diffs (helpful for swaps, contract interactions, and operations that touch more than one asset).
More consistent “Received / Sent” logic: unified handling across history types, with clearer “Multiple” labeling when applicable.
Refreshed empty states: new reusable refresh UI for empty history screens, with improved layout flexibility.

Token icons & visuals

More resilient token icons: token rendering now supports fallback content if images are missing/invalid/slow to load, and shows a loading spinner while fetching.
Bundled Circle USDC icon (mainnet): Circle USDC on public network now uses a bundled local logo for consistency and reliability.

Discovery / dApp UX tweaks

Discovery WebView container now supports explicitly controlling JavaScript + DOM storage enablement, and general handling was adjusted for consistency.
Connected apps and dApp connection screens now try to display known protocol branding (name/icon) when the domain matches a known entry.

Build, performance & maintenance

Android release builds: Proguard enabled for release builds, with an expanded ruleset for React Native + common libraries.
Metro bundler: production minifier configuration updated to reduce console/debug output and improve minification.
iOS / CocoaPods: Podfile updated to ensure pod deployment targets are compatible with newer Xcode requirements, and pods were updated.
Dependency updates: WalletConnect/Reown packages, Stellar SDK, get-random-values, async-storage, netinfo, and others were bumped/pinned for stability.
Security improvements: routine hardening and validation improvements.
v5.36.3extensionJanuary 8, 2026

5.36.3

What's Changed

Bump @stellar/freighter-api version to by @github-actions[bot] in https://github.com/stellar/freighter/pull/2432
add notice by @piyalbasu in https://github.com/stellar/freighter/pull/2452
Overwrite partially created account: #2497
Release/5.36.3 by @piyalbasu in https://github.com/stellar/freighter/pull/2498
v1.10.24mobileJanuary 8, 2026

Release 1.10.24

This release fixes the incompatibility with the USDC icon. (https://github.com/stellar/freighter-mobile/pull/655)

v5.36.2extensionDecember 12, 2025

5.36.2

5.36.2

What's Changed

force update to freighter-api 6.0.1 by @piyalbasu in https://github.com/stellar/freighter/pull/2433
Release/5.36.2 by @piyalbasu in https://github.com/stellar/freighter/pull/2457
Update React dependencies #2455
v1.9.24mobileDecember 4, 2025

v1.9.24

:sparkles: New Features

Enable sending to Muxed address on both Classic and Soroban
Split Tokens by verification status on search results
Enable "Sign and Submit" WalletConnect method

:hammer_and_wrench: Improvements

Upgrade react-native dependency from 0.78.0 to 0.81.4
Upgrade several other dependencies
Prevent flooding Sentry with MP collections error
Default backend V2 url to stg on Dev builds

:bug: Bug fixes

Fix fiat amount conversion on Send amount screen
v5.36.1extensionDecember 3, 2025

5.36.1

5.36.1

What's Changed

Bump @stellar/freighter-api version to by @github-actions[bot] in https://github.com/stellar/freighter/pull/2398
Release/5.36.1 by @piyalbasu in https://github.com/stellar/freighter/pull/2426
Fixes Sign transaction|message|sign auth entry not showing the requested address #2411
upgrade react and react-dom to 19.0.1 by @piyalbasu in https://github.com/stellar/freighter/pull/2431
v1.8.24mobileNovember 18, 2025

v1.8.24

:bug: Bug fix

Fix decimal places while displaying custom token balances
v1.7.24mobileNovember 13, 2025

v1.7.24

:sparkles: New Features

Send Collectibles
Now users are able to send collectibles between them
App Update screen and banner
Now users will know when there is a new (critical or not) app version to be downloaded
Biometrics Auto-trigger
Now the biometrics scan is auto-triggered for logged out users on app open

:hammer_and_wrench: Improvements

Protocol 24 support (backend only changes)
Gracefully handle "unable to scan" states
Default to recommended fee on Send and Swap flows
Remove extra padding when keyboard is visible
Update designs on some informational bottom sheets
Adjust Biometric toggle button size
Allow more flexibility on handling Prod and Dev variants on Amplitude
Enable app distribution through GH Action workflows

:bug: Bug fixes

Fix derived accounts being skipped on import wallet flow
Fix crash on adding and removing custom tokens
Fix Blockaid scanning being rate-limited (less frequent scans)
Fix language detection not working on iOS
v1.6.23mobileOctober 15, 2025

v1.6.23

:hammer_and_wrench: Improvements

Split app into Prod and Dev variants
Pull down to refresh on entire home screen
Blockaid token scanning on all tokens in an accounts balances
Blockaid transaction/token scanning on Swap flow
Add Transaction details modal on Swap review screen
Unify transaction settings in a single bottom sheet
Open all external links using in-app browser
Refactor Button component to better accommodate biometric option
Add localization support for numbers and dates
Port Input component to NativeWind
Port TextArea component to NativeWind
Add Freighter Dev setting to choose between backend instances
Add support for 16 KB memory page sizes on Android
Add API for sending collectibles
Add Pull Request template
Several security improvements

:bug: Bug fixes

Fix bad scan parameters on Add Token flow
Fix buttons being cut off on small devices
Fix some analytics properties being dynamically created
Show actual charged fee on details after completing a transaction
Show max spendable (XLM) balance on Send and Swap amount screens
v1.3.23mobileSeptember 22, 2025

v1.3.23

Fixes several bugs in the add-token flow https://github.com/stellar/freighter-mobile/pull/377https://github.com/stellar/freighter-mobile/pull/377
Adds performance improvements to account history https://github.com/stellar/freighter-mobile/pull/342
v1.2.23mobileSeptember 18, 2025

v1.2.23

:hammer_and_wrench: **Fixes & Improvements**

Fix import wallet flow for Biometrics
Keep multiple WebView sessions alive while app is open
Use Sign Transaction UI/UX for token removal
Allow "pull-to-refresh" on Collectibles empty state
Allow closing all tabs from Discover tabs grid
Sanitize recovery phrase while pasting it
Mask/Unmask password and recovery phrase inputs
Consistency on screen transitions and button sizes
Improve QR Code validation and error messages
Improve token delta percentage comparison
Several other UI polishes
v1.0.23-(21)mobileSeptember 10, 2025

v1.0.23-(21)

:sparkles: **New Features**

Allow automatic Collectibles fetching
Delete account functionality

:hammer_and_wrench: **Fixes & Improvements**

Remove Swap from iOS
Upgrade to yarn v4.9.4 and add resolutions
Improve camera roll error handling
Ensure Collectible image adapts to the screen size
v1.0.23mobileSeptember 6, 2025

v1.0.23

:sparkles: **New Features**

Add Collectibles using contract address and token ID
You can also save them to the camera roll
Biometrics to unlock wallet and approve transactions
Coinbase on-ramp to easily add funds to your wallet (Android only)
Word bubbles for Recovery Phrase verification
Verified token lists to display token icons
QR Code scanning to send payment between Freighter wallets
Sentry to track errors

:hammer_and_wrench: **Fixes & Improvements**

Stellar Wallets kit now opens straight to the WalletConnect modal
Blockaid scanning on Send flow
Send and Swap UX improvements
Collapsible panels on transaction details
Blur thumbnails on Discover tabs grid
Lots of UI polishes and updates
Some security improvements
Several bug fixes
v0.9.23mobileAugust 26, 2025

v0.9.23

:sparkles: **New Features**

Increased Blockaid coverage
We are now also scanning dApp Transactions and Token search results
We are now displaying comprehensive Transaction Details when signing dApp transactions including auth entries details
Collectibles UI
This version shows how Collectibles should be displayed
Please note that it's using dummy data for now to illustrate the UI components as the "Add collectible" functionality is not implemented yet
Validate memo required addresses
Increased security while checking if the destination address requires a memo
New route for Add or Managing Tokens
Adding or managing tokens are now easily accessible through a settings button on tokens list header

:hammer_and_wrench: **Fixes & Improvements**

Replace all mentions of "asset" with "token" instead for consistency
Fixed welcome banner appearing for funded accounts
Allow background button taps while keyboard is on screen
v0.8.23-(16)mobileAugust 12, 2025

v0.8.23 (16)

:hammer_and_wrench: **Fixes & Improvements**

Disable location services for QR Code camera
Add Settings toggle for "Hide small payments"
Allow closing last tab from Discover tabs grid
Fix pixel value Text size calculation for periodic numbers
Remove unused "Hide asset" button
Add missing string for NSUserTrackingUsageDescription
v0.8.23mobileAugust 7, 2025

v0.8.23 (15)

:sparkles: **New Features**

New UX for Wallet Connect
Deep-link is now available! You should be able to search for "Freighter" on WalletConnect's list of wallets
You can now disconnect from a single dApp on the Connected Apps screen
You can now quickly scan QR codes from Home navigation bar
Blockaid scanning
Increased security when Adding new Tokens or connecting to dApp domains through Blockaid scanning
*We will cover other areas like dApp transaction signing, Token search results, Send, Swap and Balances in following releases

:hammer_and_wrench: **Fixes & Improvements**

Fix No Internet Connection red banner appearing on every app launch
New app logo on all screens including the splash screen
Clear webview cache to ensure users are always seeing latest dApp versions
Add iOS permission request for analytics tracking
Add Discover disclaimer
Improve handling of spendable XLM funds on Swap
Improve responsiveness of Swap layout
Better support for liquidity pool on history
Prevent immediate row highlight when scrolling lists
Several other minor UI polishes and bug fixes
v0.7.23mobileJuly 24, 2025

v0.7.23

:sparkles: **New Features**

Discover
The app now has an in-app browser on the third tab where you can connect and sign transactions from Stellar dApps without leaving the mobile app
Analytics
The mobile app is now sending events to Amplitude, it should be mimicking all extension events
It is also sending some extra props in all events like:
network: TESTNET | PUBLIC
platform: Android | iOS
platformVersion: Android or iOS OS version
connectionType: Internet connectivity (wifi, cellular, etc.)
appVersion: e.g.: 0.7.23
buildVersion: e.g.: 13
bundleId: org.stellar.freighterwallet
Protocol 23 support
The stellar-sdk package has been upgraded to v14.0.0-rc.3
Skip recovery phrase modal
Users are now alerted of the risks about not properly saving your recovery phrase and skipping its verification
Send and Swap buttons on Token Details screen
Users can now send and swap directly from token details screen
New route for Wallet Connect
You can now access your connected apps on Home screen's right header button
New app logo
App logo has been updated to its beautiful purple version

:hammer_and_wrench: **Fixes & Improvements**

Fix responsiveness of top bar buttons
Fix Send to Contracts on Mainnet
Fix numeric keyboard for small screens
Fix Classic tokens icon and name for Soroban transactions on History screen
Pricing delta is now represented using +/- signs instead of arrows
Upgrade stellar-hd-wallet to latest v1.0.2
Upgrade react-native-crypto to latest v2.2.1
Several other minor UI polishes and bug fixes

:bug: Known Issues

Not all dApps are able to connect and sign transactions on mobile:
Can Connect and Sign Transactions: Aquarius, Etherfuse, FxDAO, StellarTerm, Soroban Domains and XL Meme
Can only Connect: Phoenix and StellarX
Can't connect: Allbridge, Blend, Litemint and Soroswap
The No Internet Connection red banner is briefly appearing on every app launch
The welcome banner can still appear for a funded account in some cases
The welcome banner "X" or "Skip" button may not work in some cases, but you can still dismiss with pull-down gesture
v0.6.22mobileJune 26, 2025

v0.6.22

:sparkles: New Features

Swap
You can now swap between your classic assets
Welcome Banner
Display an educative banner after account creation letting users know they need to fund their account with XLM before being able to use it
Wallet Connect Deep-linking
Allow deep-linking to Freighter mobile app directly from Wallet Connect's wallet list (we'll only have Freighter mobile listed though after it's publicly released)

:hammer_and_wrench: Fixes & Improvements

Account session management for Wallet Connect's connections
dApp connections are now handled separately per account and network
Handle "Wallet locked" state through informative toasts and event persistency
Ensure all sessions from all accounts are disconnected when users log out
Rebrand "Create account" transaction as a regular "Send" transaction for the sender
Rebrand "Create account" transaction as "Account funded" for the receiver
Default account creation to Mainnet instead of Testnet
Respects what the user last selected as Network option even after logging out
v0.5.22mobileJune 19, 2025

v0.5.22

:hammer_and_wrench: Fixes & Improvements

Allow swipe up to dismiss toasts. Users can now also hold a toast on screen for as long as they want.
Avoid hiding input field with keyboard on "Show recovery phrase" screen.
Go all the way back to initial Settings screen when Done is tapped on "Show recovery phrase" screen.
Add top spacing on "You can not send to yourself" error message.
Consistent size for input components across the app.
Only capitalize keyboard where it makes sense.
E.g. we shouldn't capitalize on password inputs, but should capitalize on rename account input.
Lock app in portrait orientation mode
Replace mentions of buy with add since we are not buying XLM but rather adding them from another wallet
v0.4.22mobileJune 13, 2025

v0.4.22

:sparkles: New Features

View balance details for Classic and Soroban tokens
Import wallet from an external Secret Key
Add/Buy routes added with the QR Code screen
Add "View on stellar.expert" option in account list
Settings - Network -> Network Settings
Settings - Security -> Show Recovery Phrase
Settings - Help / Share Feedback / About

:hammer_and_wrench: Fixes & Improvements

Using new project id for Wallet Connect integration
Upgrade all Wallet Connect packages to latest version
Filter claimable balances spam on History list
Keyboard will autofocus when navigating to Lock screen
FIX: add extra top padding to ManageAssets and History screens
FIX: copy notifications being stacked
FIX: spacing on History list footer
v0.3.22mobileMay 15, 2025

v0.3.22

:sparkles: New Features

Account history
You can see the history of your account transactions for these operations:
Create account
Change trustline (add and remove)
Payments
Swap (Path Payments)
Soroban operations (mint and transfer)
Failed transactions
History details
You can see the details of a specific transaction by tapping on it
Connect and Sign transactions from external dApps
Connect to dApps and authorize transactions using the WalletConnect platform.
The connect to a dApp using your camera to scan the QR code.
Send Flow
Send tokens to other wallets using the Send Flow.
Currently supports G addresses and C addresses
Settings Screen
You can now change the network environment to Testnet or Mainnet!

:hammer_and_wrench: Fixes & Improvements

UI Spacing
Fixed spacing inconsistencies on the navigation bar across multiple device sizes
v0.2.22mobileApril 23, 2025

v0.2.22

✨ New Features

Manage Assets Flow
Add and remove asset trustlines with support for:
Classic assets
SAC contracts
Custom Soroban tokens
Friendbot Integration
Added a “Fund with Friendbot” button for easy testnet funding
Settings Screen
New screen with a Sign Out option
Copy Public Key
Users can now easily copy their public key from the interface

🛠 Fixes & Improvements

UI Spacing
Fixed spacing inconsistencies across multiple device sizes
v0.1.22mobileApril 23, 2025

v0.1.22

The Teaser is a simplified initial version which contains the following main features:

Create a wallet
Import a wallet
View Classic Asset balances with Prices
Lock account after 24h
Sign out (currently under "History" tab)

:warning: A couple highlights

As the "Switch Networks" feature is not implemented yet it's defaulting to Testnet env which means it'll only show Prices for XLM since that's the only price available for Testnet.
After creating or importing your wallet if you'd like to get all the way back to the initial screen you'll need to first "Log out" then tap on "Forgot password"

Contributors

@danilosilvackl made their first contribution in https://github.com/stellar/freighter-mobile/pull/51
@Brunonascdev made their first contribution in https://github.com/stellar/freighter-mobile/pull/6
@CassioMG made their first contribution in https://github.com/stellar/freighter-mobile/pull/1