0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 03:05:15 +00:00

feat: just add changelog to update screen

This commit is contained in:
Kenny 2022-08-06 10:14:57 -04:00
parent a1e1ca0ffe
commit 547f8049de

View file

@ -22,6 +22,9 @@
<h1>{{ lang.available }}</h1>
<div>{{ lang.installed }}: {{ installedVersion }}</div>
<div>{{ lang.latest }}: {{ latestVersion.tag_name }}</div>
<div style="margin-top: 3em; color: #999;"><b>Changelog</b></div>
<p style="white-space: pre-line; color: #999;">{{ latestVersion.body.trim() }}</p>
<p></p>
<div class="bottom">
<v-btn rounded @click="$router.go(-1)">{{ lang.later }}</v-btn>
<v-btn rounded color="primary" @click="update()">{{ lang.update }}</v-btn>