Skip to content

Releases: andrew-codes/playnite-web

v9.4.0

08 Nov 16:22
6f5adfc
Compare
Choose a tag to compare

9.4.0 (2024-11-08)

Features

v9.3.0

29 Oct 13:04
e1b976c
Compare
Choose a tag to compare

9.3.0 (2024-10-29)

Bug Fixes

  • api: run state update breaking when stopping (0d0f776)

Features

v9.2.2

28 Oct 12:53
7d824ad
Compare
Choose a tag to compare

9.2.2 (2024-10-28)

Bug Fixes

v9.2.1

27 Oct 18:18
dd57414
Compare
Choose a tag to compare

9.2.1 (2024-10-27)

Bug Fixes

  • ext: missing extension.yaml file (dd57414)

v9.2.0

26 Oct 21:56
a512e6b
Compare
Choose a tag to compare

9.2.0 (2024-10-26)

Bug Fixes

  • ext: starting a game should work (6e863b9)

Features

  • ext: stop a game via mqtt message (7835b27)

v9.1.1

25 Oct 13:59
975d99f
Compare
Choose a tag to compare

9.1.1 (2024-10-25)

Bug Fixes

  • load error caused by yamldotnet (8dfad5f)
  • plugin: load error caused by yamldotnet (#596) (975d99f), closes #570

v9.1.0

16 Oct 21:39
8dcce3d
Compare
Choose a tag to compare

9.1.0 (2024-10-16)

Features

  • extension: publish plugin version in connection topic (b4599c2), closes #582
  • extension: publish plugin version in connection topic (#583) (e35ea45), closes #582

v9.0.0

15 Oct 21:17
20f6d87
Compare
Choose a tag to compare

9.0.0 (2024-10-15)

Bug Fixes

  • extension: Handle cases where no matching game is found and add debug logging for troubleshooting (7735515), closes #567 #564

BREAKING CHANGES

  • mqtt topics for game related data have the game entity
    PascalCase instead of camelCase.
  • data is no longer stored as deeply nested documents. Please ensure you drop your data and re-sync Playnite Web after upgrading.

v8.3.0

30 Sep 13:12
899f887
Compare
Choose a tag to compare

8.3.0 (2024-09-30)

Features

  • extension: 🎸 support more PC game sources (d9f3c4d), closes #559
  • extension: 🎸 support more PC game sources (#562) (899f887), closes #559

v8.2.1

28 Sep 12:26
f8b85b4
Compare
Choose a tag to compare

8.2.1 (2024-09-28)

Bug Fixes

  • correct ingress_port value in config.json to resolve data type issue (718080e)