summaryrefslogtreecommitdiff
path: root/app/notes
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2023-11-08 20:59:42 +0100
committerRaindropsSys <raindrops@equestria.dev>2023-11-08 20:59:42 +0100
commitb83a38434156038bc02db74cb93fa8460d0f2f32 (patch)
tree5229c62153ad640f164ff3d4a837bd8345305e02 /app/notes
parent4755889793a36a1f33282ee4759445bef1eb2bb2 (diff)
downloadmist-b83a38434156038bc02db74cb93fa8460d0f2f32.tar.gz
mist-b83a38434156038bc02db74cb93fa8460d0f2f32.tar.bz2
mist-b83a38434156038bc02db74cb93fa8460d0f2f32.zip
Updated 16 files, added 3 files, deleted android/app/release/app-release.apk.zip and renamed android/app/release/app-release.apk (automated)
Diffstat (limited to 'app/notes')
-rw-r--r--app/notes/update-1.7.2.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/notes/update-1.7.2.php b/app/notes/update-1.7.2.php
new file mode 100644
index 0000000..ee9d110
--- /dev/null
+++ b/app/notes/update-1.7.2.php
@@ -0,0 +1,12 @@
+<?php if (!isset($releaseNotes)) die(); ?>
+<h2 style="margin-top: 30px;">What's new in Mist?</h2>
+
+<div style="text-align: left; margin-top: 50px;">
+ <div style="display: grid; grid-template-columns: 48px 1fr; grid-gap: 20px; margin-bottom: 20px;">
+ <img src="/assets/icons/notes-bugs.svg" style="width: 48px;" class="icon" alt="">
+ <div>
+ <div><b>Application improvements</b></div>
+ <div>We have caught and fixed numerous issues you might have encountered with the app to improve your experience.</div>
+ </div>
+ </div>
+</div> \ No newline at end of file