# NuLink Agent Release Notes

The current version is [0.5.1](https://agent.testnet.nulink.org/)

## v0.5.1 (2024/02/03):

1. Add storage purchase records
2. Agent UI revision
3. Fix known issues

## v0.5.0 (2023/12/22):

1. Fixed some bugs.
2. Added cross-chain support to the code logic.
3. Updated some dependency packages.
4. Updated the Nulink contract to the latest version.
5. Added batch approval functionality.

## v0.1.1 (2023/07/22):

1. Add the sequence number display of mnemonics
2. Support the Conflux network.
3. Fix transfer all amount issue

## v0.1.0 (2023/05/15):

1. Support for generating mnemonic accounts.
2. Include a QR button on the Account detail screen.
3. Default selection of the first account when unlocking Agent.
4. Displaying the current network for pending transactions.
5. Add BSC (Binance Smart Chain) as an option in the network list.
6. Enhance the user interface for private key management.


---

# Agent Instructions: 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:

```
GET https://docs.nulink.org/resources/release_notes/notes_agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
