10.3: fastest cobalt yet, new youtube features, translation platform, and a lot more #885
Pinned
wukko
announced in
announcements
Replies: 1 comment
-
Wow! Amazing update! Thanks for all the hard work to make this program so awesome :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
oh-so-fast
starting from this update, cobalt can run several instances in parallel, reducing load on individual instances and making it much faster. previously cobalt ran on only one thread, and it's honestly impressive that it lasted this long.
we tested cobalt under peak traffic load & same network conditions:
these tests weren't really scientific as we based them on screen recordings, but the point still stands: cobalt no longer slows down and runs as fast as it can.
before:
10.2.mp4
after:
10.3.mp4
youtube improvements
meet weblate, a place where you can translate cobalt
we're finally ready to invite you to translate cobalt to any language you like! your translation contributions are linked to your github account, so you'll show up in cobalt's contributors list.
you can start translating cobalt at i18n.imput.net right now!
thank you for showing such an overwhelming amount of interest in making cobalt more accessible around the world, we really appreciate it!
other service improvements
ui/ux improvements
documentation improvements
internal improvements for nerds
fixed a XSS vulnerability that wasn't exploited
a malicious cobalt instance could serve links with the javascript: protocol, resulting in XSS when the user tries to download an item from a picker.
as far as we know, this vulnerability was never found and exploited in the wild, but we still urge all frontend instance hosters to update their instances asap. cobalt.tools and all other instances that configured CSP correctly weren't affected by this vulnerability.
this issue was fully fixed in c4be1d3 and an advisory with CVE was posted on github.
if you ever discover a security vulnerability in cobalt, please report it responsibly on github. we'll make sure to fix it as soon as possible!
where's 10.2?
we were very excited to release the first part of changes, so we bumped the version early. then, we decided to make cobalt faster, so now we're at 10.3!
we also silently released changes in prod before the announcement, teehee :3c
all changes are on github
as always, you can check all commits since the 10.1 release on github for even more details.
we hope you enjoy this update as much as you enjoy fresh air, because it really feels like one!
~ your friends at imput ❤️
Beta Was this translation helpful? Give feedback.
All reactions