Add version and release date to renderer

This commit is contained in:
chylex 2017-05-31 16:35:12 +02:00
parent 8584714be5
commit 82a127003e
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,7 @@ var GUI = (function(){
showModal(560, [ showModal(560, [
"<p>Discord History Tracker is developed by <a href='https://chylex.com'>chylex</a> as an <a href='"+linkGH+"/blob/master/LICENSE.md'>open source</a> project.</p>", "<p>Discord History Tracker is developed by <a href='https://chylex.com'>chylex</a> as an <a href='"+linkGH+"/blob/master/LICENSE.md'>open source</a> project.</p>",
"<sub>BETA v.2, released 31 May 2015</sub>",
"<p>Please, report any issues and suggestions to the <a href='"+linkGH+"/issues'>tracker</a>. If you want to support the development, please spread the word and consider <a href='https://www.patreon.com/chylex'>becoming a patron</a>. Any support is appreciated!</p>", "<p>Please, report any issues and suggestions to the <a href='"+linkGH+"/issues'>tracker</a>. If you want to support the development, please spread the word and consider <a href='https://www.patreon.com/chylex'>becoming a patron</a>. Any support is appreciated!</p>",
"<p>", "<p>",
"<a href='"+linkGH+"/issues'>Issue Tracker</a> &nbsp;&mdash;&nbsp; ", "<a href='"+linkGH+"/issues'>Issue Tracker</a> &nbsp;&mdash;&nbsp; ",

View File

@ -36,6 +36,11 @@
margin-bottom: 1px; margin-bottom: 1px;
} }
#dialog sub {
color: #999;
font-size: 12px;
}
#dialog a { #dialog a {
color: #0096CF; color: #0096CF;
text-decoration: none; text-decoration: none;