summaryrefslogtreecommitdiff
path: root/app/notes/update-0.3.0.php
blob: 566132904f21f60c56f96c523d47c62e15ac8a3d (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-security.svg" style="width: 48px;" class="icon" alt="">
        <div>
            <div><b>Enhanced security</b></div>
            <div>Listening to your favorite songs shouldn't come at the expense of your security and your privacy. Mist now includes protections against the most common forms of attacks.</div>
        </div>
    </div>
    <div style="display: grid; grid-template-columns: 48px 1fr; grid-gap: 20px; margin-bottom: 20px;">
        <img src="/assets/icons/notes-connect.svg" style="width: 48px;" class="icon" alt="">
        <div>
            <div><b>Mist is now on Discord</b></div>
            <div>If you are using the desktop app, Mist can now use Discord Rich Presence to show the music you are playing to all of your friends. You will also need the Discord desktop app.</div>
        </div>
    </div>
    <div style="display: grid; grid-template-columns: 48px 1fr; grid-gap: 20px; margin-bottom: 20px;">
        <img src="/assets/icons/notes-android.svg" style="width: 48px;" class="icon" alt="">
        <div>
            <div><b>Native Android application</b></div>
            <div>You can now quit using the Progressive Web App, and instead use the official Mist Android app. Lower battery and resource usage, along with better OS integrations.</div>
        </div>
    </div>
</div>