SHA256
1
0
forked from pool/juk
2021-07-27 09:35:38 +00:00
committed by Git OBS Bridge
parent fb248c85d3
commit 6095f74582
6 changed files with 62 additions and 25 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sat Jul 17 20:05:38 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.07.80
* New feature release
- Changes since 21.04.3:
* Add missing Qt5Concurrent to target_link_libraries
* Take into account that some languages use different
plural rules for n > 4
* Add "Open Containing Folder" action
* tageditor: Speedup startup when Tag Editor is shown.
* Add a user-defined literal to grab themed icons and port to use it.
* lyrics: Disable lyrics requests as the site seems to be down.
* playlistsplitter: Use compile-time signal/slot connections.
* Add a user-defined literal for our action collection.
* playlistsplitter: Minor cleanups again.
* tag_scan: Fix painful rescan of music metadata on startup. (kde#428772)
* dynamicplaylist: Ensure subclasses handle virtual calls in dtor.
* playlist: Ensure playing track is visible when it changes. (kde#356224)
* nowplaying: Improve clickable link search in Now Playing bar.
* playqueue: Use an appropriate icon for rebadged "remove playlist" action. (kde#336250)
* playlist: Play whole album when playback started in album-random mode.
* Reenable album random play in the user interface.
* playlist: Reimplement random and album random sequencing.
* Improve track sequencing by removing the track sequencing classes. (kde#100356)
* JuK: More minor cleanups.
* playermanager: Cleanup before I work on some bugs in track playback.
* Remove dead DCOP-related interface.
* mediafiles: Make Playlist Save As file type message translatable. (kde#413065)
* systemtray: Cleanups and modernization. Also a timer bugfix.
* playlist: Modernization and cleanup of playlist code.
* playlist: Modernize signal/slot connections here too.
* playlistbox: Remove most string-based signal/slot connections.
* playlistbox: Use QVector instead of QList for list of playlists.
* playlistbox: Modernize code a bit.
* playlistcollection: Minor cleanups, rename object().
* ui: Focus the playlist search line edit on startup.
- Only install the license files once
-------------------------------------------------------------------
Wed Jul 7 08:56:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>