mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-13 15:27:16 +03:00
Release BETA v.20
This commit is contained in:
parent
ce5b73a9db
commit
3ee8d6514d
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Discord History Tracker
|
||||
// @version BETA v.19
|
||||
// @version BETA v.20
|
||||
// @license MIT
|
||||
// @namespace https://chylex.com
|
||||
// @homepageURL https://dht.chylex.com/
|
||||
@ -18,7 +18,7 @@ var DISCORD = (function(){
|
||||
};
|
||||
|
||||
var getMessageScrollerElement = function(){
|
||||
return getMessageContainerElement().closest("[class*='scroller']");
|
||||
return getMessageContainerElement().closest("[class*='scroller-']");
|
||||
};
|
||||
|
||||
var checkTopSpecialMessageElement = function(view, cls){
|
||||
@ -591,7 +591,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.19, released 1 Apr 2020</sub>
|
||||
<sub>BETA v.20, released 18 Apr 2020</sub>
|
||||
</p>`);
|
||||
|
||||
// elements
|
||||
|
File diff suppressed because one or more lines are too long
4
build.py
4
build.py
@ -8,8 +8,8 @@ import os
|
||||
import distutils.dir_util
|
||||
|
||||
|
||||
VERSION_SHORT = "BETA v.19"
|
||||
VERSION_FULL = VERSION_SHORT + ", released 1 Apr 2020"
|
||||
VERSION_SHORT = "BETA v.20"
|
||||
VERSION_FULL = VERSION_SHORT + ", released 18 Apr 2020"
|
||||
|
||||
|
||||
EXEC_UGLIFYJS_WIN = "{2}/lib/uglifyjs.cmd --parse bare_returns --compress --mangle toplevel --mangle-props keep_quoted,reserved=[{3}] --output \"{1}\" \"{0}\""
|
||||
|
Loading…
x
Reference in New Issue
Block a user