Skip to content

Releases: NickvisionApps/Tagger

V2023.7.0-beta1

28 Jun 21:44
Compare
Choose a tag to compare

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

25 Nov 05:46
Compare
Choose a tag to compare

In this release we improved the user experience and fixed some bugs.

Full Changelog from V2022.11.1:

  • Tagger will now properly set an album art's mime type to be properly displayed in some music players (#64)
  • Changed 'Delete Tags' shortcut to Shift+Delete to allow for Delete button to work in entry widgets (#65)
  • Added Croatian translation (Thanks @milotype!)

V2022.11.1

14 Nov 18:20
Compare
Choose a tag to compare

In this release we introduced support for some file extensions.

Full Changelog:

  • Added support for m4b extension (#63)

V2022.11.0

10 Nov 13:04
Compare
Choose a tag to compare

Introducing Translation Support!
In this release we introduced support for translations and fixed some other bugs.

Full Changelog:

  • Fixed sizing issue for Advanced Search Information dialog (#61)
  • Added translation support (#24)
  • Added Dutch translation (Thanks @Vistaus!)
  • Added French translation (Thanks @zothma!)
  • Added Russian translation (Thanks @fsobolev!)

V2022.11.0-beta2

07 Nov 04:13
Compare
Choose a tag to compare
V2022.11.0-beta2 Pre-release
Pre-release

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

06 Nov 18:57
Compare
Choose a tag to compare
V2022.11.0-beta1 Pre-release
Pre-release

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

30 Oct 16:43
Compare
Choose a tag to compare

In this release, we improved the UX.

Changelog:

  • Improved appearance of waiting to be applied changes

V2022.10.5

23 Oct 14:18
Compare
Choose a tag to compare

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

22 Oct 18:29
Compare
Choose a tag to compare
V2022.10.5-beta1 Pre-release
Pre-release

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

20 Oct 12:29
Compare
Choose a tag to compare

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

  • Added an advanced search function. Type ! in the search box to activate it and learn more (#55)
  • Added 'Discard Unapplied Changes' action (#52)
  • Tagger now remembers user-filled tag properties waiting to be applied (#53)
  • Fixed ogg file handling (#56)
  • Improved closing and reloading dialogs