Merge pull request #6867 from nymtech/wallet/bump-for-release
Wallet version bumps
This commit is contained in:
@@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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)
|
## [v1.2.20] (2026-05-06)
|
||||||
- Fix windows open log viewer ([#6741])
|
- Fix windows open log viewer ([#6741])
|
||||||
- Delegation query cache, log webview streaming, HTTPS webviews ([#6740])
|
- Delegation query cache, log webview streaming, HTTPS webviews ([#6740])
|
||||||
|
|||||||
Generated
+1
-1
@@ -4,7 +4,7 @@ version = 4
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "NymWallet"
|
name = "NymWallet"
|
||||||
version = "1.2.19"
|
version = "1.2.21"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64 0.13.1",
|
"base64 0.13.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nymproject/nym-wallet-app",
|
"name": "@nymproject/nym-wallet-app",
|
||||||
"version": "1.2.19",
|
"version": "1.2.21",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "NymWallet"
|
name = "NymWallet"
|
||||||
description = "Nym Native Wallet"
|
description = "Nym Native Wallet"
|
||||||
version = "1.2.19"
|
version = "1.2.21"
|
||||||
authors = ["Nym Technologies SA"]
|
authors = ["Nym Technologies SA"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = ""
|
license = ""
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
"productName": "NymWallet",
|
"productName": "NymWallet",
|
||||||
"mainBinaryName": "NymWallet",
|
"mainBinaryName": "NymWallet",
|
||||||
"version": "1.2.20",
|
"version": "1.2.21",
|
||||||
"identifier": "net.nymtech.wallet",
|
"identifier": "net.nymtech.wallet",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"updater": {
|
"updater": {
|
||||||
|
|||||||
Reference in New Issue
Block a user