Skip to content

Commit

Permalink
chore(release): 1.18.0
Browse files Browse the repository at this point in the history
# [1.18.0](v1.17.2...v1.18.0) (2024-08-27)

### Bug Fixes

* allow for empty metadata ([#281](#281)) ([bd5bc7a](bd5bc7a))

### Features

* add a 1kb limit to notes ([#283](#283)) ([73600b9](73600b9))
* add a 32 byte limit on account names ([#268](#268)) ([576cc09](576cc09))
* add custom node details ([#278](#278)) ([f393ae6](f393ae6))
* add numbers to the seed phrases and update style ([#280](#280)) ([670f287](670f287))
* allow arrays of private keys and account names when exporting/importing an account via a qr code ([#270](#270)) ([656b95f](656b95f))
* credential lock persists when closing ([#275](#275)) ([7b050ed](7b050ed))
* implement webauthn to encrypt the private keys ([#266](#266)) ([e3dde7f](e3dde7f))
* limit navigator request to one with an array of accounts ([#271](#271)) ([9d51da1](9d51da1))
* pre release UI updates ([#290](#290)) ([65ca387](65ca387))
  • Loading branch information
agoralabs-bot committed Aug 27, 2024
1 parent 18eee06 commit 32adacd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
label: Version
description: What version of the software are you running?
options:
- 1.18.0
- 1.17.2
- 1.17.1
- 1.17.0
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.18.0](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.17.2...v1.18.0) (2024-08-27)


### Bug Fixes

* allow for empty metadata ([#281](https://github.com/agoralabs-sh/kibisis-web-extension/issues/281)) ([bd5bc7a](https://github.com/agoralabs-sh/kibisis-web-extension/commit/bd5bc7a8f19199a78c4f6e78997529d00f5ac02f))


### Features

* add a 1kb limit to notes ([#283](https://github.com/agoralabs-sh/kibisis-web-extension/issues/283)) ([73600b9](https://github.com/agoralabs-sh/kibisis-web-extension/commit/73600b9280a89e366eb2884dd4d0e6b6f6fc5b05))
* add a 32 byte limit on account names ([#268](https://github.com/agoralabs-sh/kibisis-web-extension/issues/268)) ([576cc09](https://github.com/agoralabs-sh/kibisis-web-extension/commit/576cc097a2f6c94cac4acc5f4c3b0b521005e6d3))
* add custom node details ([#278](https://github.com/agoralabs-sh/kibisis-web-extension/issues/278)) ([f393ae6](https://github.com/agoralabs-sh/kibisis-web-extension/commit/f393ae63edeb759c01342aeca42bc0b292b15d3d))
* add numbers to the seed phrases and update style ([#280](https://github.com/agoralabs-sh/kibisis-web-extension/issues/280)) ([670f287](https://github.com/agoralabs-sh/kibisis-web-extension/commit/670f28754fbf2feb3ec43b1eeb4c0911f97562ad))
* allow arrays of private keys and account names when exporting/importing an account via a qr code ([#270](https://github.com/agoralabs-sh/kibisis-web-extension/issues/270)) ([656b95f](https://github.com/agoralabs-sh/kibisis-web-extension/commit/656b95f1d5c7399008ed21debf8d2e18b9554baf))
* credential lock persists when closing ([#275](https://github.com/agoralabs-sh/kibisis-web-extension/issues/275)) ([7b050ed](https://github.com/agoralabs-sh/kibisis-web-extension/commit/7b050edca537aef2c2a4310a84b6bffa968a018b))
* implement webauthn to encrypt the private keys ([#266](https://github.com/agoralabs-sh/kibisis-web-extension/issues/266)) ([e3dde7f](https://github.com/agoralabs-sh/kibisis-web-extension/commit/e3dde7fb74c251d1ec448b71c8940d247ca20f35))
* limit navigator request to one with an array of accounts ([#271](https://github.com/agoralabs-sh/kibisis-web-extension/issues/271)) ([9d51da1](https://github.com/agoralabs-sh/kibisis-web-extension/commit/9d51da16cd325534875897ae3083df1218891816))
* pre release UI updates ([#290](https://github.com/agoralabs-sh/kibisis-web-extension/issues/290)) ([65ca387](https://github.com/agoralabs-sh/kibisis-web-extension/commit/65ca387f60d0e9cbbdc7f0599e3c56ea0964c8be))

# [1.18.0-beta.10](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.18.0-beta.9...v1.18.0-beta.10) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoralabs-sh/kibisis-web-extension",
"version": "1.18.0-beta.10",
"version": "1.18.0",
"description": "An AVM wallet in your browser that goes beyond just DeFi.",
"main": "build/main.js",
"repository": {
Expand Down

0 comments on commit 32adacd

Please sign in to comment.