Skip to content

V2023.10.0

Compare
Choose a tag to compare
@nlogozzo nlogozzo released this 27 Oct 16:07
· 112 commits to main since this release

Back to Windows + QOL Improvements πŸͺŸ

V2023.10.0 is here! We've been hard at work this month bringing you a release packed with features and fixes :)

First, this release introduces a brand-new Windows version of the app built on WindowsAppSDK and WinUI 3! We previously stepped away from the Windows platform due to Microsoft's weird MSIX package format and store requirements, however recently the WindowsAppSDK has been extended to support unpackaged apps meaning we can distribute the app with our own installer and setup required dependencies for the app as we need.

In terms of features, this release introduces full support for playlists with relative paths, new tag properties, and a new information dialog for album art. Tagger will also watch a music folder library for changes on disk and prompt the user to reload the folder within the app. Furthermore, we fixed many issues and tweaked the design of some aspects of the app in which you can read all about below!

A special thanks to @kissthermite for bringing most of the changes in this release to our attention :)

Full Changelog πŸ“ƒ

  • Tagger is now available for Windows using Windows App SDK and WinUI 3 (#349)
  • Added the option to use relative paths when creating a playlist. This means that Tagger also now supports opening playlists with relative paths (#332)
  • Added the Disc Number, Disc Total, and Publishing Date fields to additional properties (#363 #365)
  • Added information dialog for album art (#366)
  • Added an option in Preferences to limit file name characters to those only supported by Windows (#372)
  • Tagger will now watch a music folder library for changes on disk and prompt the user to reload if necessary (#322 , #54)
  • Tagger will now display front album art within a music file row itself if available
  • Tagger will now remember previously used format strings for file name to tag and tag to file name conversions (#375)
  • Fixed an issue where downloaded lyrics would sometimes contain html encoded characters
  • Fixed an issue where file names containing the < character caused the music file row to not display (#370)
  • Fixed an issue where the duration displayed for multiple selected files was wrong (#379)
  • Improved create playlist dialog ux (#332)
  • Updated translations (Thanks everyone on Weblate!)

Install πŸ§‘β€πŸ’»

GNOME

flathub:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.nickvision.tagger
flatpak run org.nickvision.tagger

snap-store:

sudo snap install tagger

AUR

The tagger package

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)

WinUI

Manually

  • Download and run the NickvisionTaggerSetup.exe file from the assets below