diff --git a/src/front/cobalt.js b/src/front/cobalt.js index 0ff6ab3f..47a0d368 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -1,4 +1,4 @@ -const version = 38; +const version = 39; const ua = navigator.userAgent.toLowerCase(); const isIOS = ua.match("iphone os"); diff --git a/src/front/updateBanners/meowthpolishegg.webp b/src/front/updateBanners/meowthpolishegg.webp new file mode 100644 index 00000000..d0891b41 Binary files /dev/null and b/src/front/updateBanners/meowthpolishegg.webp differ diff --git a/src/localization/languages/en.json b/src/localization/languages/en.json index 7612ff47..463d8cd9 100644 --- a/src/localization/languages/en.json +++ b/src/localization/languages/en.json @@ -156,6 +156,7 @@ "FilenamePreviewVideoTitle": "Video Title", "FilenamePreviewAudioTitle": "Audio Title", "FilenamePreviewAudioAuthor": "Audio Author", - "UrgentFilenameUpdate": "customizable file names!" + "UrgentFilenameUpdate": "customizable file names!", + "UrgentTwitterPatch": "fixes and easier downloads" } } diff --git a/src/localization/languages/ru.json b/src/localization/languages/ru.json index 81ccb8cd..9e9bbe0c 100644 --- a/src/localization/languages/ru.json +++ b/src/localization/languages/ru.json @@ -158,6 +158,7 @@ "FilenamePreviewVideoTitle": "Название Видео", "FilenamePreviewAudioTitle": "Название Аудио", "FilenamePreviewAudioAuthor": "Автор Аудио", - "UrgentFilenameUpdate": "изменяемые названия файлов!" + "UrgentFilenameUpdate": "изменяемые названия файлов!", + "UrgentTwitterPatch": "фиксы и удобное скачивание" } } diff --git a/src/modules/changelog/changelog.json b/src/modules/changelog/changelog.json index 3455405b..b9b1fbdc 100644 --- a/src/modules/changelog/changelog.json +++ b/src/modules/changelog/changelog.json @@ -1,5 +1,16 @@ { "current": { + "version": "7.7", + "date": "December 2, 2023", + "title": "bugfixes and better downloads!", + "banner": { + "file": "meowthpolishegg.webp", + "width": 851, + "height": 640 + }, + "content": "this update fixes various issues with supported services. no new features yet, but twitter fix is surely something good to have in the meantime!\n\nservice improvements:\n*; broken twitter videos are now automatically fixed by cobalt.\n*; all vimeo videos and audios should now possible to download.\n*; vimeo: fixed short resolution displayed in \"basic\" and \"pretty\" filename styles.\n\ninterface improvements:\n*; streamables are now easier to save on ios.\n\ninternal improvements:\n*; port env variable is now not strictly necessary for cobalt to run.\n*; minor clean up.\n\nchanges since 7.6:\n*; fix for an issue related to youtube dubs.\n*; fixed a memory leak related to live renders.\n*; handling all errors related to twitter downloads.\n*; fixed support for reddit links in various languages.\n*; added rich filenames support for twitch clips.\n*; updated support and donation lists.\n\nstay tuned for future updates and have a great day :D" + }, + "history": [{ "version": "7.6", "date": "October 15, 2023", "title": "customizable file names, instagram stories, and first cobalt sponsor!", @@ -9,8 +20,7 @@ "height": 640 }, "content": "as many have (very) often requested, cobalt now lets you pick between several file name format styles!\ngo to settings > other and change it to whichever you like! there's a preview of each style, so you know how exactly files are gonna look like.\n\nif you liked file names the way they were before, don't worry: classic style is still the default :)\n\non a different but not any less important note: cobalt is now sponsored by royalehosting.net!\noverall service performance and stability is gonna be better, but also more content will be possible to download thanks to geniuine server locations. and yes, still no ads or trackers.\n\nthis update also includes a bunch of other changes, check them out:\n\nservice improvements:\n*; added support for instagram stories thanks to #194.\n*; fixed reddit support thanks to #221.\n*; added support for rich file names for youtube, vimeo, soundcloud, rutube, and vk.\n*; numbers and emoji no longer disappear from file name and metadata.\n*; mute and audio dub file name tags don't appear together anymore.\n*; youtube: dub file name tag doesn't appear anymore if audio track is default.\n\ninterface improvements:\n*; added a list of sponsors to about tab. if you host an instance, it's disabled by default, but can be enabled with showSponsors env variable.\n*; about button now opens about tab when no new changelog is available.\n*; fixed download button thickness on ios.\n\nyou now can reach out to cobalt via email for support! it's located in the about tab along with other socials, such as discord.\n\ni hope you enjoy this long-awaited update and have a blissful day :D" - }, - "history": [{ + }, { "version": "7.5", "date": "September 16, 2023", "title": "support for twitch clips and rutube!", diff --git a/src/modules/pageRender/page.js b/src/modules/pageRender/page.js index b572a8b7..e782e25b 100644 --- a/src/modules/pageRender/page.js +++ b/src/modules/pageRender/page.js @@ -562,8 +562,8 @@ export default function(obj) {