From a8c3644de370725ca202cd0c158feef7abfe0825f5d1e8ac697e48d439c50391 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Nov 2024 11:49:32 +0000 Subject: [PATCH] - update to 0.6.3: * fileview: use self.get_rows_sorted().keys() instead of get_present_tags() for extra tag filter * window: Set icon name * main: insert files to existing window if another instance tries to open with file args * meta: add argument passthrough to run script * main: remove debug prints * filelist: switch to selection mode on long press * window: allow to translate title * musicbrainz: fix closing cover tempfiles * Initialize ngettext * identify: Add release popover list into a scrolled window * musicbrainz: Don't download thumbnails if cover download is disabled * identify: Fix setting group for release row checkboxes * musicbrainz: Set timeout for requests * tagselectorbutton: add minimum/maximum height to popover * tagselectorbutton: Apply fix from !130, but only on small screens * tagselectorbutton: further reduce height * update translations OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eartag?expand=0&rev=12 --- _service | 2 +- eartag-0.6.2.obscpio | 3 --- eartag-0.6.3.obscpio | 3 +++ eartag.changes | 24 ++++++++++++++++++++++++ eartag.obsinfo | 6 +++--- eartag.spec | 2 +- 6 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 eartag-0.6.2.obscpio create mode 100644 eartag-0.6.3.obscpio diff --git a/_service b/_service index 894e224..b7fd1a8 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/World/eartag.git - refs/tags/0.6.2 + refs/tags/0.6.3 @PARENT_TAG@ disable diff --git a/eartag-0.6.2.obscpio b/eartag-0.6.2.obscpio deleted file mode 100644 index 6507b79..0000000 --- a/eartag-0.6.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b48b92c416125c5c490d4333c82b78a1df047675f3b9b19e0fa7c8b838e5f90 -size 5939213 diff --git a/eartag-0.6.3.obscpio b/eartag-0.6.3.obscpio new file mode 100644 index 0000000..07e2740 --- /dev/null +++ b/eartag-0.6.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777bafc2913e3413a596475e44d494c9d27455e63437213aa506396e1a4c1ce4 +size 6062605 diff --git a/eartag.changes b/eartag.changes index 89759d7..d6bc883 100644 --- a/eartag.changes +++ b/eartag.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Nov 9 17:29:43 UTC 2024 - Richard Rahl + +- update to 0.6.3: + * fileview: use self.get_rows_sorted().keys() instead of get_present_tags() + for extra tag filter + * window: Set icon name + * main: insert files to existing window if another instance tries to open + with file args + * meta: add argument passthrough to run script + * main: remove debug prints + * filelist: switch to selection mode on long press + * window: allow to translate title + * musicbrainz: fix closing cover tempfiles + * Initialize ngettext + * identify: Add release popover list into a scrolled window + * musicbrainz: Don't download thumbnails if cover download is disabled + * identify: Fix setting group for release row checkboxes + * musicbrainz: Set timeout for requests + * tagselectorbutton: add minimum/maximum height to popover + * tagselectorbutton: Apply fix from !130, but only on small screens + * tagselectorbutton: further reduce height + * update translations + ------------------------------------------------------------------- Fri Sep 27 07:32:02 UTC 2024 - Richard Rahl diff --git a/eartag.obsinfo b/eartag.obsinfo index 4dd44e4..24d2c4f 100644 --- a/eartag.obsinfo +++ b/eartag.obsinfo @@ -1,4 +1,4 @@ name: eartag -version: 0.6.2 -mtime: 1727266138 -commit: 9788e29d86ba057f2bd2bd72e33c02adfd4d6ccd +version: 0.6.3 +mtime: 1731139075 +commit: 1035c0fe00d5b44bd0d46f35b7647aaaac411a20 diff --git a/eartag.spec b/eartag.spec index 3e1aaa7..d100e0b 100644 --- a/eartag.spec +++ b/eartag.spec @@ -17,7 +17,7 @@ Name: eartag -Version: 0.6.2 +Version: 0.6.3 Release: 0 Summary: Edit audio file tags License: MIT