Browse Source

bump to version 0.2.2

kb/add-usage-guide 0.2.2
Trent Larson 9 months ago
parent
commit
525d3fc15a
  1. 3
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 4
      project.task.yaml

3
CHANGELOG.md

@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.2.1] - 2024.01.05 ## [0.2.2] - 2024.01.05
### Added ### Added
- Check for notification capability on front screen - Check for notification capability on front screen
- Contact next-public-key-hash in manual textual input - Contact next-public-key-hash in manual textual input
- Confirmation for contact visibility change - Confirmation for contact visibility change
- YAML rendering of full claim details - YAML rendering of full claim details
- Hints for onboarding on the contact screen
## [0.2.0] - 2024.01.04 ## [0.2.0] - 2024.01.04

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "TimeSafari_Test", "name": "TimeSafari_Test",
"version": "0.2.1", "version": "0.2.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "TimeSafari_Test", "name": "TimeSafari_Test",
"version": "0.2.1", "version": "0.2.2",
"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",

4
project.task.yaml

@ -1,16 +1,12 @@
tasks: tasks:
- show something about reload after install (since it still tells them they're not installed)
- 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
- 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 - copy button for seed
- .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

Loading…
Cancel
Save