SHA256
1
0
forked from pool/picard

Accepting request 828102 from home:alarrosa:branches:multimedia:apps

- Update to 2.4.2:
  * Bugfixes
    - PICARD-1909 - No refresh of metadata on "Use Original Value"
      or remove tags
    - PICARD-1911 - Removing tags does not update list views
    - PICARD-1913 - Changing tags of a track without matched files
      changes original metadata
    - PICARD-1914 - Editing track metadata edits data of previously
      linked file
    - PICARD-1915 - An album selected during loading should update
      the metadata view when loading has finished
    - PICARD-1916 - Picard crashes on older releases of macOS due
      to theming exception
  * Improvements
    - PICARD-1860 - New added tag should open field to enter value
      automatically
    - PICARD-1899 - Update help links to go to
      http://picard-docs.musicbrainz.org
    - PICARD-1920 - Open documentation in options dialog using the
      platform's help shortcut (e.g. F1 on Windows or Ctrl+? on macOS)
- Update to 2.4.1:
  * Bugfixes
    - PICARD-1904 - Picard 2.4 does not start on Windows 7 and Windows 8

- Update to 2.4:
  * Bugfixes
    - PICARD-1763 - App does not start on macOS 10.13 High Sierra
    - PICARD-1873 - Scripting documentation uses an ugly font on Windows
    - PICARD-1881 - Function names in script documentation not readable
      with dark theme

OBS-URL: https://build.opensuse.org/request/show/828102
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=86
This commit is contained in:
Antonio Larrosa 2020-08-20 09:40:27 +00:00 committed by Git OBS Bridge
parent abd3d1087e
commit 7f2e4f0fe6
4 changed files with 139 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a91d9f11f2e5a6a0c579e0749e3a3919694ddeef0f251c1dded32e9331b1b0b7
size 3806112

3
picard-2.4.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec8199d0fd96ec50ae07d55aed9cf70a2b01c5a527dc1b1f75687e43a805fe3e
size 4096438

View File

@ -1,3 +1,123 @@
-------------------------------------------------------------------
Thu Aug 20 09:32:18 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update to 2.4.2:
* Bugfixes
- PICARD-1909 - No refresh of metadata on "Use Original Value"
or remove tags
- PICARD-1911 - Removing tags does not update list views
- PICARD-1913 - Changing tags of a track without matched files
changes original metadata
- PICARD-1914 - Editing track metadata edits data of previously
linked file
- PICARD-1915 - An album selected during loading should update
the metadata view when loading has finished
- PICARD-1916 - Picard crashes on older releases of macOS due
to theming exception
* Improvements
- PICARD-1860 - New added tag should open field to enter value
automatically
- PICARD-1899 - Update help links to go to
http://picard-docs.musicbrainz.org
- PICARD-1920 - Open documentation in options dialog using the
platform's help shortcut (e.g. F1 on Windows or Ctrl+? on macOS)
- Update to 2.4.1:
* Bugfixes
- PICARD-1904 - Picard 2.4 does not start on Windows 7 and Windows 8
-------------------------------------------------------------------
Tue Aug 11 10:02:35 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update to 2.4:
* Bugfixes
- PICARD-1763 - App does not start on macOS 10.13 High Sierra
- PICARD-1873 - Scripting documentation uses an ugly font on Windows
- PICARD-1881 - Function names in script documentation not readable
with dark theme
- PICARD-1884 - No tracknumber tag if track number is 0
- PICARD-1889 - "Use track relationships" is including release
relationships
- PICARD-1890 - User is warned about color changes when exiting
options, even if no change was made
- PICARD-1891 - Crash parsing bad date in metadata
- PICARD-1892 - Deleting "Total Tracks" or "Total Discs" from
Vorbis tags causes save to fail
- PICARD-1894 - Detecting track number from filename wrongly
detects leading or trailing numbers
- PICARD-1896 - Instrument arranger is not being mapped for
tagging using the correct key
- PICARD-1902 - Crash when typing $noop(\) in the script editor
* New Features
- PICARD-1128 - Support Microsoft WAVE format (RIFF/WAVE) tagging
with ID3
- PICARD-1839 - Support DSDIFF (DFF) files
* Improvements
- PICARD-1812 - Support RIFF INFO chunks for WAVE files
- PICARD-1871 - Use tag list editor for preserved tags
- PICARD-1875 - Improve function documentation for $firstalphachar
- PICARD-1878 - Inefficient reading of tracks leads to slow saving
on some file systems and network shares
- PICARD-1880 - Use Consolas font on Windows for monospace font
(script editor, log view etc.)
- PICARD-1887 - On macOS use dark syntax theme if dark mode is
enabled (currently only when running from source)
- Update to 2.4.0b2
* Bugfixes
- PICARD-1864 - Adding single files does ignore existing MBIDs
- PICARD-1866 - Coverart pane does not update during / after
saving files
- PICARD-1867 - Guess format fallback is broken
- PICARD-1868 - CAA type selection dialog does not translate
"Unknown"
- Update to 2.4.0b1
* Bugfixes
- PICARD-1753 - Fix font size of script editor and log view
on Windows
- PICARD-1807 - Wrong error handling when using python-libdiscid
- PICARD-1813 - $title function throws error on empty value
- PICARD-1820 - PLUGIN_VERSION no longer displayed correctly
in plugins dialog
- PICARD-1823 - Genre tag ordering is non-deterministic
- PICARD-1826 - "no appropriate stream found" when saving .ogg
(OPUS) file
- PICARD-1838 - Files with a .dff file extension are interpreted
as DSF files and fail to load
- PICARD-1853 - Crash if tags contain null character
- PICARD-1855 - Relationships not tagged for non-album track
- PICARD-1859 - "ValueError: Invalid literal" followed by crash
when opening certain files
* New Features
- PICARD-1704 - Support Windows 10 dark mode
- PICARD-1797 - Autocompletion for script functions and variables
- PICARD-1798 - Add support for inline translatable documentation
* Improvements
- PICARD-824 - Expand all option submenus by default
- PICARD-920 - Remember selected options page
- PICARD-1117 - Instrumental recordings of a work should set
language to "No lyrics"
- PICARD-1796 - Consider release date when matching files to
releases
- PICARD-1805 - Make it easier to add the first script
- PICARD-1818 - Make PyQt5.QtDBus optional
- PICARD-1829 - Add support for disc numbers in cluster Info
dialog tracklists
- PICARD-1831 - Mitigate performance impacts of file selection
and UI updates during processing
- PICARD-1840 - Instrumental recordings of a work should drop
the lyricist credit
- PICARD-1842 - AIFF and DSF: Add support for albumsort,
artistsort, titlesort and discsubtitle
- PICARD-1843 - Improve load and clustering performance
- PICARD-1844 - Further improve loading and clustering performance
- PICARD-1845 - Add "lookup in browser" for musicbrainz_discid tag
in metadata view
- PICARD-1846 - Metadata.unset should not raise KeyError
- PICARD-1847 - Restructure tag compatibility options
- PICARD-1852 - Make about a separate dialog
- PICARD-1854 - Improve sorting performance in main window
- PICARD-1856 - Use pgettext function in Python 3.8
-------------------------------------------------------------------
Tue May 12 09:30:43 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
@ -6,15 +126,21 @@ Tue May 12 09:30:43 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- [PICARD-1775] - $firstwords function doesn't catch IndexError
- [PICARD-1776] - $datetime crashes when invalid format specified
- [PICARD-1781] - Have $find return "" rather than "-1" on not found
- [PICARD-1783] - Deleting performer, comment or lyrics tag fails for some cases in ID3, Vorbis, MP4 and Apev2 tags
- [PICARD-1783] - Deleting performer, comment or lyrics tag fails
for some cases in ID3, Vorbis, MP4 and Apev2 tags
- [PICARD-1784] - Host not found error when downloading PDF artwork
- [PICARD-1785] - $delete(_id3:TXXX:foo) does not delete the ID3 frames
- [PICARD-1786] - Deleting tag stored in ID3 TIPL frame only removes first occurrence
- [PICARD-1787] - Deleting case-insensitive TXXX frames does not delete anything
- [PICARD-1788] - Saving ID3 tags marked as case-insensitive causes duplicated TXXX frames
- [PICARD-1785] - $delete(_id3:TXXX:foo) does not delete the ID3
frames
- [PICARD-1786] - Deleting tag stored in ID3 TIPL frame only removes
first occurrence
- [PICARD-1787] - Deleting case-insensitive TXXX frames does not
delete anything
- [PICARD-1788] - Saving ID3 tags marked as case-insensitive causes
duplicated TXXX frames
- [PICARD-1790] - Crash when selecting plugin that can be updated
- [PICARD-1791] - Network access is disabled error under VPN service
- [PICARD-1795] - iTunes tags not removable (reappear after being deleted)
- [PICARD-1795] - iTunes tags not removable (reappear after being
deleted)
- [PICARD-1801] - List index out of range when saving Vorbis file
- [PICARD-1803] - Instrument EWI is rewritten "e w i"
* Improvement

View File

@ -17,7 +17,7 @@
Name: picard
Version: 2.3.2
Version: 2.4.2
Release: 0
Summary: The Next Generation MusicBrainz Tagger
License: GPL-2.0-or-later
@ -34,7 +34,9 @@ BuildRequires: python3-qt5
BuildRequires: python3-setuptools
BuildRequires: python3-sip
BuildRequires: update-desktop-files
Requires: python3-mutagen
Requires: python3-Markdown
Requires: python3-dateutil >= 2.7.3
Requires: python3-mutagen >= 1.37
Requires: python3-qt5
Recommends: chromaprint-fpcalc
Recommends: python3-discid