SHA256
1
0
forked from pool/picard

Accepting request 660682 from home:jaimeMF:branches:multimedia:apps

- Update to version 2.1.0:
 * support for MusicBrainz genres
 * new convenient script functions: $title and $delete
 * new command line option (-P, --no-plugins) allowing to skip plugin loading, which may help when a plugin is crashing Picard at start and to identify if an issue is due to a plugin or the main program
 * improve tags support, better compatibility with other applications, wider range of audio files supported
 * better stability and performance
 * full changelog available at https://blog.metabrainz.org/2018/12/21/picard-2-1-release/
- Picard has been refactored to org.musicbrainz.Picard
- Add appdata.xml file

OBS-URL: https://build.opensuse.org/request/show/660682
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=64
This commit is contained in:
Tomáš Chvátal
2018-12-24 09:38:53 +00:00
committed by Git OBS Bridge
parent 3f36906431
commit fbbeaf6f5c
4 changed files with 23 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Dec 22 09:58:29 UTC 2018 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to version 2.1.0:
* support for MusicBrainz genres
* new convenient script functions: $title and $delete
* new command line option (-P, --no-plugins) allowing to skip plugin loading, which may help when a plugin is crashing Picard at start and to identify if an issue is due to a plugin or the main program
* improve tags support, better compatibility with other applications, wider range of audio files supported
* better stability and performance
* full changelog available at https://blog.metabrainz.org/2018/12/21/picard-2-1-release/
- Picard has been refactored to org.musicbrainz.Picard
- Add appdata.xml file
-------------------------------------------------------------------
Fri Sep 7 06:45:35 UTC 2018 - mvetter@suse.com