diff --git a/src/renderer/scr.gui.js b/src/renderer/scr.gui.js index 565cdf1..b6630af 100644 --- a/src/renderer/scr.gui.js +++ b/src/renderer/scr.gui.js @@ -38,7 +38,7 @@ var GUI = (function(){ showModal(560, [ "
Discord History Tracker is developed by chylex as an open source project.
", - "BETA v.4, released 5 Oct 2017", + "BETA v.5, released 27 Oct 2017", "Please, report any issues and suggestions to the tracker. If you want to support the development, please spread the word and consider becoming a patron. Any support is appreciated!
", "", "Issue Tracker — ", diff --git a/src/tracker/gui.js b/src/tracker/gui.js index e638b76..fa54459 100644 --- a/src/tracker/gui.js +++ b/src/tracker/gui.js @@ -234,7 +234,7 @@ var GUI = (function(){ "
",
"Discord History Tracker will not save newly received messages, it is specifically made to load and save the server/group/DM history.
",
"It is recommended to disable link and image previews to avoid putting unnecessary strain on your browser.
",
- "BETA v.4, released 5 Oct 2017",
+ "BETA v.5, released 27 Oct 2017",
"
Discord History Tracker is a browser script that lets you locally save chat history in your servers, groups, and private conversations.
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.
diff --git a/web/style.css b/web/style.css index 46224f5..421e164 100644 --- a/web/style.css +++ b/web/style.css @@ -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;