Update notifications now able to parse "rc"'s and also show release notes from GitHub.
This commit is contained in:
parent
4deeb80a14
commit
2c2c21bcdf
4 changed files with 74 additions and 26 deletions
|
|
@ -15,7 +15,9 @@
|
|||
<img src="img/icon-update.svg" class="bg"/>
|
||||
</i>
|
||||
|
||||
<div class="item title">{{updateText}}</div>
|
||||
<div class="item title">{{newReleaseText}}</div>
|
||||
<div class="item release-notes" ng-if="newReleaseNotes"><span ng-bind-html="newReleaseNotes"></span></div>
|
||||
|
||||
|
||||
<div class="button" ng-click="openExternalLink()">
|
||||
<span translate>Download</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue