- 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
This commit is contained in:
parent
094def1346
commit
a8c3644de3
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/World/eartag.git</param>
|
||||
<param name="revision">refs/tags/0.6.2</param>
|
||||
<param name="revision">refs/tags/0.6.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b48b92c416125c5c490d4333c82b78a1df047675f3b9b19e0fa7c8b838e5f90
|
||||
size 5939213
|
3
eartag-0.6.3.obscpio
Normal file
3
eartag-0.6.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:777bafc2913e3413a596475e44d494c9d27455e63437213aa506396e1a4c1ce4
|
||||
size 6062605
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 17:29:43 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- 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 <rrahl0@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: eartag
|
||||
version: 0.6.2
|
||||
mtime: 1727266138
|
||||
commit: 9788e29d86ba057f2bd2bd72e33c02adfd4d6ccd
|
||||
version: 0.6.3
|
||||
mtime: 1731139075
|
||||
commit: 1035c0fe00d5b44bd0d46f35b7647aaaac411a20
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: eartag
|
||||
Version: 0.6.2
|
||||
Version: 0.6.3
|
||||
Release: 0
|
||||
Summary: Edit audio file tags
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user