Museeks Changelog

What's new in Museeks 0.13.1

Sep 5, 2022
  • Improved tracks selection separation by adding a delimiter between each row
  • Fixed "your search returned no results" when navigating quickly between Playlists and Library (#646)

New in Museeks 0.13.0 (May 15, 2022)

  • 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:
  • Import tracks from any view
  • 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
  • Upgrade to React v18
  • Upgrade Electron to v16
  • More automated tests
  • Convert most components to hooks

New in Museeks 0.12.0 (Dec 6, 2021)

  • UI improvements:
  • New dark mode: darker, with higher contrast
  • Old dark theme still available (called Dark (legacy))
  • Some elements not themed are now themed when using dark mode (selects, inputs...)
  • Native elements (like selects and context menus) on Windows and macOS should now be dark/light depending on the theme used
  • Some UI elements are now in bold/medium font-weight to make sure they are easily readable
  • State persistence when re-opening the app:
  • The player state is now saved and restored on restart (queue, playing track, etc). Here are some additional details:
  • Library content (tracks + playlists) is not restored, it will be loaded as usual (loading library...)
  • If the player was playing something, on restart, the player will be paused, and the queue will be easily "resumable" by just clicking the "Play" button
  • System theme:
  • There is a new theme option in Settings > Appearance > Theme to make Museeks use the system theme you have defined in your OS settings, enjoy :)
  • Custom default view:
  • You can now set a default view between "Library" and "Playlists" in Settings > Appearance.
  • Webm support:
  • .webm files are now supported and playable by Museeks.
  • New shortcuts
  • leftArrow and rightArrow keys will seek -/+ 10 seconds on the playing track
  • ctrl/cmd+L will redirect to the Library view
  • ctrl/cmd+P will redirect to the Playlists view
  • ctrl/cmd+T will make the tracks list jump to the playing track