Update notifications now able to parse "rc"'s and also show release notes from GitHub.

This commit is contained in:
Sebastiaan Pasma 2018-08-27 14:06:10 +02:00
commit 2c2c21bcdf
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
4 changed files with 74 additions and 26 deletions

View file

@ -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>