Skip to content

Releases: kalibrado/jf-avatars

2.3.3

27 Oct 13:17
71aaf57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.2...2.3.3

2.3.2

24 Oct 10:07

Choose a tag to compare

Update to Jellyfin 10.11

What's Changed

New Contributors

Full Changelog: 2.3.1...2.3.2

2.3.1

11 Sep 17:43
0c83664

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.3.1

2.3.0

13 Jul 09:08
4a51dd3

Choose a tag to compare

What's Changed

  • feature: allow updating (other) user's avatar by @RasmusFangel in #23
  • bug: fix add avatar if no existing avatar by @RasmusFangel in #24

New Contributors

  • @RasmusFangel made their first contribution in #23

Full Changelog: 2.2.1...2.3.0

2.2.1

26 Apr 15:44
ffc6b86

Choose a tag to compare

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

15 Apr 13:52
17bc5bd

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

27 Mar 19:29

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...2.1.0