> For the complete documentation index, see [llms.txt](https://help.xaman.app/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.xaman.app/app/release-notes/previous-releases/xumm-v2.5.md).

# Xumm v2.5

**Welcome to Xumm 2.5.0!**

Xumm now includes an xApp Directory, which replaces the "more xApps" section with a separate xApp area, making it easier to discover and access a variety of xApps. The Xumm Pro Beta has been moved to the xApp section for better organization.

NFT enthusiasts will appreciate the NFT Preview for NFTokenBurn transactions before executing them. Additionally, the TrustLine details panel has been updated to allow users to copy the issuer r-address easily.

The Event List now displays the Sign Request type, and xApp category and development status indicators have been added for better information. The xApp loading screen has been improved, offering a smoother experience for users.

Several bug fixes have been implemented, including a fix for partial payment XRP-XRP transactions. When removing an account, the app now asks for the App PIN instead of the passphrase, ensuring users can remove passphrased accounts even if they don't remember the passphrase.

Payment Channels and receipt signing have been added to enhance the app's capabilities, and the Tangem SDK has been updated for improved card interaction stability. Error messages for dry path issues have been improved, providing clearer guidance when sending unfunded transactions.

For developers, new features include allowing the xApp loading screen to switch to the app when ready, the OTT in the User Agent, and the option to opt out of Destination Tag on the Destination Picker for xApps. NFTs on Testnet are now displayed, and Payment Channel Signing has been added for more functionality.

Enjoy the upgraded experience with this new app version, designed to make it even more user-friendly and feature-rich for everyone.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.xaman.app/app/release-notes/previous-releases/xumm-v2.5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
