Malik
c1ff6587ad
#2512 : Update search suggestions on input ( #2567 )
...
* #2512 : Update visible data list on input
* #2512 : Remove excessive visible data list update on input
2022-09-13 04:18:05 +00:00
absidue
a69cbd3b55
Optimise CSS and JSON files ( #2569 )
2022-09-13 09:28:36 +08:00
ChunkyProgrammer
426b71f7bc
use slim linter ( #2573 )
2022-09-13 09:09:56 +08:00
gallegonovato
45e1daa51f
Translated using Weblate (Spanish)
...
Currently translated at 96.7% (600 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2022-09-12 23:17:33 +02:00
efb4f5ff-1298-471a-8973-3d47447115dc
d8e6470fa9
Create super-linter.yml ( #2562 )
2022-09-11 20:43:57 -04:00
absidue
97e3813182
Update css-loader and switch to webpack 5's asset modules ( #2566 )
2022-09-11 20:34:58 -04:00
Kauã Azevedo
7bcbeacd9b
Translated using Weblate (Spanish)
...
Currently translated at 96.6% (599 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2022-09-12 00:24:19 +02:00
Kauã Azevedo
f1970347e6
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.8% (619 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pt_BR/
2022-09-12 00:24:18 +02:00
absidue
036abdc96b
Remove unused ft-intersection-observer component ( #2563 )
2022-09-11 14:29:27 -04:00
absidue
2d2c1e7a0b
Remove unneeded electron-builder-squirrel-windows dependency ( #2560 )
2022-09-11 14:28:48 -04:00
PikachuEXE
9a7a4c4fd7
Update auto-label-issue GH workflow config to use multiline ( #2565 )
...
Validated via a YAML Parser
2022-09-11 14:11:47 -04:00
absidue
3fdce212f2
Update sass and sass-loader to the latest versions ( #2568 )
2022-09-11 14:10:22 -04:00
Mozart Michael
3c813f3e38
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ro/
2022-09-11 19:20:59 +02:00
Sergio Varela
4a088b6b9b
Translated using Weblate (Spanish)
...
Currently translated at 96.6% (599 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2022-09-11 19:20:56 +02:00
gallegonovato
9a5b47c720
Translated using Weblate (Spanish)
...
Currently translated at 96.6% (599 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2022-09-11 17:59:37 +02:00
Kauã Azevedo
9cf664ba2c
Translated using Weblate (Spanish)
...
Currently translated at 96.6% (599 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2022-09-11 17:59:36 +02:00
Rusi Dimitrov
4927233176
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/bg/
2022-09-11 13:22:23 +02:00
Peter Dave Hello
1d0f2a7dab
Use some rich format to improve README.md readability ( #2456 )
...
* Use some rich format to improve README.md readability.
* added missing s
* moved sentence up in donate section
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
2022-09-11 12:48:59 +02:00
gallegonovato
9fedbca934
Translated using Weblate (Spanish)
...
Currently translated at 94.0% (583 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2022-09-10 22:22:25 +02:00
absidue
c5bef13ee6
Don't log any errors if there are no SponsorBlock segments ( #2555 )
2022-09-10 16:08:11 +00:00
efb4f5ff-1298-471a-8973-3d47447115dc
82c0e86710
Add Scoop to readme, issue template and label workflow ( #2553 )
...
* Add Scoop to readme
* added scoop to issue template
* added Scoop to label workflow
2022-09-10 23:09:05 +08:00
absidue
19bf3880a4
Build and release 7zip artifacts ( #2558 )
2022-09-10 14:24:22 +00:00
absidue
644df97acc
Increase width of quality selector so that 1080p60 doesn't overflow into the full screen button ( #2556 )
2022-09-10 14:14:18 +00:00
Vik
4b47ebee1c
Translated using Weblate (Russian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ru/
2022-09-09 22:20:37 +02:00
Emma
77470751c3
Localization inconsistency fix for Local API ( #2535 )
...
* Applying a workaround for localization issue
This changes where the title comes from on the response object from ytdl.
This is related to FreeTubeApp#2530.
* Applying the same workaround on the description
* Added a fallback to videoDetails
* Adding a console error to the title try block
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
* Simplifying a loop to Array.join
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
* Adding a console error to the description try block
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
* Add a map for the description lines
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
* Added a question mark operator for descriptions
This should prevent errors from erroneously being thrown on videos
which have a blank description. If the description is undefined or does
not contain a 'runs' field, the resulting descriptionLines should be
and empty array. Then, videoDescription will be an empty string.
* Each line already contains a `\n`
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
2022-09-09 13:39:56 -04:00
Massimo Pissarello
efc5477563
Translated using Weblate (Italian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/it/
2022-09-09 11:18:19 +02:00
ChunkyProgrammer
4e1c843a48
update autolinker to version 4 ( #2552 )
2022-09-09 09:10:10 +08:00
Massimo Pissarello
c2329b9e42
Translated using Weblate (Italian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/it/
2022-09-08 19:22:10 +02:00
Massimo Pissarello
b6e17b6bde
Translated using Weblate (Italian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/it/
2022-09-08 17:21:55 +02:00
J. Lavoie
7b7c9990f5
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/en_GB/
2022-09-08 15:22:21 +02:00
J. Lavoie
91ca964913
Translated using Weblate (Italian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/it/
2022-09-08 15:22:21 +02:00
J. Lavoie
790265ed7d
Translated using Weblate (Finnish)
...
Currently translated at 99.8% (619 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/fi/
2022-09-08 15:22:20 +02:00
J. Lavoie
d853b27194
Translated using Weblate (German)
...
Currently translated at 99.8% (619 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/de/
2022-09-08 15:22:20 +02:00
PikachuEXE
c845df9d53
^ Update electron 20.x ( #2549 )
2022-09-08 07:09:49 -04:00
ChunkyProgrammer
f7f1672b8a
update electron-builder ( #2546 )
2022-09-08 08:39:22 +08:00
Milo Ivir
65cc82af78
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hr/
2022-09-07 21:22:07 +02:00
Егор Ермаков
76ee250694
Translated using Weblate (Russian)
...
Currently translated at 99.8% (619 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ru/
2022-09-07 17:21:34 +02:00
Jeff Huang
3aa90dc905
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/zh_Hant/
2022-09-07 05:26:41 +02:00
Jai A P
ce77d16ff5
Add linux armv7l and win/osx arm64 builds ( #2113 )
...
* Add linux armv7l
* Add linux armv7l
* Update release.yml
* Update build.yml
* Update release.yml
* Update build.js
* Update release.yml
* Update build.yml
* Update release.yml
* Update release.yml
* Update build.yml
* Update _scripts/build.js
Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
* Update _scripts/build.js
Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
* Update _scripts/build.js
Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
* Update build.yml
* Update build.yml
* Update release.yml
* Remove squirrel build from windows as unused
* Update build.yml
* Update release.yml
* Update build.yml
* Update release.yml
* Update build.yml
* Update release.yml
* Update .github/workflows/release.yml
Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
* Update .github/workflows/build.yml
Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
2022-09-06 21:18:29 +00:00
Rex_sa
9faff9087b
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ar/
2022-09-06 22:22:51 +02:00
Fjuro
a15af3a778
Translated using Weblate (Czech)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/cs/
2022-09-06 17:22:50 +02:00
ChunkyProgrammer
9236f37d6e
move conflict checker to workflows ( #2545 )
2022-09-06 16:47:06 +02:00
Grzegorz Wójcicki
2a4ca22f66
Translated using Weblate (Polish)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pl/
2022-09-06 16:22:57 +02:00
efb4f5ff-1298-471a-8973-3d47447115dc
beece01cdf
Add files via upload ( #2285 )
2022-09-06 11:38:51 +00:00
Yaron Shahrabani
059eeab47a
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/he/
2022-09-06 09:22:39 +02:00
Oğuz Ersen
d0394e6fba
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/tr/
2022-09-06 07:21:20 +02:00
absidue
eaa15ea833
Webpack bundle dependencies ( #2511 )
...
* Allow webpack to bundle *most* dependencies
* Exclude *most* node_modules from getting packaged by electron-builder
* Import only the required icons instead of bundling the whole icon pack
* Reduce packaging blacklist to only include the few things that still need blacklisting
2022-09-06 02:29:10 +00:00
Sveinn í Felli
a453c8436e
Translated using Weblate (Icelandic)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/is/
2022-09-06 03:28:19 +02:00
Ihor Hordiichuk
780105af2b
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/uk/
2022-09-06 03:28:18 +02:00
J. Lavoie
cdd390229f
Translated using Weblate (Italian)
...
Currently translated at 100.0% (620 of 620 strings)
Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/it/
2022-09-06 03:28:17 +02:00