Skip to content

Commit

Permalink
feat: add v1.14.0 blog post (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill authored Mar 12, 2024
1 parent 1247544 commit 771e2f9
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/2023-12-27-1-8-0-new-release/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Version 1.8.0 Release
description: Version 1.8.0 brings ARC-200 support, Standard Asset opt-in, as well as many quality of life fixes.
slug: version-1-8-0-release
authors: [kieran]
tags: [arc200, asa, release]
tags: [arc-0200, asa, release]
image: /static/images/new_release_logo_in_space.png
---
<!-- components -->
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-01-25-1-10-1-new-release/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Version 1.10.1 Release
description: Version 1.10.1 provides Kibisis with some updates to allow for more robust connecting to dapps
slug: version-1-10-1-release
authors: [kieran]
tags: [arc200, arc0027, dapp, explorer, permissions, release, use-wallet]
tags: [arc-0200, arc-0027, dapp, explorer, permissions, release, use-wallet]
image: /static/images/new_release_logo_in_space.png
---
import Tabs from '@theme/Tabs';
Expand Down
103 changes: 103 additions & 0 deletions blog/2024-03-12-1-14-0-new-release/index.mdx
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.

0 comments on commit 771e2f9

Please sign in to comment.