diff --git a/CHANGELOG.md b/CHANGELOG.md index 73252b8a..fff51476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing -## [0.3.5] - 2024.03.23 +## [0.3.6] - 2024.03.24 +### Added +- Button to mirror photo during video +- More detailed onboarding help screen +- Public-data blurb +### Changed in DB or environment +- Nothing + + +## [0.3.5] - 2024.03.23 - 28754bdfb1e11aa221dd49a5dce4219b69cf6a9d ### Added - Photo on gift records ### Fixed diff --git a/package-lock.json b/package-lock.json index cdebbe06..c620e67c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.5", + "version": "0.3.6", "dependencies": { "@dicebear/collection": "^5.3.5", "@dicebear/core": "^5.3.5", diff --git a/package.json b/package.json index 97cf9196..e92fd2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.5", + "version": "0.3.6", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/project.task.yaml b/project.task.yaml index be9a5f9f..044f2825 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,8 +1,6 @@ tasks : -- onboarding video -- .2 when adding a claim on home screen, push that claim to the top of the list - 24 allow a person record with interests, including location; purpose? contact methods? enhance other connections the same? (suggestion from Philippines) assignee-group:ui @@ -11,6 +9,7 @@ tasks : - 16 save data backups in Google - 16 generate and use passkeys for identities - .5 show "give" buttons (eg. from anonymous) even if they can't give, greyed out, and give them a warning and instructions +- .2 when adding a claim on home screen, push that claim to the top of the list - .2 fix give dialog from "more contacts" off home page to allow giving to this user - .2 fix bottom of project selection map, where the icons are hidden but a tap goes to the icon's page assignee-group:ui