> For the complete documentation index, see [llms.txt](https://docs.favorlet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.favorlet.io/english/notice/notice/230317update.md).

# \[Mar 17th 2023] Update Notice

Hello, this is the FAVORLET team.

We would like to introduce the newly updated features. \
Please update to the latest version and check out the new features and improvements!

> Android 1.8.0: [Go to Google Play Store](https://play.google.com/store/apps/details?id=io.fingerlabs.wallet) \
> iOS 1.8.0: [Go to Apple App Store](https://apps.apple.com/us/app/페이버렛/id6443620205)&#x20;

We will always do our best to provide a better NFT experience.\
Please look forward to the endless features to come in the future :)

### Improvement of home collection browsing

We have improved the home screen so that users <mark style="color:orange;">who have multiple collections can conveniently browse</mark> through them.

Now you can easily scroll up and down to browse through your collections!

We can confidently say that there is NO OTHER app that displays your NFT collection as beautifully as FAVORLET does.:sunglasses:

<figure><img src="/files/eIx5shZtPHm6mNZ3MHFe" alt=""><figcaption></figcaption></figure>

### Push Notification&#x20;

You can now receive important notifications such as <mark style="color:orange;">announcements and collection news</mark> via push notifications.

Push notifications can be checked by clicking the bell icon at the top of the main screen, \
and you can turn on/off notifications in the 'Menu' section.

<figure><img src="/files/TJdfkRv0NXMADy8svreT" alt=""><figcaption></figcaption></figure>

### Customize transaction speed&#x20;

For Ethereum and Polygon networks (both on mainnet and testnet), now you can customize transaction processing speed.&#x20;

The transaction speed changes depending on the <mark style="color:orange;">priority fee</mark> you choose. You can choose between three default settings: slow, normal, and fast. Or you can also manually input the priority fee.

<figure><img src="/files/TETE1hFYgpLSMNE3c7I9" alt=""><figcaption></figcaption></figure>

### Improvement of NFT transfer flow

Now you can send NFTs directly from the NFT list screen.&#x20;

* Send from NFT List-> Multi-transfer
* Send from NFT Detail -> Send one NFT

<figure><img src="/files/8e2Zc7N2ffY8T9Qa2m5R" alt=""><figcaption></figcaption></figure>

### Asset refresh button (Android)&#x20;

A refresh button has been added to the \[My wallet] screen to update your assets.

*\*\*This feature has been added to iOS in 1.7.0 version.*

<figure><img src="/files/sgD4qTnPdJ15icfnwmeK" alt=""><figcaption></figcaption></figure>

We'll see you again in the next update!:clap:


---

# 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://docs.favorlet.io/english/notice/notice/230317update.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.
