diff --git a/src/front/cobalt.js b/src/front/cobalt.js index f58d555..b4df9a4 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -1,4 +1,4 @@ -const version = 36; +const version = 37; const ua = navigator.userAgent.toLowerCase(); const isIOS = ua.match("iphone os"); diff --git a/src/front/updateBanners/twitchupdate.webp b/src/front/updateBanners/twitchupdate.webp new file mode 100644 index 0000000..45bd622 Binary files /dev/null and b/src/front/updateBanners/twitchupdate.webp differ diff --git a/src/modules/changelog/changelog.json b/src/modules/changelog/changelog.json index 57363b3..db2a0f8 100644 --- a/src/modules/changelog/changelog.json +++ b/src/modules/changelog/changelog.json @@ -1,5 +1,16 @@ { "current": { + "version": "7.5", + "date": "September 16, 2023", + "title": "support for twitch clips and rutube!", + "banner": { + "file": "twitchupdate.webp", + "width": 851, + "height": 640 + }, + "content": "hey! this update (finally) adds support for twitch clips and rutube, among other smaller changes.\n\nservice improvements:\n*; added support for twitch clips. no vods, they're unnecessary. just clip whatever you want to download!\n*; added support for rutube in case you ever wanted to download something russian.\n\ninterface improvements:\n*; added a note about cobalt not being affiliated with any supported services.\n*; added a note about meta (the company) in russian.\n*; better russian localization. will keep improving it to make it sound not so robotic over time.\n\nother improvements:\n*; all official servers are now using the docker package. and so should you!\n*; moved the load balancer to poland. requests should be slightly faster now.\n*; minor codebase clean up.\n\nif you're confused about the new domain, read the older changelog! just scroll lower and press \"expand\".\n\ni hope you find this update useful and have a wonderful day :)\n\nbtw, cobalt has a pretty active community server on discord. go to about > support & source code to join!" + }, + "history": [{ "version": "7.4", "date": "September 9, 2023", "title": "new domain, what's coming in future, bug fixes, and more!", @@ -9,8 +20,7 @@ "height": 540 }, "content": "cobalt is finally moving to its own domain! many of you have been anticipating this, and many kept forgetting the link due to how cryptic it was.\n\nwell, worry no more - cobalt.tools is here.\n\nif you haven't yet, open co.wukko.me to transfer your settings here! no additional action from you is required. just open the old link and cobalt will do everything for you :)\n\nmake sure to update your bookmarks and reinstall the web app!\n\nhere's what domain change means:\n*; still no ads, same owner, same features, same reliability. just a way more rememberable link (it's literally two words).\n*; cobalt.tools makes it clear that cobalt is a tool and that it's \"cobalt\", not \"wukko\".\n*; i can host various versions of cobalt on subdomains without links looking awkward.\n*; i can host cobalt-related websites without polluting my personal domain's dns (such as crowdin).\n*; i stand by same privacy policies (and in fact am using the same exact server as before).\n\nthe domain change is required for the future of cobalt.\n\nhere's what's coming soon:\n*; support for many top-requested sites, such as (but not limited to) twitch and niconico.\n*; education version of cobalt, as often requested by students and educators.\n*; major localization system upgrade, allowing for simpler community contributions.\n*; region-specific versions with 100% translations and tweaks.\n*; native clients for desktop and mobile (not sure about this one, i'm no superman).\n*; ...and more!\n\nnow, here's what's new in 7.4:\n*; tabs in popups now scroll to top on tab bar tap.\n*; padding across web app was tuned.\n*; (obviously) a migration agent. soon will be used for importing and exporting settings.\n*; some minor clean ups in codebase.\n\nif you want to help cobalt achieve goals listed above, consider donating! donations are the only way i can keep cobalt ad-less, powerful, (basically) limitless, and also 100% free.\n\nin fact, donations have helped me grow cobalt more than i've ever anticipated. just imagine how much better it will be in a year.\n\ngo to donations down below to find ways to donate!\n\nthank you for reading through all of this. i hope you enjoy this update and have a great day :D" - }, - "history": [{ + }, { "version": "7.2 & 7.3", "date": "September 6, 2023", "title": "extended video length limit, metadata toggle, ui improvements, and more!", diff --git a/src/modules/pageRender/page.js b/src/modules/pageRender/page.js index 57367e6..23f9966 100644 --- a/src/modules/pageRender/page.js +++ b/src/modules/pageRender/page.js @@ -513,8 +513,8 @@ export default function(obj) {