7.1 release

added changelog and update notice
This commit is contained in:
wukko
2023-08-20 23:25:02 +06:00
parent 877148159d
commit 0a5fff32ae
7 changed files with 21 additions and 8 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 = 33;
const version = 34;
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>`;

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 KiB