bump version to 0.2.0
This commit is contained in:
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
## [0.2.0] - 2024.01.04
|
||||||
|
### Added
|
||||||
|
- Contact next-public-key-hash
|
||||||
|
- Icon for Android
|
||||||
|
- More thorough messaging and testing for notifications
|
||||||
|
|
||||||
## [0.1.9] - 2024.01.01
|
## [0.1.9] - 2024.01.01
|
||||||
### Added
|
### Added
|
||||||
- Import for contacts and settings
|
- Import for contacts and settings
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "TimeSafari_Test",
|
"name": "TimeSafari_Test",
|
||||||
"version": "0.1.10-beta",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "TimeSafari_Test",
|
"name": "TimeSafari_Test",
|
||||||
"version": "0.1.10-beta",
|
"version": "0.2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/hdnode": "^5.7.0",
|
"@ethersproject/hdnode": "^5.7.0",
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "TimeSafari_Test",
|
"name": "TimeSafari_Test",
|
||||||
"version": "0.1.10-beta",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
@@ -1,18 +1,12 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- Release Minimum Viable Product :
|
- add message to "add to home screen" on iOS (can't migrate later)
|
||||||
- .5 deploy endorser.ch server above Dec 1 (to get plan searches by names as well as descriptions)
|
- http redirect on api.endorser.ch
|
||||||
- 08 thorough testing for errors & edge cases
|
|
||||||
- 01 ensure ability to recover server remotely, and add redundant access
|
- Add disclaimers.
|
||||||
- Turn off stats-world or ensure it's usable (eg. cannot zoom out too far and lose world, cannot screenshot).
|
- Review personal & group limits, including what's listed on the phone
|
||||||
- Add disclaimers.
|
- Other features - donation vs give, show offers, show give & outstanding totals, show network view, restrict registration, connect to contacts
|
||||||
- Switch default server to the public server.
|
|
||||||
- Deploy to a server.
|
|
||||||
- Ensure public server has limits that work for group adoption.
|
|
||||||
- Test PWA features on Android and iOS.
|
|
||||||
- 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
|
|
||||||
|
|
||||||
- show VC details... somehow:
|
- show VC details... somehow:
|
||||||
- 01 show my VCs - most interesting, or via search
|
- 01 show my VCs - most interesting, or via search
|
||||||
@@ -20,6 +14,10 @@ tasks:
|
|||||||
- 04 allow user to download chains of VCs, mine + ones I can see about me from others
|
- 04 allow user to download chains of VCs, mine + ones I can see about me from others
|
||||||
- add VC confirmation
|
- add VC confirmation
|
||||||
|
|
||||||
|
- look for "if is a new user" -- blank name
|
||||||
|
- copy button for seed
|
||||||
|
- explanation for contact icons
|
||||||
|
|
||||||
- .5 If notifications are not enabled, add message to front page with link/button to enable
|
- .5 If notifications are not enabled, add message to front page with link/button to enable
|
||||||
- record donations vs gives
|
- record donations vs gives
|
||||||
- make server endpoint for full English description of limits
|
- make server endpoint for full English description of limits
|
||||||
|
|||||||
Reference in New Issue
Block a user