You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
- Import Bootleg Button now works as expected [#218](https://github.com/pSpitzner/beets-flask/issues/218)
22
22
- Startup script was not executed correctly if placed in `/config/beets-flask/startup.sh`[#227](https://github.com/pSpitzner/beets-flask/pull/227)
23
23
- Another state-related bug around Searching for Candidates [#225](https://github.com/pSpitzner/beets-flask/issues/225). We now no longer require a certaint type of state before allowing to add candidates.
24
+
- Asis candidates have been restyled to be more consistent with other candidate types. They now also include a cover art preview if available.
24
25
- Fixed a typo in our opiniated beets config [#235](https://github.com/pSpitzner/beets-flask/issues/235)
25
26
26
27
### Added
@@ -35,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
36
- Fixed typing issues in `./tests` folder and enabled mypy check for it.
36
37
- Ruff now has the F401 (imported but unused) check enabled.
37
38
- Ruff now had the UP checks enabled to enforce modern python syntax.
39
+
- Unified coverart components in the frontend, we now use common styling for external and internal coverart.
40
+
- Moved inbox metadata fetching into the library api routes.
0 commit comments