What's Changed
Fixed
- We now support playing container types [m4a, mp4, mov, alac, aac, mp3] that require seeking. This should fix issues with some mp4/m4a files not playing.
Added
- The inbox info button now has a description of all actions #145
Other (dev)
- Fixed typing issues in
./testsfolder and enabled mypy check for it. - Ruff now has the F401 (imported but unused) check enabled.
Dependencies
- Updated
uvicornto0.36.0. - Updated
beetsto2.4.0. - Updated a number of frontend dependencies, including
react-query,react-router,vite,typescript,eslint,prettierand others.
Full Changelog: v1.1.3...v1.2.0-rc1