PrestonN
4462a71f73
Bump version number to v0.21.1
2024-07-10 20:32:19 -04:00
absidue
172feff1f7
Fix Invidious DASH manifest generation ( #5387 )
2024-07-11 06:31:07 +08:00
PikachuEXE
b2fe59d331
^ Update YouTube.js to 10.1.0 ( #5384 )
...
* ^ Update YouTube.js to 10.1.0
* ! Add code to ignore probably invalid player cache entry
2024-07-10 11:45:45 -04:00
absidue
823e9bb9dc
Fix Invidious API error toasts saying undefined ( #5380 )
2024-07-10 06:41:49 +08:00
dependabot[bot]
187c00dd9d
Bump lefthook from 1.6.18 to 1.7.1 ( #5376 )
...
Bumps [lefthook](https://github.com/evilmartians/lefthook ) from 1.6.18 to 1.7.1.
- [Release notes](https://github.com/evilmartians/lefthook/releases )
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.6.18...v1.7.1 )
---
updated-dependencies:
- dependency-name: lefthook
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 05:24:42 +08:00
dependabot[bot]
86b9122635
Bump eslint-plugin-vue from 9.26.0 to 9.27.0 in the eslint group ( #5371 )
...
Bumps the eslint group with 1 update: [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ).
Updates `eslint-plugin-vue` from 9.26.0 to 9.27.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 17:46:32 +02:00
dependabot[bot]
09c1a46f2e
Bump rimraf from 5.0.7 to 5.0.8 ( #5373 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 5.0.7 to 5.0.8.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8 )
---
updated-dependencies:
- dependency-name: rimraf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 17:43:59 +02:00
dependabot[bot]
bc370ff063
Bump npm-run-all2 from 6.2.0 to 6.2.2 ( #5374 )
...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.2.0 to 6.2.2.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.0...v6.2.2 )
---
updated-dependencies:
- dependency-name: npm-run-all2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 17:43:15 +02:00
dependabot[bot]
14e4890b8a
Bump marked from 13.0.1 to 13.0.2 ( #5375 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v13.0.1...v13.0.2 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 17:42:59 +02:00
Jose Delvani
5dab94881f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pt_BR/
2024-07-07 12:09:19 +02:00
Andi Chandler
be13164ded
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/en_GB/
2024-07-05 20:09:19 +02:00
AntiSelosAcademy
634e1816ac
Translated using Weblate (Filipino)
...
Currently translated at 9.4% (82 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/fil/
2024-07-05 04:09:22 +00:00
absidue
ed39608107
Fix blocking error when navigating away from an age-restricted video ( #5343 )
...
* Fix blocking error when navigating away from an age-restricted video
* Also fix playlists and watch history
* Simplify playlist check
Co-authored-by: Jason <84899178+kommunarr@users.noreply.github.com>
---------
Co-authored-by: Jason <84899178+kommunarr@users.noreply.github.com>
2024-07-04 08:19:11 +08:00
Pere O
8fca0be4c7
Translated using Weblate (Catalan)
...
Currently translated at 51.8% (450 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ca/
2024-07-03 17:09:18 +00:00
Dragibus Noir
0ba55c3e43
Translated using Weblate (French)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/fr/
2024-07-01 13:09:16 +00:00
dependabot[bot]
5fdfae6594
Bump marked from 13.0.0 to 13.0.1 ( #5357 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v13.0.0...v13.0.1 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 12:15:03 +00:00
dependabot[bot]
f5fa224b4b
Bump electron-context-menu from 4.0.0 to 4.0.1 ( #5356 )
...
Bumps [electron-context-menu](https://github.com/sindresorhus/electron-context-menu ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/sindresorhus/electron-context-menu/releases )
- [Commits](https://github.com/sindresorhus/electron-context-menu/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: electron-context-menu
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 12:14:41 +00:00
dependabot[bot]
9dbeb946d6
Bump electron from 31.0.2 to 31.1.0 ( #5355 )
...
Bumps [electron](https://github.com/electron/electron ) from 31.0.2 to 31.1.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v31.0.2...v31.1.0 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 12:14:11 +00:00
dependabot[bot]
294045358a
Bump postcss from 8.4.38 to 8.4.39 in the stylelint group ( #5354 )
...
Bumps the stylelint group with 1 update: [postcss](https://github.com/postcss/postcss ).
Updates `postcss` from 8.4.38 to 8.4.39
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.38...8.4.39 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 12:13:47 +00:00
dependabot[bot]
ffbd797df7
Bump eslint-plugin-promise from 6.2.0 to 6.4.0 in the eslint group ( #5353 )
...
Bumps the eslint group with 1 update: [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ).
Updates `eslint-plugin-promise` from 6.2.0 to 6.4.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.2.0...v6.4.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 12:13:23 +00:00
Ayman El
38edc702ad
Larger search/URL bar ( #5348 )
...
* Larger search/URL bar
it's now `1fr 1.5fr .5fr` for the grid. Still have to add `flex-shrink` to `.side` in case logo is hidden.
* Fix inconsistent spacing
* fix odd spacing
* Fix intermediate breakage
2024-07-01 06:31:00 +08:00
99 efi
a84c6d08de
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hu/
2024-06-29 16:09:23 +02:00
99 efi
789cf0b9af
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hu/
2024-06-29 13:09:12 +02:00
J. Lavoie
a638386ee0
Translated using Weblate (English (United Kingdom))
...
Currently translated at 94.5% (821 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/en_GB/
2024-06-27 22:09:28 +00:00
J. Lavoie
7a70ebbf79
Translated using Weblate (Italian)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/it/
2024-06-27 22:09:27 +00:00
J. Lavoie
f898aa3e7a
Translated using Weblate (Spanish (Mexico))
...
Currently translated at 62.4% (542 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es_MX/
2024-06-27 22:09:26 +00:00
J. Lavoie
b77ee55b0c
Translated using Weblate (French)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/fr/
2024-06-27 22:09:25 +00:00
J. Lavoie
81ee361508
Translated using Weblate (German)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/de/
2024-06-27 22:09:24 +00:00
Oğuz Ersen
89027820e3
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/tr/
2024-06-27 20:09:23 +02:00
absidue
e55c22a3ca
Switch watch-video-(chapters, comments and description) from mounted to created ( #5344 )
2024-06-27 08:40:17 +00:00
Jose Delvani
8de25ed6f4
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pt_BR/
2024-06-27 05:09:15 +02:00
Jaishree Singh
cafcaf8aa8
Feature: Rename the setting from Avoid Accidental Unsubscription to Confirm before unsubscribing ( #5342 )
...
* rename: Avoid Accidental Unsubscription to Confirm before unsubscribing
* rename: Confirm Before Unsubscribing
2024-06-27 05:39:42 +08:00
absidue
fcee43cccc
Set a few more headers for local API requests ( #5339 )
2024-06-26 07:12:00 -04:00
Alexander Gabilondo
925e2c75b3
Translated using Weblate (Basque)
...
Currently translated at 99.6% (865 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/eu/
2024-06-25 01:09:16 +02:00
absidue
89236ac804
Use the ES Modules export of portal-vue instead of the CommonJS one ( #5297 )
2024-06-24 08:21:29 -04:00
dependabot[bot]
b4e1f4b2e7
Bump sass from 1.77.5 to 1.77.6 ( #5326 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.77.5 to 1.77.6.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.77.5...1.77.6 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 11:56:12 +00:00
dependabot[bot]
8b32e8569b
Bump lefthook from 1.6.16 to 1.6.18 ( #5329 )
...
Bumps [lefthook](https://github.com/evilmartians/lefthook ) from 1.6.16 to 1.6.18.
- [Release notes](https://github.com/evilmartians/lefthook/releases )
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.6.16...v1.6.18 )
---
updated-dependencies:
- dependency-name: lefthook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 11:47:11 +00:00
dependabot[bot]
331b3141b7
Bump electron from 31.0.1 to 31.0.2 ( #5328 )
...
Bumps [electron](https://github.com/electron/electron ) from 31.0.1 to 31.0.2.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v31.0.1...v31.0.2 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 11:46:25 +00:00
dependabot[bot]
9650c06ddc
Bump webpack from 5.92.0 to 5.92.1 ( #5327 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.92.0 to 5.92.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.92.0...v5.92.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 11:45:39 +00:00
dependabot[bot]
f06864c59e
Bump stylelint-config-standard in the stylelint group ( #5325 )
...
Bumps the stylelint group with 1 update: [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ).
Updates `stylelint-config-standard` from 36.0.0 to 36.0.1
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/36.0.0...36.0.1 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 11:45:08 +00:00
dependabot[bot]
f4d0138f56
Bump eslint-plugin-vuejs-accessibility in the eslint group ( #5324 )
...
Bumps the eslint group with 1 update: [eslint-plugin-vuejs-accessibility](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility ).
Updates `eslint-plugin-vuejs-accessibility` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/releases )
- [Changelog](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v2.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vuejs-accessibility
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 11:44:51 +00:00
Jose Delvani
8317e4e983
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pt_BR/
2024-06-24 06:09:19 +02:00
Fjuro
ad36f53802
Translated using Weblate (Czech)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/cs/
2024-06-23 18:09:19 +02:00
summoner001
a7552287ea
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hu/
2024-06-23 14:09:17 +02:00
99 efi
1d269f9228
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hu/
2024-06-23 14:09:17 +02:00
summoner001
74daff2094
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hu/
2024-06-23 10:09:14 +02:00
Priit Jõerüüt
18fdef4d31
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/et/
2024-06-23 01:10:02 +02:00
Jason
4592b18db9
Evaluate live chat scroll check on scrollend ( #5302 )
2024-06-23 05:18:37 +08:00
99 efi
5c390dada5
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (868 of 868 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hu/
2024-06-22 23:09:18 +02:00
PrestonN
f40876c86d
Update version number to v0.21.0
2024-06-20 16:55:19 -04:00