Skip to content

0.13.0

Compare
Choose a tag to compare
@martpie martpie released this 13 May 20:48
· 1118 commits to master since this release

Hello there πŸ‘‹

A new minor update that I should have released ages ago, sorry for that. Not much to see, some quality of life improvements and that's basically it.

On a side-note, I am working (at the moment for fun, but it may become serious if I see it's worth it) on a port/rewrite to Tauri (Rust) and Solid, which should considerably reduce storage and memory usage. You can see the progress on #638 :)

Media Session support

Museeks now uses the Media Session API, which should result in better support for MPRIS on Linux, and add support for native media control on macOS and Windows:

Screenshot 2022-05-13 at 20 56 33

Screenshot 2022-05-13 210322

Edit tracks information

It is now possible to update tracks information. Note that those changes will not be persisted on the source file (it will come at some point).

All props to @jvegaf for building this feature!

Screenshot 2022-05-19 at 13 24 09

Screenshot 2022-05-19 at 13 25 04

Import tracks from any view

Quite straightforward:

Screen.Recording.2021-12-20.at.12.34.20.mov

M1 binaries

Optimized binaries are now available for the latest MacBooks running ARM.

Misc

  • Changed: better fonts displayed on Ubuntu (instead of default Arial)
  • Changed: display all artists in tracks list (instead of first only) (thanks @FKD13!)
  • Fixed tracks sorting for tracks with multiple artists
  • Fixed ctrl/cmd+A selecting not only the tracks but also the text of the app
  • Fixed devtools not loading
  • Fixed player controls alignment on Windows

Internals

  • Switched to ESBuild from Webpack for instant builds
  • Upgraded to React v18
  • Upgraded Electron to v18
  • More automated tests
  • Convert most components to hooks