Skip to content

Releases: RoyXiang/plexproxy

v1.0.8-beta.3

11 Mar 08:14
Compare
Choose a tag to compare
v1.0.8-beta.3 Pre-release
Pre-release

Changelog

  • b755e77 fix: add read lock on the attributes of PlexClient

v1.0.8-beta.2

11 Mar 01:38
Compare
Choose a tag to compare
v1.0.8-beta.2 Pre-release
Pre-release

Changelog

  • d10ca5e feat: cache by the token in requests if PLEX_TOKEN is not set
  • 9f5df6a feat: handle more static files

v1.0.8-beta.1

10 Mar 16:34
Compare
Choose a tag to compare
v1.0.8-beta.1 Pre-release
Pre-release

Changelog

  • a4fc8a9 feat: disable timeout on some requests
  • 69f5367 feat: disable metadata cache completely
  • 2fb175c feat: put user info into the context of requests

v1.0.7

10 Mar 10:10
Compare
Choose a tag to compare

Changelog

  • 2fb175c feat: put user info into the context of requests
  • 2c538a2 fix: unmarshal user info from cache correctly
  • 4be16b8 fix: cannot unmarshal number into Go struct field optimizedForStreaming of type bool
  • 0da8a0c docs(README): add NO_REQUEST_LOGS
  • 33ff20d fix(plaxt): ensure a status change on scrobble
  • d71af73 feat: log more errors
  • 3c2588e feat(log): request logs could be turned off
  • bacb542 feat(plaxt): mark a session as watched only if http status 200 received

v1.0.7-beta.4

10 Mar 08:58
Compare
Choose a tag to compare
v1.0.7-beta.4 Pre-release
Pre-release

Changelog

  • 2c538a2 fix: unmarshal user info from cache correctly

v1.0.7-beta.3

10 Mar 08:01
Compare
Choose a tag to compare
v1.0.7-beta.3 Pre-release
Pre-release

Changelog

  • 4be16b8 fix: cannot unmarshal number into Go struct field optimizedForStreaming of type bool

v1.0.7-beta.2

10 Mar 07:32
Compare
Choose a tag to compare
v1.0.7-beta.2 Pre-release
Pre-release

Changelog

  • 0da8a0c docs(README): add NO_REQUEST_LOGS
  • 33ff20d fix(plaxt): ensure a status change on scrobble

v1.0.7-beta.1

10 Mar 07:06
Compare
Choose a tag to compare
v1.0.7-beta.1 Pre-release
Pre-release

Changelog

  • d71af73 feat: log more errors
  • 3c2588e feat(log): request logs could be turned off
  • bacb542 feat(plaxt): mark a session as watched only if http status 200 received
  • 5d769e3 fix: nil pointer dereference on server identifier

v1.0.6

10 Mar 04:04
Compare
Choose a tag to compare

Changelog

  • 5d769e3 fix: nil pointer dereference on server identifier
  • 865b9d5 fix(plaxt): unmarshal Rating of a metadata into array
  • 65084c5 fix(plaxt): update viewOffset together with progress
  • 72d3d1f fix(plaxt): scrobble as "media.resume" if paused
  • 9c7ab8d fix(plaxt): skip scrobbling if nothing changed
  • 36315f1 fix(plaxt): scrobble only if status changed
  • e28aaa2 refactor: do not rely on the status code from PMS
  • df8c2f2 fix(plaxt): treat 0% as 100% if a playback was over 90%
  • 58585f0 fix(plaxt): scrobble if buffering over 90%
  • 3f1e437 fix(plaxt): ignore 0% progress once a session started
  • 8bc0cf6 build(deps): unknown websocket event name: progress

v1.0.6-beta.9

10 Mar 03:06
Compare
Choose a tag to compare
v1.0.6-beta.9 Pre-release
Pre-release

Changelog

  • 865b9d5 fix(plaxt): unmarshal Rating of a metadata into array