From e78affbc063262b9693964cafe6555000afe825d Mon Sep 17 00:00:00 2001 From: Duddino Date: Sun, 12 Nov 2023 14:46:07 +0100 Subject: [PATCH 1/2] Bump to 1.5.0 --- .github/pull_request_template.md | 7 +++++++ changelog.md | 15 --------------- package.json | 2 +- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2667c91ea..194d740eb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,13 @@ If any errors are found, the PR works unexpectedly, or you have viable suggestio --- +## PR Checklist + +I have: +- [ ] Tested that the code functions as expected. +- [ ] Ensured the code is properly formatted using `npm run prettier`. +- [ ] Updated the changelog with the relevant changes. + diff --git a/changelog.md b/changelog.md index f36acf4a1..db969d339 100644 --- a/changelog.md +++ b/changelog.md @@ -1,20 +1,5 @@ # New Features -- TX Database and Network Rewrite. -- Ability to delete an MPW wallet. - -You'll notice that MPW now requires a small amount of 'syncing time' during your first use of v1.4.0, as MPW now synchronises your full TX history to your machine, so the next time you open the wallet, it instantly resumes using the chain data it previously synced. - -This system will save massive amounts of bandwidth long-term, speed up operations, and allow MPW to implement more advanced features that PIVX Core have. - -# New Language -- 🇳🇱 Dutch (by BreadJS). # Improvements -- Safer Address validation (B58Check). -- Better under-the-hood Coin Locking. -- Dashboard fully ported to Vue.js. -- Encryption is now actively prompted to users with unencrypted wallets. # Bug Fixes -- Fixed various bugs in Chain Switching. -- Fixed various linting and fork-repo issues. \ No newline at end of file diff --git a/package.json b/package.json index d9d4935bc..51c7c964b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mypivxwallet", - "version": "1.4.0", + "version": "1.5.0", "description": "Wallet for PIVX", "main": "scripts/index.js", "type": "module", From d93e68c15b50629c7f5bf078be1e87da58f951f2 Mon Sep 17 00:00:00 2001 From: Duddino Date: Sun, 12 Nov 2023 17:47:52 +0100 Subject: [PATCH 2/2] Add translation template in checklist --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 194d740eb..f6d87a65f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,6 +21,7 @@ I have: - [ ] Tested that the code functions as expected. - [ ] Ensured the code is properly formatted using `npm run prettier`. - [ ] Updated the changelog with the relevant changes. +- [ ] I have updated the translation template with any string changes.