summaryrefslogtreecommitdiff
path: root/app/notes/update-0.4.0.php
blob: ebdb6959c4e11cb62bbd681aaa0bc6bdab515027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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-normalizer.svg" style="width: 48px;" class="icon" alt="">
        <div>
            <div><b>No more volume switcheroo</b></div>
            <div>Mist now automagically normalizes audio volume when you are listening to music. You don't need to do any other change and this is enabled by default. Enjoy!</div>
        </div>
    </div>
    <div style="display: grid; grid-template-columns: 48px 1fr; grid-gap: 20px; margin-bottom: 20px;">
        <img src="/assets/icons/notes-mobile.svg" style="width: 48px;" class="icon" alt="">
        <div>
            <div><b>Improved mobile experience</b></div>
            <div>Using Mist on the go shouldn't be frustrating, that's why we refined your mobile experience to make it more pleasant and smoother.</div>
        </div>
    </div>
    <div style="display: grid; grid-template-columns: 48px 1fr; grid-gap: 20px; margin-bottom: 20px;">
        <img src="/assets/icons/notes-navigation.svg" style="width: 48px;" class="icon" alt="">
        <div>
            <div><b>Never get lost again</b></div>
            <div>Navigating Mist was very frustrating and non-pleasant, so we fixed it. You now get improved navigation controls on both desktop and mobile.</div>
        </div>
    </div>
</div>