diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4ff29..6d7e950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [Unreleased] + + +## [0.2.9] - 2024.01.15 +### Fixed +- Set visibility for new contact. + + +## [0.2.8] - 2024.01.14 ### Added - Automatic ID creation from home page - Agent who can also edit a project @@ -14,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cannot declare anonymous gift - ## [0.2.7] - 2024.01.12 ### Added - Give to fulfill a particular offer @@ -27,7 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Name of offerer - ## [0.2.2] - 2024.01.05 ### Added - Check for notification capability on front screen @@ -43,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Icon for Android - More thorough messaging and testing for notifications + ## [0.1.9] - 2024.01.01 ### Added - Import for contacts and settings diff --git a/package-lock.json b/package-lock.json index 019ec17..df3d607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari_Test", - "version": "0.2.8", + "version": "0.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari_Test", - "version": "0.2.8", + "version": "0.2.9", "dependencies": { "@ethersproject/hdnode": "^5.7.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", diff --git a/package.json b/package.json index 67918cb..9222858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari_Test", - "version": "0.2.8", + "version": "0.2.9", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/project.task.yaml b/project.task.yaml index dfcdd15..76f1e7b 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,9 +1,7 @@ tasks: -- problem with making visible in test scenario adding contact? - choose an agent via a contact chooser (not just copy-paste a DID) -- make set-name request yellow - make the "give" on contact screen work like other give (allowing donation vs current blank) - make give action executable right from an offer - make a confirmation action executable right from a give