Release BETA v.5

This commit is contained in:
chylex 2017-10-27 01:27:51 +02:00
parent 4862ffce77
commit 22993e60a9
4 changed files with 16 additions and 3 deletions

View File

@ -38,7 +38,7 @@ var GUI = (function(){
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>",
"<sub>BETA v.4, released 5 Oct 2017</sub>",
"<sub>BETA v.5, released 27 Oct 2017</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>",
"<a href='"+linkGH+"/issues'>Issue Tracker</a> &nbsp;&mdash;&nbsp; ",

View File

@ -234,7 +234,7 @@ var GUI = (function(){
"<p id='dht-cfg-note'>",
"Discord History Tracker will not save newly received messages, it is specifically made to load and save the server/group/DM history.<br><br>",
"It is recommended to disable link and image previews to avoid putting unnecessary strain on your browser.<br><br>",
"<sub>BETA v.4, released 5 Oct 2017</sub>",
"<sub>BETA v.5, released 27 Oct 2017</sub>",
"</p>"
].join("");

View File

@ -13,7 +13,7 @@
</head>
<body>
<div class="inner">
<h1>Discord History Tracker <span>BETA&nbsp;v.4</span></h1>
<h1>Discord History Tracker <span class="version">BETA&nbsp;v.5</span>&nbsp;<span class="bar">|</span>&nbsp;<span class="notes"><a href="https://github.com/chylex/Discord-History-Tracker/wiki/Release-Notes">Release&nbsp;Notes</a></span></h1>
<p>Discord History Tracker is a browser script that lets you locally save chat history in your servers, groups, and private conversations.</p>
<p>When the script is active, it will automatically load history of the selected text channel up to the first message, and let you download it for offline viewing in your browser.</p>

View File

@ -39,9 +39,22 @@ h1 {
h1 span {
font-size: 22px;
}
h1 span.version {
color: rgba(255, 255, 255, 0.35);
}
h1 span.bar {
font-size: 20px;
vertical-align: 10%;
color: rgba(255, 255, 255, 0.5);
}
h1 span.notes {
opacity: 0.85;
}
h2 {
margin: 36px 0 0;
font-size: 32px;