7.3 release stuff

added changelog and bumped up the version
This commit is contained in:
wukko
2023-09-06 20:32:52 +06:00
parent faee870e3a
commit 6ae16bfd1d
5 changed files with 15 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ const isSafari = ua.match("safari/");
const isFirefox = ua.match("firefox/");
const isOldFirefox = ua.match("firefox/") && ua.split("firefox/")[1].split('.')[0] < 103;
const version = 34;
const version = 35;
const regex = new RegExp(/https:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()!@:%_\+.~#?&\/\/=]*)/);
const notification = `<div class="notification-dot"></div>`;