diff --git a/src/front/cobalt.js b/src/front/cobalt.js index 7da2b8e..ad647f1 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -1,4 +1,4 @@ -const version = 40; +const version = 41; const ua = navigator.userAgent.toLowerCase(); const isIOS = ua.match("iphone os"); diff --git a/src/front/updateBanners/meowthball.webp b/src/front/updateBanners/meowthball.webp new file mode 100644 index 0000000..20a4e15 Binary files /dev/null and b/src/front/updateBanners/meowthball.webp differ diff --git a/src/localization/languages/en.json b/src/localization/languages/en.json index 9a1e591..233e9bb 100644 --- a/src/localization/languages/en.json +++ b/src/localization/languages/en.json @@ -153,7 +153,6 @@ "StatusPage": "service status page", "TroubleshootingGuide": "self-troubleshooting guide", "DonateImageDescription": "cat sleeping on a laptop keyboard and typing letters repeatedly", - "UpdateNewYears": "new years clean up", "SettingsTwitterGif": "convert gifs to .gif", "SettingsTwitterGifDescription": "converting looping videos to .gif reduces quality and majorly increases file size. if you want best efficiency, keep this setting off.", "UpdateTwitterGif": "twitter gifs and pinterest" diff --git a/src/localization/languages/ru.json b/src/localization/languages/ru.json index cae1245..61a58ea 100644 --- a/src/localization/languages/ru.json +++ b/src/localization/languages/ru.json @@ -155,7 +155,6 @@ "StatusPage": "статус серверов", "TroubleshootingGuide": "гайд по устранению проблем", "DonateImageDescription": "кошка спит на клавиатуре ноутбука и многократно печатает буквы", - "UpdateNewYears": "новогодняя уборка", "SettingsTwitterGif": "конвертировать гифки в .gif", "SettingsTwitterGifDescription": "конвертирование зацикленного видео в .gif снижает качество и значительно увеличивает размер файла. если важна максимальная эффективность, то не используй эту функцию.", "UpdateTwitterGif": "гифки с твиттера и одноклассники" diff --git a/src/modules/changelog/changelog.json b/src/modules/changelog/changelog.json index 0794faf..c37e796 100644 --- a/src/modules/changelog/changelog.json +++ b/src/modules/changelog/changelog.json @@ -1,5 +1,17 @@ { "current": { + "version": "7.9", + "date": "January 17, 2024", + "title": "twitter gifs, pinterest, ok.ru, and more!", + "banner": { + "file": "meowthball.webp", + "alt": "meowth rolling on a big catnip ball", + "width": 478, + "height": 350 + }, + "content": "yes, you read that right. cobalt now lets you convert any twitter gif to an actual .gif file! (finally)\njust go to settings and enable this feature :)\n\nservice improvements:\n*; added an option to convert gifs from twitter into actual .gif format. files will be bigger and lower quality, but maybe you want that.\n*; pinterest support has been completely redone, now all videos (and even pin.it links) are supported.\n*; added support for ok.ru in case you're a russian grandma.\n*; now processing all reddit links (including old.reddit.com).\n*; instagram live vods are now supported.\n*; fixed a rare vimeo bug related to 1440p videos.\n\nother improvements:\n*; ui fade in animation is no longer present if you've disabled animations.\n*; all images now have alt descriptions.\n*; cobalt html is now biblically correct and follows the html spec.\n*; lots of cleaning up.\n\npatches since 7.8:\n*; shift+key shortcuts are now ignored if url bar is focused.\n*; longer soundcloud links are now supported, also catching more tiktok-related errors.\n*; removed mastodon from support links as that account is no longer active.\n*; added ability to download a specific video from multi media tweets and support for /mediaViewer links.\n*; fixed modal blurriness in chromium.\n*; minor html changes (road to biblically correct one).\n\nlots of long-awaited updates (especially twitter gifs), hope you enjoy them and have a great day :D" + }, + "history": [{ "version": "7.8", "date": "December 25, 2023", "title": "new years clean up! bug fixes and fresh look for the home page", @@ -10,8 +22,7 @@ "height": 168 }, "content": "merry christmas and happy new year! this update fixes several (very annoying) bugs to help you enjoy your holidays better.\n\nyou might have already noticed, but we've refreshed the home page on desktop and mobile! less space wasted, more pleasant to look at. let us know if you like it or not :D\n\nservice improvements:\n*; #264 anything that includes a period in the url should be possible to download (including instagram stories).\n*; #73 soundcloud: falling back to mp3 instead of refusing to download the song at all.\n*; #275 youtube: query parameters are parsed and handled correctly, all links should be supported, no matter where v query is located.\n*; tlds are parsed and validated correctly (e.g. \"pinterest.co.uk\" works now).\n*; fixvx.com links are now supported.\n\ninterface improvements:\n*; cleaner and more consistent home page layout.\n*; cleaned up support section in \"about\". also includes a link to the status page.\n\ninternal improvements:\n*; urls, subdomains, and tlds are properly validated.\n*; minor clean up.\n\nchanges since 7.7:\n*; made terms and ethics more descriptive.\n*; fix only affected twitter videos.\n*; fixed quick ⌘+V pasting on mac.\n*; now catching even more youtube-related errors.\n\nthis might not seem like a lot, but even smaller changes make a difference!\n\nenjoy this update and the rest of your day :D" - }, - "history": [{ + }, { "version": "7.7", "date": "December 2, 2023", "title": "bugfixes and better downloads!", diff --git a/src/modules/pageRender/page.js b/src/modules/pageRender/page.js index 297854a..83c2edc 100644 --- a/src/modules/pageRender/page.js +++ b/src/modules/pageRender/page.js @@ -576,8 +576,8 @@ export default function(obj) {