Releases: accentor/web
Releases · accentor/web
v0.26.0
v0.25.0
🚀 Features
- Show image preview in artist and album form (#563) @robbevp
- Allow streaming of transcoded audio (#564) @robbevp
🐛 Bug Fixes
- Make sure randomSort does not mutate store (#583) @robbevp
- Fix albums sort order when showing in reverse chronological order (#577) @robbevp
- Fix spacing issue in VDataFooter (#578) @robbevp
- Don't re-sort random items on pagination (#576) @robbevp
- Sort tracks (and review comments) in MassEditDialog (#571) @robbevp
- Set default language in store (#570) @robbevp
🔗 Internal Changes
v0.24.1
🚀 Features
🐛 Bug Fixes
- Avoid fetching audio for
null
track after last track (#556) @robbevp - Reset scroll position on navigate (#551) @robbevp
- Fix double navigation on startup (#550) @robbevp
🧰 Maintenance
- Add refactor section to release notes (#557) @chvp
- Run CI actions on pull request and pushes to tags or main branch (#547) @chvp
- Add GitHub action to create a release when a tag is pushed (#546) @chvp