Skip to content

Releases: FichteFoll/discordrp-mpris

v0.3.3 (2022-07-17)

17 Jul 18:34
v0.3.3
911aa5a
Compare
Choose a tag to compare
  • Fix compatibility with Python versions below 3.9 (#29, #30, @Vftdan)

v0.3.2 (2022-01-29)

29 Jan 16:25
v0.3.2
52e6c6a
Compare
Choose a tag to compare
  • Handle missing Position property to add support for Mozilla Firefox (#18)

v0.3.1 (2022-01-29)

29 Jan 16:25
v0.3.1
a95e86a
Compare
Choose a tag to compare
  • Ensure we don't exceed the maximum characters for 'details' field (#20, #24)
  • Fix compatibility with Python 3.10 (#26)
  • Use a cleaner logging format

v0.3.0 (2021-01-27)

29 Jan 16:25
v0.3.0
a930621
Compare
Choose a tag to compare
  • Add missing pytoml dependency (#9)
  • Fix compatibility with Python 3.8
  • Add config for the log level and default to 'WARNING'
  • Add support for Discord installed via Snap or Flatpak (#17)
  • Add icons for SMPlayer and Lollypop (#7, #15)
  • Be more lenient with the mpris2 interface to support SMPlayer (#7)
  • Catch more exceptions

v0.2.2 (2018-09-09)

29 Jan 16:24
v0.2.2
de61aeb
Compare
Choose a tag to compare
  • Fix compatibility with Python 3.7

v0.2.1 (2018-06-20)

29 Jan 16:24
v0.2.1
854c618
Compare
Choose a tag to compare
  • Added icons for players: Clementine, mpc-qt
  • Packaging fixes
  • Catch and log Discord errors
  • Add fallback for mpris servers not correctly following mpris spec

v0.2.0 (2018-06-15)

14 Jun 23:26
v0.2.0
6628b6f
Compare
Choose a tag to compare
  • Added (player-specific) configuration capabilities and options for:
    • showing players in paused or stopped state
    • ignoring players completely
    • showing elapsed, remaining or no time
  • Fixed a few uncaught exceptions
  • Now doesn't crash when mps-youtube is running
  • Better compatibility with Spotify's own Rich Presence
    (by ignoring it by default)

v0.1.1 (2018-04-28)

29 Jan 16:24
v0.1.1
2e15d4e
Compare
Choose a tag to compare

v0.1.0 (2018-04-27)

29 Jan 16:23
v0.1.0
775cea3
Compare
Choose a tag to compare
  • Initial release