Commit Graph

4832 Commits

Author SHA1 Message Date
Kavin
8be585d084 Shaka 5 upgrade. 2026-03-27 02:20:20 +05:30
renovate[bot]
1f545039d0 chore(deps): update actions/setup-node action to v6 2026-03-27 01:08:16 +05:30
renovate[bot]
d3723123cf chore(deps): update actions/upload-artifact action to v7 2026-03-27 01:07:55 +05:30
renovate[bot]
3c54f70dae chore(deps): update actions/checkout action to v6 2026-03-27 01:07:48 +05:30
renovate[bot]
f4cff445c3 chore(deps): update github/codeql-action action to v4 2026-03-27 01:02:43 +05:30
renovate[bot]
007892a84e chore(deps): update pnpm/action-setup action to v5 2026-03-27 01:02:31 +05:30
Kavin
3e79a04fe3 Fix for falsy types 2026-03-27 00:55:36 +05:30
Kavin
5f647ffe2a Merge pull request #4169 from TeamPiped/vue-composition-migration
Migrate code to composition api
2026-03-27 00:53:30 +05:30
Kavin
fa5bbbd267 Migrate code to composition api. 2026-03-27 00:41:48 +05:30
renovate[bot]
2448b8aa1d fix(deps): update dependency vue-router to v5 2026-03-26 23:32:12 +05:30
renovate[bot]
c9e5823be8 fix(deps): update dependency vue-router to v4.6.4 2026-03-26 23:29:32 +05:30
renovate[bot]
187deec9a7 chore(deps): update docker/login-action action to v4 2026-03-26 23:28:58 +05:30
renovate[bot]
956350b4b5 chore(deps): update docker/build-push-action action to v7 2026-03-26 23:28:47 +05:30
renovate[bot]
01444424bf chore(deps): update docker/setup-buildx-action action to v4 2026-03-26 23:27:45 +05:30
renovate[bot]
530fb91bc2 chore(deps): update docker/setup-qemu-action action to v4 2026-03-26 23:27:34 +05:30
renovate[bot]
761c30dbcc fix(deps): update dependency hotkeys-js to v4 2026-03-26 23:26:31 +05:30
renovate[bot]
28642dabf0 chore(deps): lock file maintenance (#4168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-26 17:52:37 +00:00
renovate[bot]
038dae81e0 chore(deps): update dependency vite-plugin-pwa to v1.2.0 2026-03-26 22:04:33 +05:30
renovate[bot]
5d1be8eb2a chore(deps): update dependency workbox-window to v7.4.0 2026-03-26 22:01:59 +05:30
renovate[bot]
07dd07a9a9 fix(deps): update dependency vue-i18n to v11.3.0 2026-03-26 22:01:46 +05:30
renovate[bot]
f9bc2be1df fix(deps): update vue monorepo to v3.5.31 2026-03-26 21:55:14 +05:30
renovate[bot]
61596f3bfa chore(deps): update dependency lightningcss to v1.32.0 2026-03-26 20:51:32 +05:30
renovate[bot]
e8ce6170d5 fix(deps): update dependency fast-xml-parser to v5.5.9 2026-03-26 20:50:32 +05:30
renovate[bot]
1c3ddc11ec fix(deps): update dependency shaka-player to v4.16.24 2026-03-26 20:48:40 +05:30
renovate[bot]
f1395735f7 chore(deps): update dependency eslint-plugin-prettier to v5.5.5 2026-03-26 20:47:58 +05:30
renovate[bot]
c5eb2c4c6d fix(deps): update dependency javascript-time-ago to v2.6.4 2026-03-26 20:47:42 +05:30
renovate[bot]
800b000d72 chore(deps): update vite 2026-03-26 20:47:33 +05:30
renovate[bot]
f5c8bd9b3c fix(deps): update dependency dompurify to v3.3.3 2026-03-26 20:47:23 +05:30
Kavin
2d164da616 Merge pull request #4143 from pierreeurope/fix/theater-mode-button-visibility
fix: make theater mode toggle button visible on light theme
2026-03-26 13:06:37 +05:30
renovate[bot]
25a61ab71a chore(deps): update dependency vite to v7.1.11 [security] 2026-03-26 13:06:09 +05:30
renovate[bot]
ae33431621 fix(deps): update dependency dompurify to v3.3.2 [security] 2026-03-26 13:04:19 +05:30
renovate[bot]
3229f0aebd fix(deps): update dependency fast-xml-parser to v5.5.7 [security] 2026-03-26 13:02:22 +05:30
github-actions[bot]
268ea742c3 Merge pull request #4144 from TeamPiped/weblate
Translations update from Hosted Weblate
2026-02-20 14:11:26 +00:00
Kom nake
75f69fb5b6 Translated using Weblate (Bengali)
Currently translated at 100.0% (229 of 229 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/bn/
2026-02-20 14:09:51 +00:00
pierreeurope
9be4e9da60 fix: make theater mode toggle button visible on light theme
The chevron button to toggle theater mode was invisible on the light
theme because it inherited the dark text color while being positioned
against the video's dark background.

Adding text-white ensures the button is always visible regardless of
the selected theme, since it always appears against the dark video
background.

Fixes #4072

Signed-off-by: pierreeurope <pierre.europe@pm.me>
2026-02-16 12:45:09 +01:00
Kavin
c4e6f40ed3 Merge pull request #4138 from johnpc/fix/audio-language-menu
fix: fix audio language selection on Safari
2026-01-24 23:36:53 +05:30
John Corser
c21742dead fix: enable audio language selection on Safari
Removes the Safari-specific check that was preventing selectAudioLanguage()
from being called. This was causing:
1. Videos defaulting to first audio track instead of preferred language
2. Language menu not appearing in player overflow menu

Fixes #4090
2026-01-24 12:49:21 -05:00
github-actions[bot]
70aa5e1344 Merge pull request #4137 from TeamPiped/weblate
Translations update from Hosted Weblate
2026-01-13 21:03:11 +00:00
ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝)
92b4a94a14 Translated using Weblate (Latvian)
Currently translated at 88.6% (203 of 229 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/lv/
2026-01-13 22:01:47 +01:00
github-actions[bot]
72c92b93fb Merge pull request #4136 from TeamPiped/weblate
Translations update from Hosted Weblate
2026-01-12 13:03:10 +00:00
Priit Jõerüüt
7681eb3886 Translated using Weblate (Estonian)
Currently translated at 100.0% (229 of 229 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/et/
2026-01-12 14:01:47 +01:00
github-actions[bot]
1c3cfd236e Merge pull request #4135 from TeamPiped/weblate
Translations update from Hosted Weblate
2025-12-13 15:01:47 +00:00
ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝)
bf3dbbee4a Translated using Weblate (Latvian)
Currently translated at 86.8% (199 of 229 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/lv/
2025-12-13 15:00:19 +00:00
github-actions[bot]
de3371e5c9 Merge pull request #4133 from TeamPiped/weblate
Translations update from Hosted Weblate
2025-12-05 17:01:41 +00:00
Rafael Gamer_pr0
f109fdf95a Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (229 of 229 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/pt_BR/
2025-12-05 17:00:18 +00:00
github-actions[bot]
f1ccc78801 Merge pull request #4131 from TeamPiped/weblate
Translations update from Hosted Weblate
2025-11-17 18:53:31 +00:00
Norad3412
4b63ec8423 Translated using Weblate (Korean)
Currently translated at 100.0% (229 of 229 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ko/
2025-11-17 19:51:28 +01:00
안세훈
e8e6308470 Translated using Weblate (Korean)
Currently translated at 100.0% (229 of 229 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ko/
2025-11-17 19:51:26 +01:00
renovate[bot]
f946cc5452 fix(deps): update dependency dompurify to v3.3.0 2025-10-18 10:25:19 +05:30
renovate[bot]
ce2b9ed1ae fix(deps): update dependency dompurify to v3.2.7 2025-10-02 10:52:28 +05:30