Merge pull request #6867 from nymtech/wallet/bump-for-release
Wallet version bumps
This commit is contained in:
@@ -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])
|
||||
|
||||
Generated
+1
-1
@@ -4,7 +4,7 @@ version = 4
|
||||
|
||||
[[package]]
|
||||
name = "NymWallet"
|
||||
version = "1.2.19"
|
||||
version = "1.2.21"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64 0.13.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nymproject/nym-wallet-app",
|
||||
"version": "1.2.19",
|
||||
"version": "1.2.21",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
},
|
||||
"productName": "NymWallet",
|
||||
"mainBinaryName": "NymWallet",
|
||||
"version": "1.2.20",
|
||||
"version": "1.2.21",
|
||||
"identifier": "net.nymtech.wallet",
|
||||
"plugins": {
|
||||
"updater": {
|
||||
|
||||
Reference in New Issue
Block a user