What's Changed
- Svelte rewrite by @eliasbenb in #147
- More flexible plex webhooks by @eliasbenb in #148
- chore(deps-dev): Bump vite from 7.1.4 to 7.1.5 in /frontend by @dependabot[bot] in #152
- Raw JSON mappings editor by @eliasbenb in #154
- Client side error reporting by @eliasbenb in #155
- Restore and undo syncs from the web UI by @eliasbenb in #156
- Upstream mappings URL config option by @eliasbenb in #158
Warning
This release deprecates the Plex webhook URL format introduced in v1.2.1. Users are encouraged to migrate to the new URL format: http://<your-server-host>/webhook/plex/<profile-name> -> http://<your-server-host>/webhook/plex
The profile is now automatically inferred from the Plex webhook payload instead of hardcoded in the webhook URL. Documentation available here.
Full Changelog: v1.2.1...v1.2.3