Releases: cheese83/Paramuse
Releases · cheese83/Paramuse
v1.3.3
- Update ImageSharp library, to address CVE-2025-27598.
- Improvements to loading of tags and cover images on slow or unreliable connections.
- Use AlbumArtist tag as the artist for albums where possible.
- Fixed character encoding bug with Windows integration.
- Fixed display of album title when title tag is missing.
- Better rendering of lyrics tags.
- Sort album list case-insensitively.
v1.3.2
- Update ImageSharp library, to address CVE-2024-41131.
- Show current track duration on initial page load.
- Improve display of album cover when zoomed.
v1.3.1
- Update ImageSharp library, to address CVE-2024-32036.
v1.3
- Update ImageSharp library, to address CVE-2024-27929.
- Show tags and other details when clicking on a track name in the album list.
- Support mp4/m4a.
- Change caching behaviour so changed images are picked up quicker.
- Cope with corrupt files better.
- Fix settings failing to load when last played track is missing.
- Fix next track button when nothing has been played yet.
v1.2
- Improve performance by not rendering so many audio elements in the HTML.
- Allow overall volume to be higher than 0dB, though this will only affect rare tracks where this is possible without clipping.
- Use colour to identify missing (pink) or inconsistent (cyan) album/artist/track name/ReplayGain tags. In the case of ReplayGain tags, it's the play button for each album that the colour is applied to.
v1.1
- Add shuffle symbol to font, to make sure it appears correctly on devices that don't have a suitable fallback font.
- Add tooltips to track details text, for when they are too long to fit.
- Add current track name to page title.
- Fix shuffle not taking effect until after next track change.
- Ensure setting volume works before first track has started playing.
- Persist settings in local storage (volume, shuffle, current track).
- Indicate disc number in album track list.
- Add a spectrum analyser.