Skip to content

Releases: olegantonyan/mpz

2.0.16

Choose a tag to compare

@olegantonyan olegantonyan released this 13 Jul 16:27

[2.0.16] - 2026-07-13

Added

  • Dockable album cover and lyrics panels (hidden by default, toggled from the menu)
  • Crash stack traces saved to a log file, openable from Settings (Linux, macOS, Windows)
  • Opt-in automatic crash reporting

Fixed

  • Playback order combobox width truncation on some platforms/themes (#202)

2.0.15

Choose a tag to compare

@olegantonyan olegantonyan released this 10 Jul 16:54

[2.0.15] - 2026-07-10

Added

  • Drag-and-drop files/folders from the file manager into the playlists list (empty space creates a new playlist, dropping onto a playlist asks to create or append) and into the track list (inserts at the drop position)
  • Bootstrap Icons for in-app icons (play/pause/context menus/etc)
  • On systems without tray show warning under tray icon checkbox in settings
  • macOS menu bar: live Playback menu, Jump to Playing Track, Full Screen
  • macOS: show in-window hamburger menu again (alongside the native menu bar)
  • Windows: "Uninstall mpz" Start Menu shortcut (Settings → Apps uninstall may not work)

Fixed

  • Windows installer: uninstalling/updating via the maintenance tool no longer tries to remove itself

Misc

  • experimental Linux AppImage build (x86_64 and arm64)

2.0.14

Choose a tag to compare

@olegantonyan olegantonyan released this 07 Jul 16:08

[2.0.14] - 2026-07-07

Added

  • New icon (feat. @Hacker-Planet)
  • Windows native media controls (SMTC): title/artist/album, cover art and play/pause/stop/next/prev in the system media overlay
  • Windows taskbar: thumbnail buttons, progress bar and play/pause overlay

Fixed

  • Windows installer: removes the previous version automatically
  • tray icon: left-click now shows/hides the window; the menu opens on right-click (previously left-click opened the menu)
  • Windows Qt5 legacy build: high-DPI scaling (no longer tiny on scaled displays)

Misc

  • Windows Qt6 build switch to MSVC toolchain

2.0.13

Choose a tag to compare

@olegantonyan olegantonyan released this 04 Jul 05:50

[2.0.13] - 2026-07-04

Added

  • macOS DMG contains link to /Applicaions for simplifying the installation
  • hide hamburger icon on macOS in favor of native menubar
  • on macOS closing the window hides it and keeps playing (Cmd+Q to quit); tray icon removed in favor of native Control Center/Dock controls

Fixed

  • on macOS "Show in Finder" for multiple selected tracks now opens a single Finder window per folder with all items selected, instead of one window per file

Misc

  • experimental Windows ARM64 build

2.0.12

Choose a tag to compare

@olegantonyan olegantonyan released this 02 Jul 07:02

[2.0.12] - 2026-07-02

Added

  • macOS global media controls
  • macOS dock menu
  • update check on macOS and Windows;

Fixed

  • fix multi-file CUE (EAC gaps-appended) playing silence for every track after the first

2.0.11

Choose a tag to compare

@olegantonyan olegantonyan released this 24 Jun 06:03

[2.0.11] - 2026-06-24

Added

  • Button to open tags editor dialog from track info

Fixed

  • fix multi-file CUE playback stopping after each track
  • canceling library folder addition no longer adds empty line

2.0.10

Choose a tag to compare

@olegantonyan olegantonyan released this 07 Jun 05:12

[2.0.10] - 2026-06-07

Added

  • New lyrics providers: NetEase, QQ Music, lyrics.ovh (have to be enabled in settings)

Fixed

  • Japanese translations corrected (@coolvitto)
  • Fixed output device hotplug playback recovery on Linux Qt 6.11 with ffmpeg

Misc

  • Small bugfixes and minor imrovements

2.0.9

Choose a tag to compare

@olegantonyan olegantonyan released this 30 May 04:48

[2.0.9] - 2026-05-30

Added

  • ability to sort and edit library folders (including mpd)
  • option to make library filter only top-level folders

Fixed

  • fix macOS bundle name
  • double-click on playlist starts playing this playlist (regression)
  • fix radio streams with chunked proxied response
  • total playback time fixed

Misc

  • improved UI of changelog, about and settings dialogs
  • improved macOS menu bar

2.0.8

Choose a tag to compare

@olegantonyan olegantonyan released this 23 May 05:12

[2.0.8] - 2026-05-23

Added

  • CUE continious playback if next track is on the same file sequntially
  • settings UI dialog
  • better MPD server errors display
  • tags editor dialog

Fixed

  • total and session playback time counter now works again
  • in "sequential (no loop)" mode fixed playback state after the last track finished

Misc

  • minimize to tray option is now close to tray as more portable and reliable alternative

2.0.7

Choose a tag to compare

@olegantonyan olegantonyan released this 19 May 14:15

[2.0.7] - 2026-05-19

Added

  • when showing track in file manager make it selected there (works on multiselection too)
  • experimental build for macOS
  • stop_when_track_removed global config option

Fixed

  • use album artist when artist tag is missing
  • load m3u in playlists now correclty works on radio streams

Misc

  • replaced DeathHandler with cpptrace which is able to print meaningful stacktrace without debug symbols