Commit Graph

1006 Commits

Author SHA1 Message Date
dependabot[bot] f40960c37f build(deps-dev): bump eslint from 7.32.0 to 8.42.0 in /NUXT
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.42.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/v7.32.0...v8.42.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-04 18:42:47 +12:00
dependabot[bot] ef2224697a build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.14.1 in /NUXT
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 8.7.1 to 9.14.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v8.7.1...v9.14.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-04 18:41:14 +12:00
dependabot[bot] 5c5a8473ed build(deps): bump nuxt from 2.16.3 to 3.5.2 in /NUXT
Bumps [nuxt](https://github.com/nuxt/nuxt) from 2.16.3 to 3.5.2.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/compare/v2.16.3...v3.5.2)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-04 18:41:06 +12:00
dependabot[bot] 9d29646282 build(deps): bump @capacitor/status-bar from 1.0.8 to 5.0.2 in /NUXT
Bumps [@capacitor/status-bar](https://github.com/ionic-team/capacitor-plugins) from 1.0.8 to 5.0.2.
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@1.0.8...@capacitor/status-bar@5.0.2)

---
updated-dependencies:
- dependency-name: "@capacitor/status-bar"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-04 18:40:43 +12:00
dependabot[bot] 8d46f50b00 build(deps): bump webpack from 4.46.0 to 5.84.1 in /NUXT
Bumps [webpack](https://github.com/webpack/webpack) from 4.46.0 to 5.84.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v5.84.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-04 18:40:33 +12:00
kylecz007 02f282c540 Update czech.js
Changes

(10) From:
Úprava tohoto nastavení vyžaduje restart aplikace pro provedení změn
To:
Úprava tohoto nastavení vyžaduje restartování aplikace pro provedení změn

(34) From: 
Jatyk
To:
Jazyk

(66)From:
Informace o aplikace
To:
Informace o aplikaci
2023-05-29 19:14:03 +12:00
Georgiy 5d288412f9 refactor(videoPlaying): Removed autoplay parameter in video element, Added auto-selection of the maximum supported quality for the device depending on its resolution (DOES NOT depend on Internet speed). Updated, but temporary disabled blobToDataURL function (cause bugs, such as repeating video when url in video element changes, quality selector breaking etc.).
Maybe fixed out of sync audio and video, and possibly incorrect loading of video and audio.
2023-05-26 18:58:05 +03:00
Georgiy 6d9fcda349 refactor(decipherFunction): Created function makeDecipherFunction for deciphering url`s. Fixed an issue where the application would stop working if the function was generated incorrectly. Updated regex patterns. 2023-05-26 18:51:40 +03:00
Georgiy b16cfb7fa5 refactor(description): Fixing some bugs in displaying description. 2023-05-26 18:48:47 +03:00
Georgiy 1fdf1510a6 fix(channelUrls): Fixed displaying channels which opened from search. 2023-05-26 18:47:08 +03:00
Georgiy 2e93cd400c refactor(thumbnail): Changed video preview quality from maxresdefault to hqdefault. 2023-05-26 18:46:26 +03:00
Georgiy 90931d7286 refactor(channelRequest): Added new type of channel url - /@examplechannel. 2023-05-26 18:45:54 +03:00
Georgiy e2db406b90 refactor(thumbnail): Changed video preview quality from maxresdefault to hqdefault. 2023-05-26 18:44:28 +03:00
Georgiy 1954f44802 refactor(iconTypeMap): Changed checking of metadata.icon value in iconTypeMap 2023-05-26 18:41:16 +03:00
Georgiy 150f067379 Merge remote-tracking branch 'origin2/main' 2023-05-19 18:37:04 +03:00
Georgiy f88a4587c0 fix(bug): Fixed bug with loading videos
BREAKING CHANGE: Added new regex pattern for decipher function
2023-05-19 18:36:10 +03:00
Blank-1973 cfe67eab0e Update japanese.js 2023-05-15 09:24:43 +12:00
Georgiy 58db12e796 fix(description): Fixed errors in description 2023-05-15 09:22:00 +12:00
Georgiy 59aa3051c9 fix(video): Fixed player (loading music video), added publishDate information in metadata section of video info. 2023-05-15 09:22:00 +12:00
Georgiy 938073477d fix(description): Fixed errors in description 2023-05-14 18:51:33 +03:00
Georgiy 594d496783 fix(video): Fixed player (loading music video), added publishDate information in metadata section of video info. 2023-05-14 18:51:03 +03:00
Georgiy 06a9b1358f fix(description): Fixed displaying description 2023-05-08 13:45:15 +03:00
Georgiy 8f5f39dd98 refactor: Added playerParams (for videos from search) 2023-05-08 13:44:20 +03:00
Georgiy 1a12523bd1 refactor: Minor changes which can fix spam in console 2023-05-08 13:43:03 +03:00
Georgiy ded0aa2eb4 refactor(qualitySelection): Updated video quality selection list.
1. Sorted from top to bottom, from best to worst quality.
2. Changed bps to Mbps
3. Auto selection high quality video and audio
2023-05-08 13:41:11 +03:00
Georgiy d358d74bc4 fix: Fixed crash on launch, when item "loop" can`t be found 2023-05-08 13:33:55 +03:00
Georgiy c0dde9a32d feat: Blocked url drag and drop 2023-05-08 13:32:52 +03:00
Georgiy 1b15c6236c feat(recommends): Changed type of recommends in index.vue 2023-05-03 15:10:09 +03:00
Georgiy 0ddda59c72 fix: Fixed displaying info in Updates menu 2023-05-03 15:06:50 +03:00
Georgiy c75ee0d882 feat(lang): updated Ukrainian language 2023-05-03 15:06:03 +03:00
Georgiy 3b18789478 fix: Fixed player (loading video) 2023-05-03 15:03:39 +03:00
Alex 098f5e5a25
fix: 🐛 typo that caused build to fail (#615) 2023-04-24 19:59:53 +12:00
Wojtaz0w 280cd217e4
Update Polish translation (#614)
* Update polish.js

* Update polish.js
2023-04-24 19:05:59 +12:00
Fergus Lai b1254b7376
feat: implemented local playlist (#611) 2023-04-18 10:17:23 +12:00
Fergus Lai f7ce9a62ea
feat: added local history (#609) 2023-03-30 14:09:11 +13:00
maboroshin 405531a03b
Update japanese.js (#608) 2023-03-18 17:42:08 +13:00
Alex 871d841ebd
add deprecation notice to youtube.js and innertube.js (#606)
* docs: formatted readme.md

* fix readme issues and add links

* docs: update readme links

* docs: 📝 added deprecation warning for innertube.js and youtube.js
2023-03-01 17:24:45 +13:00
Fergus Lai 7d9247af36
feat: 🕒 added sharing video link with timestamp (#72) (#605) 2023-03-01 13:03:11 +13:00
KAZI MMT 8073a1a7f5
add: `bengali` language (#603)
* add: `bengali` language

* fix: wording
2023-02-14 11:34:19 +13:00
Tomas Štefe 8fd7ea2c98
Add Slovenian translation (#600)
* Added slovenian translation

* Added slovenian to language.js
2023-02-14 03:02:34 +13:00
Achmad Rivaldi a6b8a5fa6d
Update indonesian.js (#601) 2023-02-14 03:01:33 +13:00
Adam Iskandar ea2ec25a01
Added new strings to malay.js (#598)
* Added new lines to malay.js

* Fix typo in malay.js
2023-01-20 23:01:51 +13:00
Chico fa1c6686be
Korean translation update (#599)
Add new strings and translate
2023-01-20 23:01:33 +13:00
Nikita Krupin c05b42b12c Merge github.com-picklenik:Frontesque/VueTube 2023-01-06 14:13:12 -05:00
Nikita Krupin 86c7da0d5d switch to RYD for like count source 2023-01-06 14:12:55 -05:00
imgbot[bot] 3af4a5d7fc
[ImgBot] Optimize images (#595)
*Total -- 111.97kb -> 83.53kb (25.4%)

/resources/readme_icon_plans.png -- 12.06kb -> 6.96kb (42.31%)
/resources/readme_icon_disclaimer.png -- 11.37kb -> 6.91kb (39.23%)
/resources/readme_icon_acknowledgements.png -- 10.60kb -> 6.87kb (35.18%)
/resources/readme_icon_install.png -- 10.17kb -> 6.64kb (34.74%)
/resources/readme_icon_features.png -- 8.26kb -> 5.61kb (32.01%)
/resources/readme_icon_progress.png -- 6.03kb -> 4.37kb (27.48%)
/resources/readme_icon_github.png -- 17.34kb -> 14.38kb (17.04%)
/resources/readme_icon_donate.png -- 12.06kb -> 10.04kb (16.81%)
/resources/readme_icon_community.png -- 13.86kb -> 11.56kb (16.6%)
/resources/readme-ja/VueTube.ja.dark.svg -- 9.27kb -> 9.24kb (0.34%)
/NUXT/static/home.svg -- 0.32kb -> 0.32kb (0.3%)
/NUXT/static/subs.svg -- 0.63kb -> 0.63kb (0.16%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-01-03 14:31:02 +13:00
PickleNik eacde4382f
Merge pull request #592 from gayolGate/main
Translations
2022-12-31 23:42:29 -05:00
Lenni-builder 714dcc4472
Fixed/improved some translation 2022-12-31 07:01:29 +01:00
gayolGate | Dev Studio beab51c7f3
Update tweaks.vue 2022-12-28 13:55:31 +01:00
gayolGate | Dev Studio 10b486e02e
Update spanish.js 2022-12-28 13:41:44 +01:00