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

@@ -479,6 +479,7 @@ button:active,
align-items: center;
gap: 0.7rem;
padding-bottom: 0.7rem;
flex-wrap: wrap;
}
.changelog-tag-version {
font-size: 1rem;

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>`;

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB