summaryrefslogtreecommitdiff
path: root/app/notes/update-1.0.0.php
blob: 8ced54fa49a5cf39f0e46d04038d290e792d14fa (plain)
1
2
3
4
5
6
7
8
9
10
11
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>