diff --git a/CHANGELOG.md b/CHANGELOG.md index 2270d68..6d0a7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,24 @@ 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.3.14] ### Changed in DB or environment - Nothing -## [0.3.13] - 2024.05.24 +## [0.3.13] - 2024.05.24 - 08b67984e443c58d9178ad3776013b0bce7afddc ### Added - Photos on projects +### Changed in DB or environment +- Nothing ## [0.3.12] - 2024.05.19 - 141fb39ad19c44d82fe1a33bf85115beacf50870 ### Fixed - Photo share (share_target) failed because requests were sent to server +### Changed in DB or environment +- Nothing ## [0.3.11] - 2024.05.19 - 567bcad88dfb7e9ac8fea72530d1163985e4a7cc diff --git a/package-lock.json b/package-lock.json index 673f304..94ce511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.13", + "version": "0.3.14-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.13", + "version": "0.3.14-beta", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index 9d568e0..1d6f317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.13", + "version": "0.3.14-beta", "private": true, "scripts": { "dev": "vite", diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index d8ab1c3..4e0010c 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -84,18 +84,14 @@

How do I add someone else?

- Click here to show an alert with the steps. + Use these instructions. To start scanning, go here.

- If they are not nearby to scan QR codes, tell them to copy their ID from - their Identity page, which - typically starts with "did:ethr:...", and send it to you. Go to the - Contacts page and enter that into the - top form. To add a name, put a comma and then their name; to add their - public key, put another comma followed by the key. + If they are not nearby to scan QR codes, you each can tap on the QR code + and paste it into the text box on the Contacts page.

How do I backup all my data?