From b445b1234fbfcf6b37d695373f259aab0eda1118 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 17 Dec 2023 20:00:12 -0700 Subject: [PATCH] bump version to 0.1.6 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- project.task.yaml | 21 ++++++++------------- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d85fd..7be1f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.6] +## [0.1.6] - 2023.12.17 +### Added +- Infinite scroll on home page +### Changed +- UI improvements +- Show web-push subscription info +- Icon ## [0.1.5] - 2023.12.09 - 9c36bb509a9bae9bb3306d3bd9eeb144b67aa8ad diff --git a/package-lock.json b/package-lock.json index 7894c35..cae30b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.1.6-beta", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.1.6-beta", + "version": "0.1.6", "dependencies": { "@ethersproject/hdnode": "^5.7.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", diff --git a/package.json b/package.json index 0ece1c5..4cd49a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.1.6-beta", + "version": "0.1.6", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/project.task.yaml b/project.task.yaml index 0bae35c..9412a03 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -2,31 +2,26 @@ tasks: - 08 notifications : - - get it to work on Android + - get it to work on Android - background data in apps - get it to work on iOS - - lock down regenerate_vapid endpoint (so only we admins can do it on demand) - make the app behave correctly when App Notifications are turned off - - remove sleep in py-push-server app.py? - write troubleshooting docs for notifications - - make the "App Notifications" toggle on when they turn notifications on - - make the "App Notifications" toggle off when they turn notifications off - - in py-push-server, when sending a push to a subscriber and we get on a 410 "error #106", delete the subscription record - - https://gitea.anomalistdesign.com/trent_larson/py-push-server/pulls/3/files - - remove "notification push server" advanced setting since it only makes sense on the current domain - - prompt user to install on their home screen + - hide the "App Notifications" toggle when they switch notifications + - prompt user to install on their home screen https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getInstalledRelatedApps - 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 + - add windows & mac help at OS & browser level - back-and-forth on discovery & project pages led to "You need an identity to load your projects." error on product page when I had an identity - fix the projects on /discover to show the issuer (currently all "Someone Anonymous") - .3 bug - make or edit a project, choose "Include location", and see the map display shows on top of the bottom icons assignee-group:ui - -- .5 Add infinite scroll to gifts on the home page +- Got error adding on Firefox user #0 as contact for themselves - .5 If notifications are not enabled, add message to front page with link/button to enable - 01 server - show all claim details when issued by the issuer -- add note after contact addition that they can see your info - enhance help page instructions for debugging - add way to test quickly a push notification - help instructions for PWA install problems (secret failed, must reinstall) @@ -51,10 +46,10 @@ tasks: - Other features - donation vs give, show offers, show give & outstanding totals, show network view, restrict registration, connect to contacts blocks: ref:https://raw.githubusercontent.com/trentlarson/lives-of-gifts/master/project.yaml#kickstarter%20for%20time +- 01 send visibility signal as a VC and store it - remove 'rowid' references (that are sqlite-specific) - make identicons for contacts into more-memorable faces (and maybe change project identicons, too) - 01 make the prod build copy the sw_scripts -- 01 send visibility signal as a VC and store it - .5 Add start date to project - .3 check that Android shows "back" buttons on screens without bottom tray - .1 Make give description text box into something that expands as they type?