diff options
Diffstat (limited to 'app/notes/update-1.9.0.php')
-rw-r--r-- | app/notes/update-1.9.0.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/notes/update-1.9.0.php b/app/notes/update-1.9.0.php new file mode 100644 index 0000000..5655b6b --- /dev/null +++ b/app/notes/update-1.9.0.php @@ -0,0 +1,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>
\ No newline at end of file |