summaryrefslogtreecommitdiff
path: root/app/notes/update-1.9.0.php
blob: 5655b6bc4235ce77cb580588b1c9b92d22d024d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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/video.svg" style="width: 48px;" class="icon" alt="">
        <div>
            <div><b>Music videos</b></div>
            <div>On desktop, enjoy music videos instead of your usual lyrics for a better experience.</div>
        </div>
    </div>
    <div style="display: grid; grid-template-columns: 48px 1fr; grid-gap: 20px; margin-bottom: 20px;">
        <img src="/assets/icons/stella.svg" style="width: 48px; padding: 4px;" class="icon" alt="">
        <div>
            <div><b>Mist Stella</b></div>
            <div>Discover and rediscover your favorite songs in fully immersive spatial audio with Mist Stella.</div>
        </div>
    </div>
</div>