Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
feat: Add support for multiple alt/orig. titles per entry.
chore: Remove extra whitespace.
refactor: Tweak SignalR auto-reconnect behavior:
- Tweaked the SignalR auto-reconnect behavior to not sort and filter the list, and to use the last interval in the list indefinitely until a successful connection is made, instead of the old behavior of not trying again once we've tried all the intervals in the list.