Releases: iamkroot/trakt-scrobbler
Releases · iamkroot/trakt-scrobbler
v1.7.0-beta2
- Stop the scrobbler with
trakts stop
pipx uninstall trakt-scrobbler
- Run
pipx install trakt-scrobbler==1.7.0b2
- Start scrobbler with
trakts start
v1.7.0-beta1
Tag v1.7.0-beta1
v1.6.3
v1.6.2
v1.6.1
- windows: Roll back the "actions" feature for notifications (#217). This removes the dependency on desktop-notifier for Windows that was causing crashes #224
- linux: Specify the
After
key for our systemd service. Without this, the scrobbler could be initialized even before the GUI is ready, causingwebbrowser
to not find any browsers.
Internal changes
- deps: Use
tomli
for parsing TOML in Python <3.11 #223 - deps: Add explicit dependency on setuptools
Installation
trakts stop
pipx uninstall trakt-scrobbler
pipx install trakt-scrobbler
trakts start
v1.6.1-beta1
Tag v1.6.1-beta1
v1.6.0
What's Changed
- Fixed Windows autostart when the startup folder is moved by @Sp3EdeR in #207
- Allow specifying remap rules for media info by @iamkroot in #214 See Metadata Remap for more details on how to use this.
- Release to both github and pypi via workflow by @ahmubashshir in #188
- notifier: Show actions on a notification by @iamkroot in #217
New Contributors
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Even mo' bugfixes
What's Changed
- poetry: Use
include[]
instead ofpackage[]
by @ahmubashshir (#180) - cli: Fix
trakts start
not working on newer versions of Windows 11 (#175)
Installation
trakts stop
pipx uninstall trakt-scrobbler
pipx install trakt-scrobbler
trakts start
Bugfixes
Fixes
- cli: Don't resolve the whitelisted path (#176)
- poetry/sdist: Include tests and completions in tarball (#178)
- mpv: Fix buffer variable name on Windows (#179)
Full Changelog: v1.4.0...v1.4.1
Installation
trakts stop
pipx uninstall trakt-scrobbler
pipx install trakt-scrobbler
trakts start