Releases: NickvisionApps/Tagger
V2023.7.0-beta1
An All New Tagger β¨
After months of no updates, we are proud to introduce: Tagger V2023.7.0-beta1!
Tagger has received the C# treatment and has been completely rewritten from the ground up with a more stable and performant backend. To signify this great release, we have a new icon thanks to @daudix-UFO !
Besides being written in C#, we also added some new features and fixed pre-existing bugs that you can read about below. We hope you enjoy this release as much as we enjoyed making it :)
A Message To Translators ποΈ
Tagger is now available on Weblate! Please update translations for your language by Sunday July 2 to be included in the stable release β€οΈ
Full Changelog π
- Tagger has been completely rewritten in C#! With this new language comes better performance and more stable features. To signify this great change, we also updated the app icon! (#79)
- Added a separate option in Preferences for overwriting album art with MusicBrainz metadata independently of the overwriting tag data setting (#86)
- Added an option in Preferences for controlling how music files are sorted
- Track values will now be padded into double digits (#74)
- Fixed an issue where some file types were not loading album art correctly (#70)
- Fixed an issue where applying unapplied changes would sometimes not work
- Improved UI/UX (#85 + more)
- Updated translations (Thanks everyone on Weblate!)
Install π§βπ»
GNOME
flathub-beta:
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.nickvision.tagger
flatpak run org.nickvision.tagger//beta
snap-store:
sudo snap install tagger --beta
Manually
- Download the
org.nickvision.tagger-x64.flatpak
file from the assets below - Run
flatpak install org.nickvision.tagger-x64.flatpak
from the directory containing the .flatpak file - Run
flatpak run org.nickvision.tagger//master
to start the app! (You should also see it in your app grid)
This is a beta version, bugs are expected. Please file a bug report for any issue found
V2022.11.2
In this release we improved the user experience and fixed some bugs.
Full Changelog from V2022.11.1:
V2022.11.1
In this release we introduced support for some file extensions.
Full Changelog:
- Added support for m4b extension (#63)
V2022.11.0
Introducing Translation Support!
In this release we introduced support for translations and fixed some other bugs.
Full Changelog:
V2022.11.0-beta2
In this beta release, we fixed some issues and added translations.
Please submit a PR with your translations by Nov 10, 2022 to be included in the V2022.11.0 stable release for this week.
Changelog from V2022.10.6:
- Fixed sizing issue for Advanced Search Information dialog (#61)
- Added translation support (#24)
- Added French translation (Thanks @zothma!)
- Added Russian translation (Thanks @fsobolev!)
How to run the beta version:
- Download the
org.nickvision.tagger.flatpak
file from the assets below - Run
flatpak install org.nickvision.tagger.flatpak
from the directory containing the .flatpak file - Run
flatpak run org.nickvision.tagger//master
to start the app! (You should also see it in your app grid)
This is a beta version, bugs are expected. Please file a bug report for any issue found
V2022.11.0-beta1
In this beta release, we added the infrastructure to support translations.
Please submit a PR with your translations by Nov 10, 2022 to be included in the V2022.11.0 stable release for this week.
Changelog from V2022.10.6:
- Added translation support (#24)
How to run the beta version:
- Download the
org.nickvision.tagger.flatpak
file from the assets below - Run
flatpak install org.nickvision.tagger.flatpak
from the directory containing the .flatpak file - Run
flatpak run org.nickvision.tagger//master
to start the app! (You should also see it in your app grid)
This is a beta version, bugs are expected. Please file a bug report for any issue found
V2022.10.6
In this release, we improved the UX.
Changelog:
- Improved appearance of waiting to be applied changes
V2022.10.5
In this release, we added support for more file types.
Full Changelog:
- Added support for oga files
- Added support for m4a files (#57)
V2022.10.5-beta1
In this beta release, we added support for more file types.
Full Changelog from V2022.10.4:
- Added support for oga files
- Added support for m4a files (#57)
How to run the beta version:
- Download the
org.nickvision.tagger.flatpak
file from the assets below - Run
flatpak install org.nickvision.tagger.flatpak
from the directory containing the .flatpak file - Run
flatpak run org.nickvision.tagger//master
to start the app! (You should also see it in your app grid)
This is a beta version, bugs are expected. Please file a bug report for any issue found
V2022.10.4
In this release, we introduced a new Advanced Search
function to Tagger. This feature will allow users to search through contents of files' tags to find properties that are empty or contain a certain value. This feature can be activated simply by typing !
in the search box (You will see a button appear to the right of the text box in which you can click for more information).
Tagger will also now remember user-filled tag properties waiting to be applied and all unapplied changes can be easily discarded with the new Discard Unapplied Changes
action. We've also fixed issues with ogg/opus files and improved the ux.
Full Changelog