v0.8.0 #471
temidaradev
announced in
Announcements
v0.8.0
#471
Replies: 1 comment
|
Thank you very much for your work!! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This release is mostly cleanup and refactor work: a big code split across server, utils, sources, and the playback controller, native Windows cookie decryption for sign-in, assets baked into the binary, and a bunch of new translations.
Highlights
Native Windows cookie decryption. YouTube Music and SoundCloud sign-in now read browser cookies natively on Windows instead of going through the
rookiecrate (which is now off on Windows). Sign-in works without the third-party cookie reader.Assets are baked into the binary. CSS, fonts, and the favicon now ship inside the
kopuzbinary, so it doesn't need any external files at runtime.Big refactor. Server and utils are split up, the source model, page runtimes, backend modules, and playback controller are all broken out, and audio init, playback parsing, and config views got reworked. Dependencies are deduplicated through a virtual manifest to get ready for publishing on crates.io.
Features
mkadecode hint..unwrap()calls, added crate docs, and movedeprintln!over totracing.Fixes
rookiebrowser-cookie import to non-Windows.What's Changed
New Contributors
Full Changelog: v0.7.0...v0.8.0
This discussion was created from the release v0.8.0.
All reactions