From fda5d91a4b5fb474b23dfe2452ad8aa319c22c69d0fc6c3375dcfdc49b5b6f12 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Tue, 27 Oct 2020 07:36:12 +0000 Subject: [PATCH] Accepting request 844218 from home:alarrosa:branches:multimedia:apps - Update to 2.5: * Bugfixes - PICARD-214 - Take case insensitive file systems into account when renaming files - PICARD-1972 - Times missing in bottom panel - PICARD-1973 - Multi-value tags getting flattened when files get matched to tracks - PICARD-1974 - Picard crashes when using the same tag name more than once in "Tags from File Names..." - PICARD-1975 - Tags from file names does not properly set hidden tags - PICARD-1976 - Cover art providers do not handle URLs with query arguments correctly - PICARD-1979 - Comment tag in MP4 not saved correctly - PICARD-1982 - Cover art not saving properly * Improvements - PICARD-1978 - Add keyboard shortcut for Tags From Filenames and allow to place it in toolbar - Update to 2.5.0b1: * Bugfixes - PICARD-1882 - Scripting text not well readable with dark theme on KDE - PICARD-1888 - Returning tracks to cluster uses matched release rather than what's in the files - PICARD-1932 - Failed AcoustID submission shows as successful - PICARD-1939 - Crash when "Remove" button is hit without picking a file first - PICARD-1941 - Unchanged multi-value tags on tracks show up as changed - PICARD-1954 - Right-clicking on album with "could not load OBS-URL: https://build.opensuse.org/request/show/844218 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=90 --- picard-2.4.4.tar.gz | 3 -- picard-2.5.tar.gz | 3 ++ picard.changes | 83 +++++++++++++++++++++++++++++++++++++++++++++ picard.spec | 2 +- 4 files changed, 87 insertions(+), 4 deletions(-) delete mode 100644 picard-2.4.4.tar.gz create mode 100644 picard-2.5.tar.gz diff --git a/picard-2.4.4.tar.gz b/picard-2.4.4.tar.gz deleted file mode 100644 index 9602ace..0000000 --- a/picard-2.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e6a1abb886c859a20c164bec76e65a90b6b8d5a0c303a39d1432a39483cb4b0 -size 4123298 diff --git a/picard-2.5.tar.gz b/picard-2.5.tar.gz new file mode 100644 index 0000000..87fa78f --- /dev/null +++ b/picard-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9df2882c1fcb46d69c89c87485c77bcff7d9c738b004694fa0fb31280677963 +size 4202884 diff --git a/picard.changes b/picard.changes index f7c26f9..e860d1e 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Tue Oct 27 06:29:29 UTC 2020 - Antonio Larrosa + +- Update to 2.5: + * Bugfixes + - PICARD-214 - Take case insensitive file systems into account + when renaming files + - PICARD-1972 - Times missing in bottom panel + - PICARD-1973 - Multi-value tags getting flattened when files + get matched to tracks + - PICARD-1974 - Picard crashes when using the same tag name + more than once in "Tags from File Names..." + - PICARD-1975 - Tags from file names does not properly set + hidden tags + - PICARD-1976 - Cover art providers do not handle URLs with + query arguments correctly + - PICARD-1979 - Comment tag in MP4 not saved correctly + - PICARD-1982 - Cover art not saving properly + * Improvements + - PICARD-1978 - Add keyboard shortcut for Tags From Filenames + and allow to place it in toolbar +- Update to 2.5.0b1: + * Bugfixes + - PICARD-1882 - Scripting text not well readable with + dark theme on KDE + - PICARD-1888 - Returning tracks to cluster uses matched + release rather than what's in the files + - PICARD-1932 - Failed AcoustID submission shows as successful + - PICARD-1939 - Crash when "Remove" button is hit without + picking a file first + - PICARD-1941 - Unchanged multi-value tags on tracks show up + as changed + - PICARD-1954 - Right-clicking on album with "could not load + album" message crashes + - PICARD-1956 - It is possible to have the same file multiple + times inside the same cluster + - PICARD-1961 - Capitalization for non-standardized instruments + - PICARD-1963 - Possible stack overflow when loading files + - PICARD-1964 - Scripting documentation does not support RTL + languages + - PICARD-1969 - Browser integration port changes without saving + options + - PICARD-1971 - Tags from file names dialog does not restore + window size + * New Features + - PICARD-259 - Make file-specific variables and metadata + available to tagger script + - PICARD-534 - Support SOCKS proxy + - PICARD-1908 - Allow loading release group URLs / MBIDs + - PICARD-1942 - Display tracklist in Info dialog for loaded + releases + - PICARD-1946 - Map "vocal arranger" rel to arranger tag + * Improvements + - PICARD-1390 - Apply a network timeout to avoid network + requests hanging indefinitely + - PICARD-1782 - Allow locking table headers to prevent + accidental resorting + - PICARD-1879 - When dragging tracks onto a release add + those tracks sequentially + - PICARD-1906 - Clarify uninstall message in Windows installer + - PICARD-1936 - Rename the "Whitelist" cover art provider to + "Allowed Cover Art URLs" + - PICARD-1937 - Add context menu entry to cover art box to + browse for local file + - PICARD-1938 - Add context menu option to load files / folders + from file browser + - PICARD-1951 - Avoid complete hiding of metadata box or file + panes + - PICARD-1952 - Allow using native Qt styles on Linux + - PICARD-1955 - Use built-in search by default for new installs + - PICARD-1957 - Load files in file browser on double click + - PICARD-1958 - macOS: Offer link to Applications folder in + disk image + - PICARD-1959 - In disc ID dialog rename "Lookup in Browser" + to "Submit disc ID" + - PICARD-1960 - Allow adding new items in list editor views + using Insert key + - PICARD-1965 - Allow opening fingerprinting options in + AcoustID missing API key dialog + * Tasks + - PICARD-1929 - Make NSIS installer translations available on + Transifex + ------------------------------------------------------------------- Sat Sep 5 17:34:47 UTC 2020 - Antonio Larrosa diff --git a/picard.spec b/picard.spec index d1c09b8..0449bda 100644 --- a/picard.spec +++ b/picard.spec @@ -17,7 +17,7 @@ Name: picard -Version: 2.4.4 +Version: 2.5 Release: 0 Summary: The Next Generation MusicBrainz Tagger License: GPL-2.0-or-later