From 1f927e4b8def6a9cd37fc485bba2b5b9fefe4cc9 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Fri, 14 Aug 2020 16:30:21 +0100
Subject: [PATCH] typos

---
 CHANGELOG.md            | 12 ++++++++++++
 app/src/views/About.vue |  7 ++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2358202..2ca3674 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# 0.1.20
+
+_14th July 2020_
+
+### Changed
+
+- Updated z-index on initial creation to easier to see you have created a few
+
+### Fixed
+
+- hid IPFS debug information
+
 # 0.1.19
 
 _13th July 2020_
diff --git a/app/src/views/About.vue b/app/src/views/About.vue
index 66935b2..0a00cd0 100644
--- a/app/src/views/About.vue
+++ b/app/src/views/About.vue
@@ -29,6 +29,10 @@
 
     <h3>Considerations</h3>
     <ul>
+      <li>
+        &nbsp;You may need to create a new microcosm to take advantage of new
+        enhancements
+      </li>
       <li>&nbsp;Data is not yet encrypted.</li>
       <li>&nbsp;There is no Export yet.</li>
 
@@ -36,7 +40,8 @@
         Please
         <strong>UNDERSTAND</strong> all data as not backed up, data structures
         and data will ocasssionaly be deleted or changed remotely which may
-        effect and break your local data.
+        effect and break your local data. Please make a seperate copy (copy and
+        paste into a local file)
       </li>
     </ul>
     <h2>Design-led ethical Edutech</h2>
-- 
GitLab