Skip to content

Commit

Permalink
chore: release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Feb 7, 2024
1 parent 6afbb04 commit ad5fb02
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
22 changes: 9 additions & 13 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ad5fb02

Please sign in to comment.