diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2667c91ea..f6d87a65f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,14 @@ 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. +- [ ] I have updated the translation template with any string 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",