diff options
Diffstat (limited to 'app/notes/update-0.4.0.php')
-rw-r--r-- | app/notes/update-0.4.0.php | 26 |
1 files changed, 26 insertions, 0 deletions
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 |