diff --git a/changelog.md b/changelog.md index 972805358..b986d9be1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,22 +1,17 @@ -# New Features -- Contacts Book: for friends, family and more. -- Advanced Mode: a new mode for tech-savvy users. -- Full Testnet support: 100% Testnet coverage. -- Added ability to Send or Receive via XPub. - -# New Languages -- 🇮🇹 Italian (by Valerio, Duddino). -- 🇲🇽 Mexican Spanish (by ONeZetty). +# New Feature +Cold Staking: customisable owner addresses for Advanced Mode users. # Improvements -- A full Account DB rewrite for improved safety. -- Added colour-coded recipient validation. -- Send & Receive now uses Text instead of Icons. -- i18n will fallback to English when missing text. -- Hidden 'BIP39 Passphrase' behind Advanced Mode. +- Ledger stability has been vastly improved. +- A major under-the-hood wallet refactor. +- Added a Testnet Explorer (duddino.com). +- Added a Testnet Cold Pool (Sparrow Pool). +- Ported Balance and Activity GUI to Vue. +- i18n now only loads languages at runtime. # Bug Fixes -- Fixed Stakes 'duplicating' coins when MPW is open. -- Fixed random network errors from CoinGecko. -- Fixed certain delegations from failing. -- Fixed seeds failing to import with whitespace. \ No newline at end of file +- Fixed Ledger alert 'spam'. +- Fixed Identicons being visually squished. +- Fixed proposals passing when consensus disallows it. +- Fixed Cold Addresses conflicting between chains. +- Fixed UI errors for Legacy Key MN collaterals. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 468e37fb4..69b147b0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mypivxwallet", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mypivxwallet", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@fontsource/chivo": "^4.5.11", @@ -5249,6 +5249,15 @@ "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==" }, "node_modules/nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "version": "3.3.6", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", @@ -5935,9 +5944,9 @@ } }, "node_modules/postcss": { - "version": "8.4.30", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz", - "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -5947,12 +5956,17 @@ "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss" }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + }, { "type": "github", "url": "https://github.com/sponsors/ai" } ], "dependencies": { + "nanoid": "^3.3.6", "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" diff --git a/package.json b/package.json index d03ee93bc..d276b9ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mypivxwallet", - "version": "1.2.0", + "version": "1.3.0", "description": "Wallet for PIVX", "main": "scripts/index.js", "type": "module",