File eartag.changes of Package eartag
-------------------------------------------------------------------
Sun Jul 20 18:23:47 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.0:
* We now make extensive use of PyGObject's asyncio support for operations
like file loading and fetching resources from the internet (for the
Identify option)
* Folders can now be opened recursively
* Loading files is considerably faster now
* Selecting files from the sidebar and scrolling through see large speed
improvements
* Errors during file loading no longer stop the loading process
* The algorithm for the Identify selected files options has been rewritten
from scratch
* new dependencies: aiohttp, aiohttp-retry, aiofiles, filetype and xxhash
-------------------------------------------------------------------
Sat May 24 17:59:51 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 0.6.5:
* fix for Ear Tag not working with GTK 4.17 or later
* widget for title/artist has been reworked
* Album cover handling now supports more file types
- Changes from version to 0.6.4:
* fix selection mode toggling when removing file list item
* change Select all files button to Unselect all files when all
files are selected
-------------------------------------------------------------------
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>
- update to 0.6.2:
* Adapt to GNOME 47
* requires gtk >= 4.16
* minor bugfixes
* updated translations
-------------------------------------------------------------------
Thu Jul 25 23:02:15 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- change license to MIT
-------------------------------------------------------------------
Mon May 13 19:39:49 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
- Update to version 0.6.1:
+ switch to libadwaita >= 1.5
- Add blueprint-compiler BuildRequires: new upstream dependency
since commit 324f6a24.
- Add forgotten set_version service.
-------------------------------------------------------------------
Fri Feb 23 06:45:56 UTC 2024 - Richard Rahl <rrahl0@proton.me>
- add chromaprint-fpcalc as dependency for identifying songs
- update to 0.6.0:
* Tags to insert can be picked from a list,
and inserted tags are highlighted with a color
* The preview field also gains syntax highlighting,
as well as a way to select the file to preview
* A new "Move to folder" option has been added
* new feature "Extract Tags from Filename"
* Undo all changes in selected files feature
* Remove tags from selected files feature
-------------------------------------------------------------------
Thu Nov 30 12:50:41 UTC 2023 - Richard Rahl <rrahl0@proton.me>
- initial packaging of version 0.5.1 for openSUSE Tumbleweed