Releases: RoyXiang/plexproxy
Releases · RoyXiang/plexproxy
v1.0.4-beta.8
Changelog
- a5d013b fix(mutex): do not obtain write lock inside a read lock
v1.0.4-beta.7
Changelog
- 14e0121 feat: always print stack trace of errors
v1.0.4-beta.6
Changelog
- d3f0b23 refactor(cache): change the structure of stored user info
v1.0.4-beta.5
Changelog
- 118270a feat(plaxt): fetch user id and username for the owner of PMS
v1.0.4-beta.4
Changelog
- 70747c7 fix(plaxt): check the global token inside a lock
v1.0.4-beta.3
v1.0.4-beta.2
Changelog
- 960c1f1 fix(cache): fix the parameter name in query string
v1.0.4-beta.1
v1.0.3
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
Changelog
- 1dc6849 fix: *httptest.ResponseRecorder is not middleware.WrapResponseWriter