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:
parent
a1e1ca0ffe
commit
547f8049de
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue