Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Releases: ttshivers/synclounge

v3.11.6

11 Sep 08:55
3b782a0
Compare
Choose a tag to compare

3.11.6 (2020-09-11)

Bug Fixes

  • mediasupport: fix container support detection (b8fb879)
  • nowplaying: show now playing chip when browsing and playing (3ab4a54)

Code Style

  • slot: use v-slot shorthand # (ba3c7ed)

Refactor

  • chatsettings: move chat settings into synclounge settings (430a83e)
  • createroom: refetch health on connect error (3a4b570)
  • css: use vuetify helper classes (6b24dad)
  • icons: refactor icon buttons (d5bf084)
  • plexsettings: move plex settings into left sidebar (8c833f3)
  • plexsettings: redesign plex settings dialog (8903c8f)
  • settings: move dialog into separate component (6a284ab)
  • settings: redesign settings dialog (80aa0cd)
  • sidebars: use simpler vuex methods for opening (ff16522)
  • video: use black background on web player (b23ec4c)
  • vue: use pascal case for component names (7cc930b)

Build

v3.11.5

11 Sep 04:40
a5bc750
Compare
Choose a tag to compare

3.11.5 (2020-09-11)

Bug Fixes

  • libraryview: display icon of other mode (a5bc750)
  • series: catch invalid urls (e9b3db9)

v3.11.4

11 Sep 04:24
718ad84
Compare
Choose a tag to compare

3.11.4 (2020-09-11)

Bug Fixes

  • related: return empty array when related fetch fails (718ad84)

v3.11.3

11 Sep 03:16
b95c83e
Compare
Choose a tag to compare

3.11.3 (2020-09-11)

Build

  • deps: bump syncloungesocket from 5.2.13 to 5.3.0 (b7b7f37)

v3.11.2

11 Sep 02:52
b1072a1
Compare
Choose a tag to compare

3.11.2 (2020-09-11)

Bug Fixes

  • config: make config precedence consistent with documentation (b1072a1)

v3.11.1

11 Sep 01:42
56c515b
Compare
Choose a tag to compare

3.11.1 (2020-09-11)

Refactor

  • clipboard: use clipboard api instead of plugin (1ae5dbc)

v3.11.0

11 Sep 00:55
a00494e
Compare
Choose a tag to compare

3.11.0 (2020-09-11)

Features

  • listview: add list view mode to library page (003e8ed), closes #127

v3.10.13

10 Sep 22:31
02c71ce
Compare
Choose a tag to compare

3.10.13 (2020-09-10)

Build

  • lint: disable console lint warnings (02c71ce)

v3.10.12

10 Sep 22:17
f56629f
Compare
Choose a tag to compare

3.10.12 (2020-09-10)

Refactor

  • configerror: display error when config fetch fails (f9f51d0)

CI/CD

  • actions: add cache hit outputs (d9598d4)
  • docker: allow container access to host network (f56629f)

v3.10.11

10 Sep 21:55
a3c5ac6
Compare
Choose a tag to compare

3.10.11 (2020-09-10)

Bug Fixes

  • synclounge: set party pause and auto host vuex state to null (5ac3bc1)

CI/CD

  • ci: fix local registry url (a3c5ac6)
  • docker: hardcode platform list (8577a2c)
  • docker: use outputted available platforms (958f3b5)