Skip to content

Releases: RoyXiang/plexproxy

v1.0.4-beta.8

03 Mar 16:44

Choose a tag to compare

v1.0.4-beta.8 Pre-release
Pre-release

Changelog

  • a5d013b fix(mutex): do not obtain write lock inside a read lock

v1.0.4-beta.7

03 Mar 16:29

Choose a tag to compare

v1.0.4-beta.7 Pre-release
Pre-release

Changelog

  • 14e0121 feat: always print stack trace of errors

v1.0.4-beta.6

03 Mar 16:11

Choose a tag to compare

v1.0.4-beta.6 Pre-release
Pre-release

Changelog

  • d3f0b23 refactor(cache): change the structure of stored user info

v1.0.4-beta.5

03 Mar 14:56

Choose a tag to compare

v1.0.4-beta.5 Pre-release
Pre-release

Changelog

  • 118270a feat(plaxt): fetch user id and username for the owner of PMS

v1.0.4-beta.4

03 Mar 08:25

Choose a tag to compare

v1.0.4-beta.4 Pre-release
Pre-release

Changelog

  • 70747c7 fix(plaxt): check the global token inside a lock

v1.0.4-beta.3

03 Mar 08:19

Choose a tag to compare

v1.0.4-beta.3 Pre-release
Pre-release

Changelog

  • 195a09c feat(plaxt): use original title instead of title if available
  • 402805f fix: use username as the title of account while scrobbling for friends

v1.0.4-beta.2

02 Mar 19:01

Choose a tag to compare

v1.0.4-beta.2 Pre-release
Pre-release

Changelog

  • 960c1f1 fix(cache): fix the parameter name in query string

v1.0.4-beta.1

02 Mar 18:48

Choose a tag to compare

v1.0.4-beta.1 Pre-release
Pre-release

Changelog

  • ceab5d5 feat(plaxt): scrobble only if the type of a section is show/movie
  • dd7e407 feat: clear cache on episode/movie level if watched/unwatched
  • 8d83825 feat(plaxt): skip scrobbling if PLEX_TOKEN is not set

v1.0.3

02 Mar 10:02

Choose a tag to compare

Changelog

  • 8d83825 feat(plaxt): skip scrobbling if PLEX_TOKEN is not set
  • 7c4a9a0 feat: clear metadata cache by user if an item is watched/unwatched
  • 4036c17 refactor: remove gjson as a dependency
  • 1dc6849 fix: *httptest.ResponseRecorder is not middleware.WrapResponseWriter
  • 21767f3 feat(plaxt): scrobble in another thread
  • 2c376b7 fix: do not scrobble to plaxt if status not changed
  • 35d4700 fix(plaxt): mark as watched when progress goes over 100%
  • c564036 fix(plaxt): use playback information from timeline instead of websocket
  • 3388bd1 fix(plaxt): update session data whenever it is changed
  • c681a1c fix(plaxt): save external GUIDs for each playback session
  • d392572 feat: make plexproxy compatible with the official version of Plaxt
  • 483579e feat: clear cached metadata if marked as watched/unwatched
  • 45d1ddb fix(websocket): parse settings in notifications correctly

v1.0.3-beta.9

01 Mar 15:26

Choose a tag to compare

v1.0.3-beta.9 Pre-release
Pre-release

Changelog

  • 1dc6849 fix: *httptest.ResponseRecorder is not middleware.WrapResponseWriter