Skip to content

v0.6.10

Choose a tag to compare

@SimoHypers SimoHypers released this 06 Sep 11:08
· 23 commits to master since this release

Blocked artists, a custom app icon, and several Google accounts you can switch between. macOS builds also start for the first time: every .dmg since 0.6.5 quit the moment it launched.

New features

  • Block artists. A blocked artist stops appearing in anything YouTube generates for you: radio and autoplay, the home feed, album and artist carousels, browse grids. Lists you opened by name are left alone, so playlists, search, history, your library and the artist's own page still show everything. Blocking also clears them out of the queue and skips off them if one of theirs is playing. Block from a track's menu, an artist card's menu, or the artist page header; Settings > Playback > Blocked artists lists them.
  • Several Google accounts. Sign in with more than one account and switch between them from the account menu, each one staying signed in.
  • Custom app icon. Pick a PNG in Settings > Themes and it replaces the icon on the window, the taskbar button, the tray and the in-app titlebar. The installed .exe and shortcut icons stay as they are, and macOS gets the tray and in-app logo only.
  • A Ko-fi link in Settings > About, if you want to support the project.

Bug fixes

  • macOS: the app quit the instant it opened, on every Mac. Every build from 0.6.5 to 0.6.9 shipped a libmpv carrying a duplicate rpath, which dyld refuses to load, and from the Finder it looked exactly like the "app is damaged" quarantine message. Fixed, with a guard in CI so it cannot come back.
  • Radio queued every song twice. A signed-in radio pairs each track with its music-video twin, and both halves were being read, so the queue got two copies of everything with two different durations.
  • Lyrics auto-scroll moved the whole theater view. The lyrics list is now scrolled directly instead of asking the browser to centre the line.

New contributors

  • @oglimmer: found and fixed the duplicate rpath that stopped the macOS build from launching.
  • @codeon314: multiple Google accounts with switching.

macOS: after dragging limusic into Applications, run xattr -dr com.apple.quarantine /Applications/limusic.app once, or Gatekeeper will say the app is damaged. The .rpm is a normal package and does not self-update; the AppImage, the Windows installer and the .app do.