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

@ -1,7 +1,7 @@
{
"name": "cobalt",
"description": "save what you love",
"version": "7.2",
"version": "7.3",
"author": "wukko",
"exports": "./src/cobalt.js",
"type": "module",

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

View file

@ -1,5 +1,16 @@
{
"current": {
"version": "7.2 & 7.3",
"date": "September 6, 2023",
"title": "extended video length limit, metadata toggle, ui improvements, and more!",
"banner": {
"file": "meowthsnap.webp",
"width": 500,
"height": 280
},
"content": "this update makes cobalt look sharp in chromium browsers and even more useful than before. check out the full changelog below!\n\nservice improvements:\n*; increased video length from 3 hours to 5 hours. feel free to download lectures you need :)\n*; you can now disable file metadata if you want. head to settings > other > miscellaneous to do that.\n*; fixed a bug which previously caused some downloads to end up being 0 bytes.\n\nui improvements:\n*; fixed clickable area for urgent notice (text on top).\n*; fixed blurry header in chrome.\n*; fixed blurry tab bar in chrome.\n*; fixed blurry switches in chrome.\n*; fixed weirdly rounded corners in popups.\n*; fixed 1px gap on edges of various elements in popup in chrome.\n*; fixed overscrolling in other settings tab on ios.\n*; fixed unexpected button highlight effect on phones.\n*; removed outdated fixes for tiny screens.\n\nother improvements:\n*; cobalt web & api start faster than before, additional preparation functions aren't unexpectedly run anymore.\n*; cobalt is now available as a docker package. check it out on <a class=\"text-backdrop link\" href=\"https://github.com/wukko/cobalt/pkgs/container/cobalt\" target=\"_blank\">github</a>.\n\nstay tuned for upcoming server renovation, made possible by everyone who donated to cobalt over the span of last few months.\nyou can join in and help everyone who uses cobalt, too! go to donations (sparkly heart) tab down below :D\n\nthank you for using cobalt, hope you have a great day."
},
"history": [{
"version": "7.1",
"date": "August 20, 2023",
"title": "instagram, streamable, video metadata, and more!",
@ -9,8 +20,7 @@
"height": 358
},
"content": "service improvements:\n*; extended instagram support: high quality photos, videos, reels. everything should work without any issues, enjoy! :)\n*; added support for streamable.com (thanks to <a class=\"text-backdrop link\" href=\"https://github.com/wukko/cobalt/pull/179\" target=\"_blank\">#179</a>)\n*; added video metadata to youtube videos.\n*; fixed vk video downloads.\n*; vxtwitter links are now supported.\n*; fixed support for youtube audio dubs.\n\nui improvements:\n*; fixed picker popup: it's now scrollable in all cases and clickable areas don't overlap each other.\n\nbackend improvements:\n*; cobalt will now let you know if something goes wrong during video download instead of nuking the stream.\n*; added support for cookies (thanks to <a class=\"text-backdrop link\" href=\"https://github.com/wukko/cobalt/pull/177\" target=\"_blank\">#177</a>)\n*; replaced got with undici (thanks to <a class=\"text-backdrop link\" href=\"https://github.com/wukko/cobalt/pull/182\" target=\"_blank\">#182</a>). downloads should be slightly faster and clean of garbage in headers.\n\ninternal improvements:\n*; moved host overrides into its own module.\n*; minor clean ups.\n\neven more cool stuff is coming in future updates! thank you for using cobalt :D"
},
"history": [{
}, {
"version": "7.0",
"date": "August 15, 2023",
"title": "biggest ui refresh yet!",