Skip to content

Latest commit

 

History

History
161 lines (83 loc) · 7.97 KB

CHANGELOG.md

File metadata and controls

161 lines (83 loc) · 7.97 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.12.2 (2023-03-19)

Bug Fixes

  • App: scroll issue on firefox on mobile screen (6dbb916)
  • disable legacy mode for vue-18n (01e5e7c)

0.12.1 (2023-03-18)

Features

  • add loading indicator on Search and Streams (afda51b)
  • show toast when user addon successfully added (99a09e7)

Bug Fixes

  • AddonManager: layout was broken (91770bf)

0.12.0 (2022-05-14)

⚠ BREAKING CHANGES

  • store installed addons by transportUrl

Features

  • add community list link on AddonManager (0ed6a4a)
  • allow addon share links from stremio to be added (55feaad)
  • handle http streams (8e53932)
  • implement update room ownership (d4b741b)
  • sort streams by addons on Stream (6db0aa0)

Bug Fixes

  • AddonManager: await addUserAddon disaptch before loading Addons (6e5cb7d)
  • Room: users-list was over chat on mobile (1abc9be)
  • store installed addons by transportUrl (e5a7091)
  • Stream: key issue (4b5a8de)
  • styling issue (be51248)
  • styling issue with List on Stream (da5564f)
  • Subtitles: layout issue (274b0d4)
  • Subtitles: minor styling issue (e3dc306)
  • UsersList: styling issue (b45de22)

0.11.8 (2022-05-01)

Features

  • TimeBar: implement seeking with arrow keys (6147ea4)

Bug Fixes

  • addon.service.js: don't filter idPrefixes for subtitles addons (7b4b7a8)

0.11.6 (2021-09-03)

Features

  • can now add subtitles addons while in a room (51b7b81)
  • can now use subtitles addons (d6551a8)

Bug Fixes

  • Room: creating a hls playlist was blocking the loading (dc44bc0)
  • Subtitles: fix errors (54ae6d2)
  • Subtitles: user subtitles were partially broken (a56cdea)

0.11.5 (2021-09-02)

Features

0.11.4 (2021-07-14)

Bug Fixes

0.11.3 (2021-07-13)

0.11.2 (2021-06-08)

0.11.1 (2021-06-07)

Bug Fixes

  • some icons were not displayed (6cf6613)
  • wait for client to be connected before initializing router (cb0749c)

0.11.0 (2021-06-07)

⚠ BREAKING CHANGES

  • footer was displayed on mobile

Features

Bug Fixes

  • footer was displayed on mobile (94d5689)
  • components: items in List were not keyed when itemKey was not specified (73f6f8f)
  • services: addon service was returning Peario in collection (949ce56)

0.10.3 (2021-05-23)

0.10.2 (2021-05-22)

Bug Fixes

  • errors were not showing up (4ef472c)

0.10.1 (2021-05-21)

Bug Fixes

  • player: volume was not updated when seeked (baf5c42)
  • player video was streched (cd97ad9)

0.10.0 (2021-04-17)

⚠ BREAKING CHANGES

  • can now add addons from URL given by the user

Features

  • can now add addons from URL given by the user (78fd02a)

0.9.2 (2020-10-04)

Bug Fixes

  • addons: refine filtering of addons in the manager (1937e73)
  • ws: wait to be connected before loading views (f863b36)

0.9.1 (2020-10-01)