diff --git a/package.json b/package.json index ca34e236..e09eaccc 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 0e11615b..3388456f 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -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; diff --git a/src/front/cobalt.js b/src/front/cobalt.js index a8086275..99301f46 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -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 = `
`; diff --git a/src/front/updateBanners/meowthsnap.webp b/src/front/updateBanners/meowthsnap.webp new file mode 100644 index 00000000..a1b94d53 Binary files /dev/null and b/src/front/updateBanners/meowthsnap.webp differ diff --git a/src/modules/changelog/changelog.json b/src/modules/changelog/changelog.json index 5500f654..749084b0 100644 --- a/src/modules/changelog/changelog.json +++ b/src/modules/changelog/changelog.json @@ -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 github.\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 #179)\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 #177)\n*; replaced got with undici (thanks to #182). 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!",