Releases: kalibrado/jf-avatars
Releases · kalibrado/jf-avatars
2.3.3
What's Changed
- Fix for 10.11.0 on a subpath by @lordwelch in #30
New Contributors
- @lordwelch made their first contribution in #30
Full Changelog: 2.3.2...2.3.3
2.3.2
Update to Jellyfin 10.11
What's Changed
- Fixed german language by @victorlobe in #28
New Contributors
- @victorlobe made their first contribution in #28
Full Changelog: 2.3.1...2.3.2
2.3.1
What's Changed
- docs: add plugin installation instructions by @AdamWHY2K in #27
- Added German language js by @MRunkehl in #26
New Contributors
- @AdamWHY2K made their first contribution in #27
- @MRunkehl made their first contribution in #26
Full Changelog: 2.3.0...2.3.1
2.3.0
2.2.1
Fix redundant response.ok check causing infinite avatar loading
Description
This MR fixes a bug where the loadSrcImages function was unnecessarily checking response.ok after calling tryLoadJson().
Since tryLoadJson() already verifies the response internally, the extra check caused avatar images to stay stuck in a loading loop when fetch errors occurred.
Changelog
Removed redundant response.ok check after tryLoadJson in loadSrcImages.
Improved avatar loading fallback behavior when fetch fails.
Version
🚀 Bump version from v2.2.0 → v2.2.1.
What's Changed
- Fix redundant response.ok check causing infinite avatar loading by @kalibrado in #17
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- fix: Remove backdrop of modal by @kalibrado in #11
- Feature filter dropdown by @kalibrado in #12
- ci: disbaled push on main by @kalibrado in #13
- feat: Add shuffle btn to select random avatars by @kalibrado in #14
Full Changelog: 2.1.0...2.2.0