diff --git a/blog/2023-12-27-1-8-0-new-release/index.mdx b/blog/2023-12-27-1-8-0-new-release/index.mdx index 4a8df4f..fa880bc 100644 --- a/blog/2023-12-27-1-8-0-new-release/index.mdx +++ b/blog/2023-12-27-1-8-0-new-release/index.mdx @@ -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: [algorand, blockchain, voi, release] +tags: [arc200, asa, release] image: /static/images/new_release_logo_in_space.png --- diff --git a/blog/2024-01-03-1-9-0-new-release/account_name_editable-dark.png b/blog/2024-01-03-1-9-0-new-release/account_name_editable-dark.png new file mode 100644 index 0000000..d510ce3 Binary files /dev/null and b/blog/2024-01-03-1-9-0-new-release/account_name_editable-dark.png differ diff --git a/blog/2024-01-03-1-9-0-new-release/account_name_editable-light.png b/blog/2024-01-03-1-9-0-new-release/account_name_editable-light.png new file mode 100644 index 0000000..bbb37e1 Binary files /dev/null and b/blog/2024-01-03-1-9-0-new-release/account_name_editable-light.png differ diff --git a/blog/2024-01-03-1-9-0-new-release/edit_account_name_button-dark.png b/blog/2024-01-03-1-9-0-new-release/edit_account_name_button-dark.png new file mode 100644 index 0000000..ec0ec30 Binary files /dev/null and b/blog/2024-01-03-1-9-0-new-release/edit_account_name_button-dark.png differ diff --git a/blog/2024-01-03-1-9-0-new-release/edit_account_name_button-light.png b/blog/2024-01-03-1-9-0-new-release/edit_account_name_button-light.png new file mode 100644 index 0000000..5add516 Binary files /dev/null and b/blog/2024-01-03-1-9-0-new-release/edit_account_name_button-light.png differ diff --git a/blog/2024-01-03-1-9-0-new-release/index.mdx b/blog/2024-01-03-1-9-0-new-release/index.mdx new file mode 100644 index 0000000..da68efa --- /dev/null +++ b/blog/2024-01-03-1-9-0-new-release/index.mdx @@ -0,0 +1,100 @@ +--- +title: Version 1.9.0 Release +description: Version 1.9.0 brings some quality of life features that may not be big or bold, but do pack a punch! +slug: version-1-9-0-release +authors: [kieran] +tags: [account, asa, debug, release, settings] +image: /static/images/new_release_logo_in_space.png +--- + +import BlogScreenshotImage from '@site/src/components/BlogScreenshotImage'; + + +import { AGORA_LABS_LINK, REPORT_A_BUG_LINK, SUGGEST_A_FEATURE_LINK } from '@site/src/constants'; + + +import accountNameEditableDarkImage from './account_name_editable-dark.png'; +import accountNameEditableLightImage from './account_name_editable-light.png'; +import editAccountNameDarkImage from './edit_account_name_button-dark.png'; +import editAccountNameLightImage from './edit_account_name_button-light.png'; + +![Kibisis release 3D pixel icon in space](/images/new_release_logo_in_space.png) + +## Overview + + +We are proud to present a new milestone in the development of Kibisis: v1.9.0! + + + A Happy New Year from the team here at Agora Labs! + +As we enter the new year, we have but a humble update as version 1.9.0 is all about the little things. We have been working on improving some quality of life features that may not be big or bold, but do pack a punch; because we all know it is the little things that count 😉 + +Below you will find more details about what is new in this release. + + +## Features + +### Rename Your Account + +A feature that has been requested a few times is the ability to rename your account, and so, we are happy to announce this is now possible! + +On the account page, you will now notice an edit button next to the account address: + + + +Pressing this will allow you to edit your account name until your heart is content. Give it a go! + + + +### About Settings + +A new option is now available on the settings page: About. + +This page will provide information about the Kibisis extension, such as the extension ID and the version. The About page will be updated from time to time with new information that maybe helpful for you throughout your use of Kibisis. + +> ⚠️ *NOTE:* the version was previous at the bottom of the main settings page, this is no longer the case and has been moved to the "About" settings page. + +### Debug Logging + +For the tech savvy, there is now an option in the "Advanced" settings that allows you to turn on debug logging. This will output a lot of useful information to the browser console. + +This is also quite useful for us in terms of support, as the log is a breadcrumb trail of what happened before an error occurred and will help us identity an issue. + +### Re-focus Extension Window + +A small but nifty feature is the ability to re-focus the extension when the Kibisis button is pressed again. + +### Pressing Enter On Password Submission + +Us humans have made the keyboard ubiquitous to our lives, as such we are now compelled to press the Enter/Return when we finish typing input, especially when inputting our password. + +To embrace this new natural human function, in Kibisis, pressing the Enter/Return key after you have typed out your password will now submit it! + +As we said, the little things. + + +## Fixes + +* Native currency will no longer show as a "ASA" type on the send asset summary screen. + +## Closing Words + + +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 here. If you would like to make any suggestions on new features, you can fill out a feature request here. diff --git a/docusaurus.config.js b/docusaurus.config.js index dfc5e8f..eb4939d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -181,7 +181,7 @@ const config = { items: [ { label: 'Documentation', - to: '/docs/overview', + to: '/overview', }, { label: 'Blog',