Releases: Taiko2k/Tauon
v7.4.3
v7.4.2
v7.4.1
Changes:
- Added Jellyfin playlist support
- Jellyfin tracks now have file metadata and can sort by filepath
- Physical vs virtual keymap for shortcuts is now an option (latter is default)
- [Linux] Wayland native is now default preferred mode where available
- Various other fixes
v7.4.0
Overhauled Chromecast Support
Chromecast support in Tauon has received an overhaul. It now functions more like how it does in other apps. For instructions on how to use this, see wiki page here.
Specific changes:
- Now controlled by main UI controls.
- Eliminated delay that was previously present.
- Now supports album art and metadata display on TV.
- Now supports volume control.
- Now supports remote Airsonic tracks.
Note: Feature currently not enabled with Windows version
Samplerate forwarding to DAC
- You can now enable a setting "Avoid resampling", when enabled, Tauon will give the native samplerate of your media to the sound interface. Note that on Linux you'll need some additional configuration if you want this to reach your DAC. See here for details.
Other changes
- Multi disc albums now have a visual separator in tracklist
- Fixed garbled audio on Raspberry Pi
- Fixed cursor theme on Gnome Wayland
- Fixed no sound bug with certain audio devices
v7.3.2
v7.3.1
v7.3.0
Windows support
Its finally here, after popular demand. This release enables support for Windows. See below for an installer exe.
Note that there hasn't been extensive testing done yet so this should be regarded as beta quality.
There also some missing features, notably:
- No broadcast feature
- Window can't be resized by edge bumping
Note that FFMPFG isn't included but is required for certain features. You will be prompted to download this if/when needed.
Introducing Tauon Satellite
This feature allows for using Tauon running on another PC as a network source. (Experimental)
In addition, network tracks can now be transcoded to local storage using the "Transcode Folder" feature. Transcoded tracks will now be used as a fallback when the primary source is offline.
Currently just basic playback works, but more features may be added in the future.
Reloaded artist info panel
The artist panel has been given a tuneup, restoring support for artist images from Last.fm (now uses scraping). Toggling the artist info panel is now done using Ctrl + o.
Note: To keep load to a minimum, fetching images from last.fm has been disabled for the artist list panel, but will still use images that have been obtained via the artist info panel.
Other changes
- Removed samplerate output config option. (now automatically detects)
- Removed output buffer size option. (subject to further tweaking)
- Theme files will now accept colours in hex values.
- Some default keyboard shortcuts have changed.
- The lock playlist feature has now been hidden. (deprecated, subject to feedback)
- The Discogs artist image feature has been hidden. (deprecated, subject to feedback)
v7.2.1
v7.2.0
Welcome to v7.2.0
This one has taken a little while. But with the many subtle fixes and improvements, Tauon is really starting to become a polished app!
On becoming a supporter
It can be pretty painful to donate to your favourite projects when you don't feel like you're directly getting anything for it. Our R&D team has been hard at work finding a way to get you something extra without flying in the face of free software ideals. With that in mind, we have a result, a new supporters exclusive theme!
Introducing a new theme: Charmed (supporter exclusive π)
Charmed is a gorgeous new deep red theme featuring Rizumu the witch, your new magical music companion! βοΈ
Will you let her charm her way into your heart?
This theme is available for sponsors on tier 2 or higher. If you'd like to join, see my GitHub sponsors page here.
Gallery singles thumbnail style
Folders of singles now have a new stacked thumbnail style in the gallery. This is a little experimental and may need some further tweaking. Let me know what you think.
Removal of GStreamer backend
Big change with this release is the removal of the GStreamer backend. The new Phazor backend is about 2 years old now and in that time has shaved a lot of its rough edges. Its still not perfect, but at this point, I have lost interest in maintaining the GStreamer backend.
This means that the Phazor backend is now the default and only backend. The Phazor branding in the UI has been removed, so it can just be considered part of Tauon without need of distinction.
Other changes
- Improved behaviour of (jump) track crossfade. It now fades out immediately and fixes an issue with stuttering on IO delay.
- There are now settings for
samplerate-output
andresample-quality
. (For the average user there's probably no need to change these.) - There is a new setting
volume-curve
in the config file. It still uses non-linear by default, but you can now change it to linear. - Added native Wavpack decoding. (Using the correction file is now defined behaviour.)
- Added new generator code
px
to exclude playlists of tracks. - Restored Spotify feature support. (Due to consideration from user feedback.)
- Fixed delay/freeze on changing audio output device.
- Mini modes are now launch-able from shuffle-lockdown mode.
- Themes can now be organised into subfolders.
- You can now use Ctrl + m to toggle mute.
- There's now an 'auto` mode for Replay Gain that automatically switches between track and album gain depending on shuffle mode.
- Various other fixes and tweaks.
Network streaming cache system
This update brings a reworked network file cache system. This rework brings the following changes:
- Implemented a pre-emptive caching mechanism that should improve gapless playback reliability.
- You can now enable caching for local files. This is useful for playing from SMB/NFS mounts on slower connections.
- There's now an option to persistently store cached tracks up to a given limit. Using this may improve app performance, particularly if you often repeat playing the same albums.
If you use streaming in Tauon, let me know what you think of this feature.
[Flatpak] Codec support changes
Support for the codecs WMA and APE is no longer included with the base Flatpak install of Tauon. These codecs now require an external optional add-on package. To install this just run:
flatpak install org.freedesktop.Platform.ffmpeg-full//21.08
Codec support for TTA has been lost. Let me know if anyone used this codec.
[AUR] JPEG XL support
Experimental JPEG XL support has been added to make it possible to read album art in this format. For this you'll need to install the new optional dependency python-jxlpy
(AUR). Not yet included with Flatpak install.
v7.1.3
New feature: Game controller input support
You can now control basic playback and playlist navigation using a gamepad. See Controller Mapping for how the buttons and sticks are mapped.
Other changes
- Various bug fixes