Releases: Stremio/stremio-web
Releases Β· Stremio/stremio-web
v5.0.0-beta.36
What's Changed
- Details: Improve the background image position by @dav1312 in #1231
- Details: Fix respect PWA safe area by @mrcanelas in #1235
- Feat: Gamepad Support in Web v5 by @Botsy in #882
- GamePad: support auto controller detection by @kKaskak in #1239
New Contributors
Full Changelog: v5.0.0-beta.35...v5.0.0-beta.36
v5.0.0-beta.35
What's Changed
- Player: fix space bar holding issues by @kKaskak in #1196
- Player: Prioritize embedded subs first by @kKaskak in #1197
- Player: Fix cancel shortcut events on blur by @kKaskak in #1198
- Player: Fix statistics menu shortcut handler by @kKaskak in #1199
- Player: improve subtitles behaviour by @kKaskak in #1217
- Dev: Move media session logic to hook by @tymmesyde in #1222
- Player: Add HDR badge by @kKaskak in #1219
- Player: Add video scale property by @kKaskak in #1220
- Player: Add media key support by @kKaskak in #1221
- Player: Fix video scale translations by @kKaskak in #1227
- Player: Add context menu on subtitle choice by @kKaskak in #1223
- Details: add tooltips to rating actions by @FrigoDev in #1225
- Player: Fix subtitles size shortcut by @kKaskak in #1232
- Player: Correctly throttle holding shortcut actions by @kKaskak in #1233
- Player: derive subtitles toggle state from live track selection by @kKaskak in #1234
New Contributors
Full Changelog: v5.0.0-beta.34...v5.0.0-beta.35
v5.0.0-beta.34
What's Changed
- Player: Remember selected subtitles language by @ignaciojsoler in #1179
- Player: Use combination of set with map to avoid crashes on SubtitlesMenu by @kKaskak in #1194
New Contributors
- @ignaciojsoler made their first contribution in #1179
Full Changelog: v5.0.0-beta.33...v5.0.0-beta.34
v5.0.0-beta.33
What's Changed
- MetaDetails: Add Copy Magnet Link option by @kKaskak in #1151
- fix: use addon-provided subtitle label instead of URL by @schobiDotDev in #1167
- fix: improve episode title formatting in StreamsList component by @mrcanelas in #1168
- chore(deps): bump pnpm/action-setup from 4 to 5 by @dependabot[bot] in #1170
- Shortcuts: Decrease "[" and increase "]" playback speed by @Botsy in #1174
- Player: Fix spacebar and left click hold behavior by @Botsy in #1173
- Fix/Prevent autoplay when using an external player by @ArtificialSloth in #1120
- fix: prevent hold-to-speed-up when menus are open by @kKaskak in #1175
- fix: move streams loading indicator below list to prevent layout shift by @kKaskak in #1176
- Fix crash when no extra option is selected in Discover by @kKaskak in #1177
- feat: support line breaks in addon names to match TV app behavior by @mrcanelas in #1181
- Player: Fix multiple languages entries from player subtitles menu by @tymmesyde in #1182
- Player: Sort subtitles menu languages by language settings by @tymmesyde in #1184
- feat(ui): add Twemoji font fallback for country flags on Windows by @mrcanelas in #1185
- ContextMenu: align with transition usage by @kKaskak in #1190
- Player: refactor events by @kKaskak in #1191
- feat: handle http/magnets from search bar by @kKaskak in #1180
- Details | Discover: Implement mark as watched button by @higorgoulart in #1060
New Contributors
- @schobiDotDev made their first contribution in #1167
- @mrcanelas made their first contribution in #1168
- @higorgoulart made their first contribution in #1060
Full Changelog: v5.0.0-beta.32...v5.0.0-beta.33
v5.0.0-beta.32
What's Changed
- fix: use valid translation keys by @m-dragoev in #1153
- Player: Hold spacebar or left click to speed up 2x by @Botsy in #1154
- Settings: Correct shortcuts menu button visibility by @kKaskak in #1150
- Player: Shortcut [Shift + N] for playing next episode by @Botsy in #1156
- chore(deps): bump svenstaro/upload-release-action from 2.11.4 to 2.11.5 by @dependabot[bot] in #1160
New Contributors
- @m-dragoev made their first contribution in #1153
Full Changelog: v5.0.0-beta.31...v5.0.0-beta.32
v5.0.0-beta.31
What's Changed
- Image: update return renderFallback type by @kKaskak in #1118
- MetaDetails: Correctly translate metadata by @kKaskak in #1122
- fix: replace hardcoded strings with translation keys by @fawazorg in #1127
- Dev: Fix host whitelist logic by @kKaskak in #1139
- PWA: navigation bar styles, fullscreen, safe areas by @kKaskak in #1140
- Library: Improve LibraryItem behaviour hints by @ArtificialSloth in #704
- fix: hardcoded strings and add missing translation keys by @fawazorg in #1130
- chore(deps): bump svenstaro/upload-release-action from 2.11.3 to 2.11.4 by @dependabot[bot] in #1145
- Dev: improve ios visionos detection by @kKaskak in #1148
- Settings: support infuse & vidhub external players by @kKaskak in #1147
New Contributors
Full Changelog: v5.0.0-beta.30...v5.0.0-beta.31
v5.0.0-beta.30
What's Changed
- Fix: Show Streaming Server warning correctly by @Botsy in #1082
- [Addons]: Fix default title for addons type select by @Botsy in #1084
- Settings: Fix incorrect tab highlighting by @sagarchaulagai in #1079
- Settings: update trakt logo styling by @dexter21767-dev in #1092
- SideDrawer: Always show selected video border by @Botsy in #1094
- MetaDetails: Add missing backdrop filter to ratings by @PL7963 in #1100
- App: update & align error color styles by @kKaskak in #1106
- Dev: use shortcuts provider on player by @tymmesyde in #1097
- Player: Add mute shortcut by @elpiel in #1095
- Update README.md image paths by @PL7963 in #1109
- Settings: Move interface settings to dedicated section by @tymmesyde in #1114
- Player: Remember selected tracks by @tymmesyde in #1115
- Settings: Add ASS subtitles styling setting by @tymmesyde in #1066
- Player: Remember subtitles settings by @tymmesyde in #1116
- fix(streams): copy stream link returns streamable url by @elpiel in #1111
- Dev: Addon install action exceptions by @elpiel in #1091
- fix: metaDetails redirect when route ends with / by @elpiel in #1049
- Player: Add shortcut to toggle subtitles by @GaryGosh in #675
New Contributors
- @sagarchaulagai made their first contribution in #1079
- @PL7963 made their first contribution in #1100
- @GaryGosh made their first contribution in #675
Full Changelog: v5.0.0-beta.29...v5.0.0-beta.30
v5.0.0-beta.29[bug fix]
What's Changed
- Settings: Remove shortcuts section on mobile by @tymmesyde in #1076
- Settings: Fix shortcuts layout issue on small screens by @tymmesyde in #1077
- update core-web pkg to v0.51.1 (fix external player not working with https streams)
Full Changelog: v5.0.0-beta.28...v5.0.0-beta.29
v5.0.0-beta.28
What's Changed
- refactor(CODE_OF_CONDUCT): simplify and add AI clarifications by @kKaskak in #999
- Update Intro.js added translatable error messages by @CDrosos in #1003
- Update SearchParamsHandler.js by @asnaek in #981
- build: replace npm with pnpm by @actuallylost in #1008
- Dev: add option to disable service worker by @NachoLZ in #1018
- docs: Add instructions for running with Docker by @NachoLZ in #1022
- Dev: Improve error logs by @ckorber in #1016
- chore: fix typos and enhance clarity in CODE_OF_CONDUCT by @bashSunny101 in #1032
- Player: Add support for media play/pause keys by @PsyGuy007-sys in #1025
- chore: Update Screenshots in README by @arkia09 in #1030
- MetaPreview: hide ActionButton label on mobile by @kKaskak in #1035
- Fix GitHub Actions badge in README by @PeterDaveHello in #1042
- Player: Add media session support by @tymmesyde in #1014
- fix: useFullscreen - catch exception on Firefox when using F shortcut by @elpiel in #1045
- chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #1053
- Dev: Update PullUserFromAPI core action by @elpiel in #994
- Intro: make all text lowercase to match the rest by @ASiD-0 in #1002
- Calendar: Poster visibility improvements by @v1ctorsales in #1036
- chore: fix all typos and misspellings by @actuallylost in #1009
- App: Add shortcuts modal by @tymmesyde in #1041
- Settings: Add player video mode by @tymmesyde in #1043
- Dev: Update Dockerfile by @kKaskak in #1039
- Details: Scroll to last watched video by @tymmesyde in #974
- Player: prevent crash when destroying null video by @kKaskak in #1057
- fix: links label on meta preview by @tymmesyde in #1067
- chore(deps): bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 by @dependabot[bot] in #1069
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #1070
- Chore: Update icons by @Botsy in #1071
- Details: improve selected video logic by @kKaskak in #1059
- Player: Fix Slider thumb movement by @kKaskak in #1074
- Feat/stream converted source by @elpiel in #998
- Player: next video behavior by @elpiel in #1054
New Contributors
- @CDrosos made their first contribution in #1003
- @asnaek made their first contribution in #981
- @actuallylost made their first contribution in #1008
- @NachoLZ made their first contribution in #1018
- @ckorber made their first contribution in #1016
- @bashSunny101 made their first contribution in #1032
- @PsyGuy007-sys made their first contribution in #1025
- @arkia09 made their first contribution in #1030
- @PeterDaveHello made their first contribution in #1042
- @ASiD-0 made their first contribution in #1002
- @v1ctorsales made their first contribution in #1036
Full Changelog: v5.0.0-beta.27...v5.0.0-beta.28
v5.0.0-beta.27
What's Changed
- Player: Hide subtitles delay indicator if subtitles menu is open by @tymmesyde in #966
- Player(Desktop): Fix external subtitles selection by @tymmesyde in #968
- Settings: remove videos menu shortcut by @tymmesyde in #969
- Player: Add option to download subtitles by @tymmesyde in #964
- Player: Support holding click for subtitles settings by @tymmesyde in #965
- Player: Add subtitles size shortcuts by @tymmesyde in #970
- fix: Player - TimeChanged & Seek time & duration now have Math.max(0, x) by @elpiel in #975
- MetaPreview: MetaActions Button positioning fix by @kKaskak in #990
- Search: dynamic view calculation fix on PWA by @kKaskak in #991
Full Changelog: v5.0.0-beta.26...v5.0.0-beta.27