- BREAKING CHANGE: Plex no longer provides a way to obtain external user token by @arabcoders in #794
What's Changed
- Minor frontend imporvements by @arabcoders in #784
- feat: add configuration option to disable de-duplication for Plex users by @arabcoders in #785
- Refactor(plex): improve get users list flow by @arabcoders in #787
- update support to supports by @Fmstrat in #789
New Contributors
Full Changelog: v1.0.8...v1.0.9
Commits since v1.0.8
- dda6bfc fix: update user account creation instructions and improve has_user function caching
- afd60b1 fix: update firebase/php-jwt to version 7.0 and adjust related dependencies
- dffe3d3 chore: formatting
- 5646c77 refactor: move progress tracking to progress module
- 6b6057e fix: use div instead p tag for ul items.
- 62a7f25 feat: add event statistics component and API integration
- 01e6c2c refactor: update numeric literals for better readability
- 57ee7e0 feat: add UsersCommand for viewing Plex users
- d13d9a4 refactor: disable duplicate user filtering in plex
- 05d8dfa refactor: add type and id for plex users
- 44b63ab refactor: move from pnpm to bun
- 948dd00 refactor: remove Node.js setup and add bun caching in build workflow
- e8c05dd refactor: remove useless files
- 36eddb1 refactor: add /local/ to .gitignore
- 5258db0 fix: building in gitea fails due to old node version
- 76cdaf6 refactor: update de-dup logic.
- edfd495 refactor: normalize user names in GetUsersList
- 18a6ef5 feat: add configuration option to disable de-duplication for Plex clients
- 01365b7 docs: add FAQ entry for missing Plex users and deduplication option
- 42ee16e refactor: improve exception handling in GetUsersList
- bacacc1 fix: dont generate tokens for all plex users during edit/add flow.
- f7e48b4 update support to supports
- ed8a699 refactor: upgrade symfony packages to 8.x
- f4e29c5 refactor: plex no longer provides a way to obtain external user token. thus we removed the external user shims. Closes #793
- cc53a25 chore: update external packages
- da55d63 docs: update readme and news