summaryrefslogtreecommitdiff
path: root/app/notes/update-1.0.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/notes/update-1.0.0.php')
-rw-r--r--app/notes/update-1.0.0.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/notes/update-1.0.0.php b/app/notes/update-1.0.0.php
new file mode 100644
index 0000000..8ced54f
--- /dev/null
+++ b/app/notes/update-1.0.0.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-release.svg" style="width: 48px;" class="icon" alt="">
+ <div>
+ <div><b>Stable Mist is there</b></div>
+ <div>As the Developer Preview programme ends, Mist is now stable and can be enjoyed by numerous users. But wait, there's still more coming!</div>
+ </div>
+ </div>
+</div> \ No newline at end of file