This is a routine version bump, with the following major changes
What's Changed
* Fix `WPARAM` error on windows by moving to [desktop-notifier](https://github.com/samschott/desktop-notifier) (#259)
* Support Python 3.12 and 3.13 (minimum required python version is bumped to 3.9 due to previous fix)
* Character encoding & windows fixes by Sp3EdeR in https://github.com/iamkroot/trakt-scrobbler/pull/208
* Handle `int` declared as `str` for `match.episode` on remaps by BrutuZ in https://github.com/iamkroot/trakt-scrobbler/pull/295
New Contributors
* BrutuZ made their first contribution in https://github.com/iamkroot/trakt-scrobbler/pull/295
**Full Changelog**: https://github.com/iamkroot/trakt-scrobbler/compare/v1.6.3...v1.7.0
Installation
1. Stop the scrobbler with `trakts stop`
2. `pipx uninstall trakt-scrobbler`
3. Run `pipx install trakt-scrobbler`
4. Start scrobbler with `trakts start`