diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fb9d0..bd57c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.2.4] - 2024.01.09 +## [0.2.5] - 2024.01.09 ### Added - Mark for a trade as opposed to a donation +- Error notifications on import ### Changed - Library security updates diff --git a/README.md b/README.md index a3609cb..9c4b92b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js, * [Tag wth the new version.](https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/releases) +... though maybe you do that after testing and release, since that isn't used in the build (and you often increment a lot during testing). + * If production, change src/constants/app.ts DEFAULT_*_SERVER to be "PROD" and package.json to remove "_Test". Also record what version is on production. * `npm run build` diff --git a/package-lock.json b/package-lock.json index 9f86e77..f595992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari_Test", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari_Test", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@ethersproject/hdnode": "^5.7.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", diff --git a/package.json b/package.json index 81370ea..5094371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari_Test", - "version": "0.2.4", + "version": "0.2.5", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/project.task.yaml b/project.task.yaml index b5083ce..ba4ccb5 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,7 +1,6 @@ tasks: -- add registration step to onboard help - update dependencies, especially Veramo - record donations vs gives @@ -49,6 +48,8 @@ tasks: - warn if they're using the web (android only?) https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getInstalledRelatedApps https://web.dev/articles/get-installed-related-apps +- .5 fix the "onboarding help" list of instructions so that it always formats right (currently doesn't show numbers aligned on Google Pixel 6a, iPhone 11 Pro, iPhone 12 mini) +- .5 make the "onboarding help" it so that it doesn't cover the QR icon on the contacts page - .5 fix masked icon (because some of the top-right of the binoculars is cut off) - contacts v+ :