-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1247544
commit 771e2f9
Showing
11 changed files
with
105 additions
and
2 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
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
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 |
---|---|---|
@@ -0,0 +1,103 @@ | ||
--- | ||
title: Version 1.14.0 Release | ||
description: NFTs have arrived! | ||
slug: version-1-14-0-release | ||
authors: [kieran] | ||
tags: [asa, arc-0072, nft, release] | ||
image: /static/images/new_release_logo_in_space.png | ||
--- | ||
|
||
<!-- components --> | ||
import BlogScreenshotImage from '@site/src/components/BlogScreenshotImage'; | ||
|
||
<!-- constants --> | ||
import { AGORA_LABS_LINK, REPORT_A_BUG_LINK, SUGGEST_A_FEATURE_LINK } from '@site/src/constants'; | ||
|
||
<!-- images --> | ||
import mbrErrorDarkImage from './mbr_error-dark.png'; | ||
import mbrErrorLightImage from './mbr_error-light.png'; | ||
import nftListDarkImage from './nft_list-dark.png'; | ||
import nftListLightImage from './nft_list-light.png'; | ||
import nftViewDarkImage from './nft_view-dark.png'; | ||
import nftViewLightImage from './nft_view-light.png'; | ||
import removeASADarkImage from './remove_asa-dark.png'; | ||
import removeASALightImage from './remove_asa-light.png'; | ||
|
||
![Kibisis release 3D pixel icon in space](/images/new_release_logo_in_space.png) | ||
|
||
## Overview | ||
|
||
<!-- change just the version for new posts --> | ||
We are proud to present a new milestone in the development of Kibisis: v1.14.0! | ||
|
||
<!-- re-write this paragraph for all new versions --> | ||
It has been a long time coming, but we are very excited to announce the release of NFTs! You can now view your ARC-0072 NFTs under the NFT tab on the accounts page. | ||
|
||
Below you will find more details about what else is new in this release. | ||
|
||
<!-- go into detail about the new versions, or omit if no new features with in the release --> | ||
## Features | ||
|
||
### ARC-0072 NFT Support | ||
|
||
You can not see all your ARC-0072 NFTs under the NFT tab. Your NFTs should automatically appear under this tab (no need to manually). | ||
|
||
<BlogScreenshotImage | ||
label="NFT list under the NFT tab on the Account page" | ||
maxWidth="400px" | ||
imageSources={{ | ||
dark: nftListDarkImage, | ||
light: nftListLightImage, | ||
}} | ||
/> | ||
|
||
And you can see more information about the NFT by selecting one. | ||
|
||
<BlogScreenshotImage | ||
label="NFT view" | ||
maxWidth="400px" | ||
imageSources={{ | ||
dark: nftViewDarkImage, | ||
light: nftViewLightImage, | ||
}} | ||
/> | ||
|
||
### Remove Standard Asset | ||
|
||
If like us, you participated in the early access Voi Winter Games, you may have been given a standard asset and wanted to remove it. Well, version 1.14.0 now allows you to opt-out of a standard asset. | ||
|
||
<BlogScreenshotImage | ||
label="Remove a standard asset" | ||
maxWidth="400px" | ||
imageSources={{ | ||
dark: removeASADarkImage, | ||
light: removeASALightImage, | ||
}} | ||
/> | ||
|
||
> ⚠️ **NOTE:** There is a transaction fee associated with "opting-out" of standard assets. This is a protocol requirement and cannot be avoided, unlike ARC-0200 assets. | ||
### Minimum Balance Requirement Error Message | ||
|
||
A new error message is shown, if your account falls below the minimum balance requirement for a transaction. Either sending assets, adding assets or removing assets. | ||
|
||
<BlogScreenshotImage | ||
label="Minimum balance requiremnet error message" | ||
maxWidth="400px" | ||
imageSources={{ | ||
dark: mbrErrorDarkImage, | ||
light: mbrErrorLightImage, | ||
}} | ||
/> | ||
|
||
<!-- just give a bulleted list of fixes, or omit if no fixes with in the release --> | ||
## Fixes | ||
|
||
* Main app window should launch with focus on Chrome. | ||
|
||
## Closing Words | ||
|
||
<!-- leave this paragraph as standard sign off --> | ||
Thank you for your continued interest in Kibisis! We hope you are enjoying using it. | ||
|
||
Remember, if you see any bugs, please report the issue <a href={REPORT_A_BUG_LINK} rel="noreferrer" target="_blank">here</a>. If you would like to make any suggestions on new features, you can fill out a feature request <a href={SUGGEST_A_FEATURE_LINK} rel="noreferrer" target="_blank">here</a>. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.