From ad5fb02c3e31a99c75d52125ef75eebd54f17c86 Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Wed, 7 Feb 2024 12:21:48 +0100 Subject: [PATCH] chore: release v2.7.0 --- CHANGELOG.md | 13 +++++++++++++ RELEASE_NOTES.md | 22 +++++++++------------- package.json | 2 +- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed0ad6b..10661985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Version 2.7.0 +## Features +- Updated all the "retaking" texts to be "redelegate" instead +- Added the ability to paste your WalletConnect link from within the scanning page +- Added the support for intent URLs to create a WalletConnect session + +## Fixes +- Fixed a bug that might have caused the application crash while importing an account without a profile +- Fixed a bug that causes the address input to not give any feedback upon pasting a value +- Fixed a bug that causes the QR code scanner to not work properly on iPhone 15 +- Fixed a bug that caused expired WalletConnect sessions to not be managed properly +- Fixed a bug that caused the keyboard to cover the input field inside modals on iOS devices + # Version 2.6.0 ## Features - Added the option to avoid having to re-enter the password each time you perform a transaction diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ce9aa524..4677d55f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,13 @@ -# Version 2.6 +# Version 2.7 ## Android -🚀 Elevate your DPM experience with version 2.6! 🚀 -🔒 Password Freedom: Choose to disable the password prompt for quick access. -🏷️ DTag Check: Ensure your account's uniqueness with the new availability check. -📈 Enhanced Governance: Dive into improved proposals visualization. -💼 Sleeker Staking: Enjoy a polished staking UI for seamless participation. -🔐 Transaction Ease: Your wallet password needed only for the first operation. Upgrade to DPM v2.6 for a smoother ride! +🔄 Redesigned Terminology: Updated all the "retaking" texts to be "redelegate" instead. +📎 Enhanced WalletConnect: Paste your WalletConnect link directly from the scanning page. +🔗 Intent URLs Support: Create a WalletConnect session easily with supported intent URLs. +🐞 Bug Fixes: We've fixed various bugs to ensure a smoother experience. ## iOS Release -Welcome to the next level of blockchain with DPM v2.6! -Password Freedom: No more repeated prompts. Your wallet password is now required only for the first operation. -Exclusive DTags: Safeguard against duplicates with our availability check, ensuring your DTag is truly yours. -Governance Excellence: Immerse yourself in refined proposals visualization for a comprehensive understanding. -Staking Redefined: Experience a sleeker UI for effortless and stylish staking. -Effortless Transactions: Streamlined transaction UX - insert your password only once! DPM v2.6 brings you enhanced security and a smoother journey through the blockchain landscape. +• Redesigned Terminology: Say goodbye to "retaking" texts, now it's "redelegate" all the way. +• Enhanced WalletConnect: Paste your WalletConnect link directly from the scanning page. +• Intent URLs Support: Easily create a WalletConnect session with supported intent URLs. +• Bug Fixes: We've squashed pesky bugs to ensure smoother sailing. \ No newline at end of file diff --git a/package.json b/package.json index 371ff8e6..07a2f207 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "desmos-profile-manager", - "version": "2.6.0", + "version": "2.7.0", "private": true, "scripts": { "postinstall": "patch-package && rn-nodeify -y --install stream,crypto,path --hack",