Release BETA v.16a

This commit is contained in:
chylex 2019-09-20 18:41:33 +02:00
parent 5113a486c2
commit df6e66c591
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name Discord History Tracker
// @version BETA v.16
// @version BETA v.16a
// @license MIT
// @namespace https://chylex.com
// @homepageURL https://dht.chylex.com/
@ -563,7 +563,7 @@ ${radio("asm", "pause", "Pause Tracking")}
${radio("asm", "switch", "Switch to Next Channel")}
<p id='dht-cfg-note'>
It is recommended to disable link and image previews to avoid putting unnecessary strain on your browser.<br><br>
<sub>BETA v.16, released 19 Sep 2019</sub>
<sub>BETA v.16a, released 20 Sep 2019</sub>
</p>`);
// elements

File diff suppressed because one or more lines are too long

View File

@ -8,8 +8,8 @@ import os
import distutils.dir_util
VERSION_SHORT = "BETA v.16"
VERSION_FULL = VERSION_SHORT + ", released 19 Sep 2019"
VERSION_SHORT = "BETA v.16a"
VERSION_FULL = VERSION_SHORT + ", released 20 Sep 2019"
EXEC_UGLIFYJS_WIN = "{2}/lib/uglifyjs.cmd --parse bare_returns --compress --mangle toplevel --mangle-props keep_quoted,reserved=[{3}] --output \"{1}\" \"{0}\""