forked from pool/picard
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
This commit is contained in:
parent
0125dd0ee8
commit
8cc67fe7fa
3
picard-2.6.1.tar.gz
Normal file
3
picard-2.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b51a4d7a669b25fe61889c1273c020f921d3cedb18049c8071171ac54746545
|
||||||
|
size 4318347
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0612938a3b4319ba166833149a427ca0ab6e6d29c1d710a87180d0d746a5cd88
|
|
||||||
size 4296046
|
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 20 11:31:55 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- 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 <alarrosa@suse.com>
|
Tue Apr 6 08:17:54 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: picard
|
Name: picard
|
||||||
Version: 2.6
|
Version: 2.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Next Generation MusicBrainz Tagger
|
Summary: The Next Generation MusicBrainz Tagger
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user