From b866be4fcf102d1085ef4e4f3e2fb6489ea8a9b5 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Tue, 9 Jun 2026 09:54:35 +0200 Subject: [PATCH] Wallet version Bumps - Update the wallet to the latest version --- nym-wallet/CHANGELOG.md | 10 ++++++++++ nym-wallet/Cargo.lock | 2 +- nym-wallet/package.json | 2 +- nym-wallet/src-tauri/Cargo.toml | 2 +- nym-wallet/src-tauri/tauri.conf.json | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index eb2c09860a..f04c1047d8 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [v1.2.21] (2026-06-09) + +- Keep window size and position when switching between sign-in and the main app ([#6865]) +- Open the balance screen only after sign-in and account load succeed ([#6865]) +- Reduce home screen layout jump with balance skeletons and cached NYM price ([#6865]) +- Show fee confirmation and clearer errors when updating node hostname ([#6865]) +- Show pledge, compounded operator rewards, and total in the unbond confirmation ([#6865]) + +[#6865]: https://github.com/nymtech/nym/pull/6865 + ## [v1.2.20] (2026-05-06) - Fix windows open log viewer ([#6741]) - Delegation query cache, log webview streaming, HTTPS webviews ([#6740]) diff --git a/nym-wallet/Cargo.lock b/nym-wallet/Cargo.lock index 7b00de1aa1..da5623ad44 100644 --- a/nym-wallet/Cargo.lock +++ b/nym-wallet/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "NymWallet" -version = "1.2.19" +version = "1.2.21" dependencies = [ "async-trait", "base64 0.13.1", diff --git a/nym-wallet/package.json b/nym-wallet/package.json index 72b9576dc5..46c658ea54 100644 --- a/nym-wallet/package.json +++ b/nym-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@nymproject/nym-wallet-app", - "version": "1.2.19", + "version": "1.2.21", "license": "MIT", "main": "index.js", "scripts": { diff --git a/nym-wallet/src-tauri/Cargo.toml b/nym-wallet/src-tauri/Cargo.toml index 178e6e4ea3..95aa78d968 100644 --- a/nym-wallet/src-tauri/Cargo.toml +++ b/nym-wallet/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "NymWallet" description = "Nym Native Wallet" -version = "1.2.19" +version = "1.2.21" authors = ["Nym Technologies SA"] edition = "2021" license = "" diff --git a/nym-wallet/src-tauri/tauri.conf.json b/nym-wallet/src-tauri/tauri.conf.json index 455b1af35c..3606cc5b59 100644 --- a/nym-wallet/src-tauri/tauri.conf.json +++ b/nym-wallet/src-tauri/tauri.conf.json @@ -43,7 +43,7 @@ }, "productName": "NymWallet", "mainBinaryName": "NymWallet", - "version": "1.2.20", + "version": "1.2.21", "identifier": "net.nymtech.wallet", "plugins": { "updater": {