summaryrefslogtreecommitdiff
path: root/app/ui/update.php
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2023-10-30 23:08:45 +0100
committerRaindropsSys <raindrops@equestria.dev>2023-10-30 23:08:45 +0100
commit41c51b8bdb9c8e9fa4a7d56f260d594739d4107e (patch)
tree4bb3e824d636c7cf8cb39fd0e1aa25c49c339164 /app/ui/update.php
parent4d4308c46d4f7801c657cc79d2243e1a81831334 (diff)
downloadmist-41c51b8bdb9c8e9fa4a7d56f260d594739d4107e.tar.gz
mist-41c51b8bdb9c8e9fa4a7d56f260d594739d4107e.tar.bz2
mist-41c51b8bdb9c8e9fa4a7d56f260d594739d4107e.zip
Updated 35 files and added 28 files (automated)
Diffstat (limited to 'app/ui/update.php')
-rw-r--r--app/ui/update.php26
1 files changed, 1 insertions, 25 deletions
diff --git a/app/ui/update.php b/app/ui/update.php
index 1117e95..b50dc21 100644
--- a/app/ui/update.php
+++ b/app/ui/update.php
@@ -25,31 +25,7 @@
<script src="/assets/js/common.js"></script>
<div style="padding: 1rem;">
<div style="text-align: center;">
- <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>
+ <?php $releaseNotes = true; require_once "../notes/update-1.0.0.php" ?>
<a style="margin-top: 50px; margin-bottom: 30px; display: block;" class="btn btn-primary" onclick="localStorage.setItem('lastUpdate', '<?= trim(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/version")) ?>|<?= trim(file_exists("/opt/spotify/build.txt") ? file_get_contents("/opt/spotify/build.txt") : "trunk") ?>'); window.parent._modal.hide();">Continue</a>
</div>