From 8cc67fe7fa4c1f2ae7c45c44da71c6ac445a09a53a07740f53eeeba179d9ee5a Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 22 Apr 2021 10:32:12 +0000 Subject: [PATCH] Accepting request 887526 from home:alarrosa:branches:multimedia:apps - Update to 2.6.1: * Bugfixes - PICARD-2160 - Switching dark mode in macOS preferences does not change list elements leading to mix of light and dark mode - PICARD-2166 - "Use original values" for a tag on a large selection takes very long with a high CPU usage - PICARD-2168 - Keyboard shortcut to trigger script editor auto completion does not work on macOS - PICARD-2170 - Title and track number guessed from filename should show up as changed metadata - PICARD-2173 - "Search for similar tracks" is enabled by default, causes crash if used without selection - PICARD-2187 - Scripting error in file naming options is not displayed properly * New Features - PICARD-2161 - Add script function $unique to remove duplicate values from multi-value variables - PICARD-2177 - Add script function $replacemulti to replace entries in multi-value variables * Improvements - PICARD-2157 - Reduce comparison overhead of logging window - PICARD-2162 - Coverart box is slow to update when many files are selected - PICARD-2185 - Remove empty elements from $map() output OBS-URL: https://build.opensuse.org/request/show/887526 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=104 --- picard-2.6.1.tar.gz | 3 +++ picard-2.6.tar.gz | 3 --- picard.changes | 29 +++++++++++++++++++++++++++++ picard.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 picard-2.6.1.tar.gz delete mode 100644 picard-2.6.tar.gz diff --git a/picard-2.6.1.tar.gz b/picard-2.6.1.tar.gz new file mode 100644 index 0000000..95953e0 --- /dev/null +++ b/picard-2.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b51a4d7a669b25fe61889c1273c020f921d3cedb18049c8071171ac54746545 +size 4318347 diff --git a/picard-2.6.tar.gz b/picard-2.6.tar.gz deleted file mode 100644 index 799df08..0000000 --- a/picard-2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0612938a3b4319ba166833149a427ca0ab6e6d29c1d710a87180d0d746a5cd88 -size 4296046 diff --git a/picard.changes b/picard.changes index 6cf5311..c89b2a2 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Apr 20 11:31:55 UTC 2021 - Antonio Larrosa + +- Update to 2.6.1: + * Bugfixes + - PICARD-2160 - Switching dark mode in macOS preferences does + not change list elements leading to mix of light and + dark mode + - PICARD-2166 - "Use original values" for a tag on a large + selection takes very long with a high CPU usage + - PICARD-2168 - Keyboard shortcut to trigger script editor + auto completion does not work on macOS + - PICARD-2170 - Title and track number guessed from filename + should show up as changed metadata + - PICARD-2173 - "Search for similar tracks" is enabled by + default, causes crash if used without selection + - PICARD-2187 - Scripting error in file naming options is + not displayed properly + * New Features + - PICARD-2161 - Add script function $unique to remove + duplicate values from multi-value variables + - PICARD-2177 - Add script function $replacemulti to replace + entries in multi-value variables + * Improvements + - PICARD-2157 - Reduce comparison overhead of logging window + - PICARD-2162 - Coverart box is slow to update when many files + are selected + - PICARD-2185 - Remove empty elements from $map() output + ------------------------------------------------------------------- Tue Apr 6 08:17:54 UTC 2021 - Antonio Larrosa diff --git a/picard.spec b/picard.spec index 3ed6198..0eb6870 100644 --- a/picard.spec +++ b/picard.spec @@ -17,7 +17,7 @@ Name: picard -Version: 2.6 +Version: 2.6.1 Release: 0 Summary: The Next Generation MusicBrainz Tagger License: GPL-2.0-or-later