File upplay.changes of Package upplay
-------------------------------------------------------------------
Sat Jun 14 13:51:48 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>
- compile with Qt 6
- Update to 1.9.7:
* UPnP/AV: send null data when coming at the end of the playlist to clear
the renderer state. May be disabled by preference and may not work with
all renderers. Fixes the "phantom track" issue
* Fix ESC behavior on Playlist and Search panels
* Alt+Left go back to previous folder when the browser has the keyboard
focus
* Fix volume keys not working
-------------------------------------------------------------------
Mon May 12 16:07:55 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>
- added disable-mpris.patch to disable MPRIS support because it is part
of Deepin
-------------------------------------------------------------------
Sun May 11 08:48:08 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>
- Update to 1.9.6:
* Fix album headers HTML so that they can always be used with the full popup
* Allow all qss/css files to exist in the user home upplay data directory
and override the default ones
* Allow changing the division of space between player and playlist in the
left column (use a splitter)
* Change the image fit for the player cover from "cover" (letterbox) to
scale-down
* Allow toggling the directory view between list and covers (popup or Ctrl+l)
-------------------------------------------------------------------
Fri Apr 11 07:27:11 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>
- Update to 1.9.1:
* Configurable metadata in player area
-------------------------------------------------------------------
Fri Apr 4 13:15:27 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>
- Update to 1.9.0:
* Use an HTML object to display the currently playing track data
* Dir browser with webengine: fix js exec appeared frozen needed
mouse move to complete
* Changes for libupnpp 1.0
-------------------------------------------------------------------
Mon Jan 20 10:17:46 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>
- removed use-webengine.patch
- Update to 1.8.1:
* Browser: album headers: escape artist name
* Webengine versions: make it a little more difficult to lock up the app
* Fix renderer-specific preferences pane
-------------------------------------------------------------------
Fri Dec 27 17:41:48 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
- Update to 1.8.0:
* Browser: allow ^C to copy text from the browser area to the clipboard
* Browser: display album header before tracks even in albumAsCovers mode
* Added per-renderer preference for choosing the best resource or just
using the first (check track format against renderer capabilities)
* Fix possible crash by ensuring subscriptions are inactivated before we
delete objects
* Improve openhome source management
-------------------------------------------------------------------
Fri Dec 20 15:16:05 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
- Update to 1.7.9:
* Browser: fix deadlock when clicking a link while reading was active
-------------------------------------------------------------------
Sat Nov 16 09:22:15 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
- Update to 1.7.8:
* Fix sticky playlist append mode (could not switch back to not append)
* Other small fixes in playlist insertions
- Update to 1.7.7:
* Add options to save the playlist as Json or CSV
* Other small fixes.
- Update to 1.7.6:
* Browser: add an album entry at the top when browsing an album or playlist
container. Suppress the repeated listing of the album title for each track
in this case
* Browser: span cells to the right when no data follows
* Browser: add "show metadata" popup entry
* Browser: fix issues with middle-click with recent qwebenginepage versions
* Browser: big improvement for loading big lists (multi-thousand) with webengine
-------------------------------------------------------------------
Thu Aug 22 09:30:09 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
- Update to 1.7.5:
* Automatically conform to system light/dark style when possible.
* Directory browser: better preserve the media server ordering (don't
separate containers/items as, e.g. Minimserver uses containers for
subtitles etc.)
* Expand some common aliases for MIME types when checking compatibility
with the renderer (e.g. audio/flac audio/x-flac application/flac).
* Limit auto-traversal of single-entry containers to the top levels (with
adjustable preference)
* UPnP/AV: fix first track add on empty player failing
- Update to 1.7.4:
* Add option to switch light/dark mode according to desktop setting
-------------------------------------------------------------------
Fri May 17 13:50:38 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
- update to 1.7.3
* Allow loading a bare URL.
-------------------------------------------------------------------
Tue Feb 20 16:01:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Sat Dec 23 14:50:04 UTC 2023 - Michael Pujos <pujos.michael@gmail.com>
- added use-webengine.patch to force use of Qt5WebEngine
- update to 1.7.2
* Unicast search the last used renderer at startup (depending on lib version).
- update to 1.7.1
* Add preference to use libupnpp extra URL quoting which is now non-default.
- update to 1.7.0
* Avoid most ways that a stuck renderer could freeze the GUI.
* Windows: hopefully full support for keyboard traversal and screen
readers.
* Add menu for playlist mode settings (repeat, shuffle etc.). These were
not accessible with a keyboard otherwise.
* Fix playlist drag and drop: drag to first position is now possible.
* Avoid phantom track appearing in the playlist when connecting to
stopped upmpdcli in UPnP/AV mode
* Misc improvements and fixes.
- update to 1.6.5
* Disabled non-functional last.FM interface (last.FM changed their
authentication method to something which would be complicated to support)
- update to 1.6.4
* Fix potential crash when removing tracks from UPnP/AV playlist
-------------------------------------------------------------------
Sat Aug 13 10:46:11 UTC 2022 - Michael Pujos <pujos.michael@gmail.com>
- add upstream signing key and validate source signature
- update to 1.6.3
* Fix dir browser display in cases (search string overlapping first result entry)
* Avoid having to restart after changing lower lib log level
- update to 1.6.2
* Fix playlist drag and drop
- update to 1.6.1
* New alternative tabbed compact interface for small displays
* Hopefully better scaling
-------------------------------------------------------------------
Fri Apr 22 16:21:39 UTC 2022 - Michael Pujos <pujos.michael@gmail.com>
- update to 1.6.0
* New alternative tabbed compact interface for small displays
* Hopefully better scaling
- update to 1.5.2
* Implement minimal MPRIS interface on Linux, mostly so that
media keys work on the Gnome desktop
* Small miscellaneous improvements in directory browser display
* Cache album covers
* Option to poll for volume changes, for renderers which generate no volume events
-------------------------------------------------------------------
Thu Apr 15 12:46:31 UTC 2021 - Michael Pujos <pujos.michael@gmail.com>
- update to 1.4.10
* Make the renderer selection dialog dynamic: it will react to a
renderer appearing on the network
* When the connection with a renderer is lost, try to reconnect
instead of asking the user what to do
* Improve device restart detection and renew subscriptions when needed
* Small fixes in colors in system dark theme
* Small fixes in Webengine version
- removed dark-theme-fix.patch and browser-back-mouse-button-support.patch
now in upstream
-------------------------------------------------------------------
Mon Nov 30 10:59:38 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
- update to 1.4.7
* Fix "close to tray" not working on Linux KDE
* Clean up exit when tray is not available
* Compilation warnings
- added dark-theme-fix.patch
- added browser-back-mouse-button-support.patch
- remove duplicates icons with fdupes
-------------------------------------------------------------------
Sun Nov 15 21:53:15 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
- update to upstream version 1.4.6