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
1 changed files with 3 additions and 0 deletions

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>