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

@ -173,6 +173,11 @@
font-weight: 700;
color: #444;
}
.release-notes {
white-space: pre;
white-space: pre-line;
text-align: left;
}
.button {
width: 100%;
border: none;