Alexander Gabilondo
c0e345438c
Translated using Weblate (Basque)
...
Currently translated at 78.1% (638 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/eu/
2024-02-26 23:01:56 +01:00
absidue
81ce77598f
Prevent layout shifts when thumbnails load in the chapter selector ( #4713 )
2024-02-26 12:02:08 -05:00
dependabot[bot]
2647e7cb58
Bump electron-builder from 24.9.1 to 24.12.0 ( #4718 )
...
* Bump electron-builder from 24.9.1 to 24.12.0
Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder ) from 24.9.1 to 24.12.0.
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.12.0/packages/electron-builder )
---
updated-dependencies:
- dependency-name: electron-builder
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Remove strange change failing build
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
2024-02-26 12:00:57 -05:00
dependabot[bot]
4243dbd3cb
Bump sass-loader from 14.1.0 to 14.1.1 ( #4719 )
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 14.1.0 to 14.1.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v14.1.0...v14.1.1 )
---
updated-dependencies:
- dependency-name: sass-loader
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-02-26 13:08:05 +00:00
dependabot[bot]
c6bcb3956e
Bump sass from 1.71.0 to 1.71.1 ( #4716 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.71.0 to 1.71.1.
- [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.71.0...1.71.1 )
---
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-02-26 07:57:22 -05:00
dependabot[bot]
b4975fd5a9
Bump the eslint group with 2 updates ( #4715 )
...
Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint ) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ).
Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0 )
Updates `eslint-plugin-vue` from 9.21.1 to 9.22.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
- 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-02-26 07:55:58 -05:00
absidue
259f7a6ef6
Support opening video timestamps in a new window ( #4687 )
...
* Support opening video timestamps in a new window
* Scroll to top when clicking on a timestamp
2024-02-26 09:17:13 +00:00
Alexander Gabilondo
f04317b13f
Translated using Weblate (Basque)
...
Currently translated at 75.4% (616 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/eu/
2024-02-26 00:02:05 +01:00
dependabot[bot]
7ef9ce9a4e
Bump webpack-dev-server from 4.15.1 to 5.0.2 ( #4695 )
...
* Bump webpack-dev-server from 4.15.1 to 5.0.2
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.15.1 to 5.0.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v5.0.2 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* ! Fix running `yarn dev`
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PikachuEXE <git@pikachuexe.net>
2024-02-25 14:14:30 +01:00
Suguru Hirahara
c98cb92320
Translated using Weblate (Japanese)
...
Currently translated at 88.9% (726 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ja/
2024-02-25 08:01:57 +01:00
Fjuro
93da860e54
Translated using Weblate (Czech)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/cs/
2024-02-25 01:02:07 +01:00
EditaNEmilis
7dca54789e
Translated using Weblate (Lithuanian)
...
Currently translated at 79.7% (651 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/lt/
2024-02-24 18:02:01 +01:00
Adrian Carpio
dc9f495d69
Translated using Weblate (Japanese)
...
Currently translated at 88.9% (726 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ja/
2024-02-24 09:02:02 +01:00
Brad 'Bảo' Hirsch
27fd95cd54
Translated using Weblate (Vietnamese)
...
Currently translated at 99.5% (812 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/vi/
2024-02-24 07:02:06 +01:00
PikachuEXE
b32b6ed1f7
Bump youtubei.js to 9.1.0 for watch page fix ( #4707 )
2024-02-23 19:51:18 +00:00
ducdat0507 Nguyễn
3182bc8b40
Translated using Weblate (Vietnamese)
...
Currently translated at 94.3% (770 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/vi/
2024-02-23 16:02:01 +01:00
ducdat0507 Nguyễn
8f5bf5163e
Translated using Weblate (Vietnamese)
...
Currently translated at 81.7% (667 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/vi/
2024-02-23 14:08:51 +01:00
delvani
efca011c09
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pt_BR/
2024-02-23 09:02:03 +01:00
absidue
414003336d
Fix local API search erroring, because the default parameter values were not getting applied ( #4704 )
2024-02-22 21:42:37 +00:00
absidue
a6cb20be40
Hide date and views separator on the watch page when views are hidden ( #4697 )
2024-02-21 17:13:37 +00:00
Ihor Hordiichuk
73805300ae
Translated using Weblate (Ukrainian)
...
Currently translated at 92.0% (751 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/uk/
2024-02-21 01:55:38 +01:00
Grzegorz Wójcicki
b965dc30bd
Translated using Weblate (Polish)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pl/
2024-02-20 02:02:12 +01:00
Priit Jõerüüt
23ca46547c
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/et/
2024-02-19 19:02:02 +01:00
dependabot[bot]
2cd5b2d5fd
Bump webpack from 5.90.1 to 5.90.3 ( #4696 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.90.1 to 5.90.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.90.3 )
---
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-02-19 16:57:38 +00:00
dependabot[bot]
0e0b2715d5
Bump sass from 1.70.0 to 1.71.0 ( #4693 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.70.0 to 1.71.0.
- [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.70.0...1.71.0 )
---
updated-dependencies:
- dependency-name: sass
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-02-19 09:19:18 -05:00
dependabot[bot]
1c14fcfe5c
Bump electron from 28.2.2 to 28.2.3 ( #4692 )
...
Bumps [electron](https://github.com/electron/electron ) from 28.2.2 to 28.2.3.
- [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/v28.2.2...v28.2.3 )
---
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-02-19 09:18:08 -05:00
dependabot[bot]
97bc804462
Bump the stylelint group with 1 update ( #4691 )
...
Bumps the stylelint group with 1 update: [@double-great/stylelint-a11y](https://github.com/double-great/stylelint-a11y ).
Updates `@double-great/stylelint-a11y` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/double-great/stylelint-a11y/releases )
- [Commits](https://github.com/double-great/stylelint-a11y/compare/v3.0.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: "@double-great/stylelint-a11y"
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-02-19 09:03:25 -05:00
absidue
2f29084d4f
Remove unused isLoading from ft-community-post ( #4684 )
2024-02-19 11:02:32 +00:00
absidue
161633d1d9
Include swiper version in CSS file name, for cache busting ( #4685 )
2024-02-19 10:58:59 +00:00
Jeff Huang
cfaec7eaa2
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/zh_Hant/
2024-02-19 05:02:00 +01:00
absidue
7b74099b24
Fix local API erroring when the view count is missing on the channel shorts tab ( #4689 )
2024-02-19 09:35:13 +08:00
Milo Ivir
e5bd98b775
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hr/
2024-02-18 21:01:59 +01:00
Grzegorz Wójcicki
0f0e126066
Translated using Weblate (Polish)
...
Currently translated at 99.8% (815 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pl/
2024-02-18 21:01:58 +01:00
efb4f5ff-1298-471a-8973-3d47447115dc
16f904ec66
Fix Hungarian Locale Name ( #4686 )
2024-02-18 09:50:28 -05:00
Philip Goto
9b50a69579
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/nl/
2024-02-18 11:02:04 +01:00
Dragibus Noir
1b5cb3f527
Translated using Weblate (French)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/fr/
2024-02-18 03:02:01 +01:00
gallegonovato
a5196b6f48
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2024-02-17 17:01:59 +01:00
dependabot[bot]
98b51ac77b
Bump marked from 11.2.0 to 12.0.0 ( #4638 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 11.2.0 to 12.0.0.
- [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/v11.2.0...v12.0.0 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-17 12:57:32 +01:00
summoner001
05eaef5b45
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hu/
2024-02-17 12:01:58 +01:00
NEXI
64213a1967
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/sr/
2024-02-17 10:01:59 +01:00
Oğuz Ersen
49c6bc0497
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/tr/
2024-02-17 10:01:58 +01:00
absidue
48e2f0c290
Change the default download behaviour to the better "Open in web browser" value ( #4683 )
2024-02-17 08:13:30 +00:00
大王叫我来巡山
427d9a3859
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/zh_Hans/
2024-02-17 06:02:07 +01:00
Massimo Pissarello
6d6aad230b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/it/
2024-02-17 04:02:06 +01:00
Fjuro
99ccdafa59
Translated using Weblate (Czech)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/cs/
2024-02-17 00:02:08 +01:00
Rex_sa
794a9f88d0
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (816 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ar/
2024-02-17 00:02:07 +01:00
Fjuro
9315592e8e
Translated using Weblate (Czech)
...
Currently translated at 99.6% (813 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/cs/
2024-02-16 22:49:38 +01:00
Anonymous
386db43bd0
Translated using Weblate (Japanese)
...
Currently translated at 88.3% (721 of 816 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ja/
2024-02-16 22:49:31 +01:00
ChunkyProgrammer
6cbe6b5e9d
Fix some translation issues ( #4674 )
...
* fix some locale issues
* change local API to Local API
* update translation keys to `Falling back to Local API`
* fix translation key for local api in js files
2024-02-16 22:20:22 +01:00
ChunkyProgrammer
d15dd43d07
fix loading invidious instances from static file for electron builds ( #4681 )
2024-02-16 20:39:59 +00:00