Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Video-Downloader/web/changelogs/3.5.2.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17 lines (15 sloc)
1 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "vk clips support, improved changelog system, and less bugs" | |
date: "Sep 11, 2022" | |
--- | |
new features: | |
- added support for vk clips. cobalt now lets you download even more cringy videos! | |
- added update history right to the changelog menu. it's not loaded by default to minimize page load time, but can be loaded upon pressing a button. probably someone will enjoy this. | |
- as you've just read, cobalt now has on-demand blocks. they're rendered on server upon request and exist to prevent any unnecessary clutter by default. the first feature to use on-demand rendering is history of updates in changelog tab. | |
changes: | |
- moved twitter entry to about tab and made it localized. | |
- added clarity to what services exactly are supported in about tab. | |
bug fixes: | |
- cobalt should no longer crash to firefox users if they love to play around with user-agent switching. | |
- vk videos of any resolution and aspect ratio should now be downloadable. | |
- vk quality picking has been fixed after vk broke it for parsers on their side. |