diff options
Diffstat (limited to 'app/notes')
-rw-r--r-- | app/notes/update-0.3.0.php | 26 | ||||
-rw-r--r-- | app/notes/update-0.4.0.php | 26 | ||||
-rw-r--r-- | app/notes/update-1.0.0.php | 12 |
3 files changed, 64 insertions, 0 deletions
diff --git a/app/notes/update-0.3.0.php b/app/notes/update-0.3.0.php new file mode 100644 index 0000000..5661329 --- /dev/null +++ b/app/notes/update-0.3.0.php @@ -0,0 +1,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>
\ No newline at end of file diff --git a/app/notes/update-0.4.0.php b/app/notes/update-0.4.0.php new file mode 100644 index 0000000..ebdb695 --- /dev/null +++ b/app/notes/update-0.4.0.php @@ -0,0 +1,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>
\ No newline at end of file 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 |