0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 12:45:17 +00:00
Commit graph

1015 commits

Author SHA1 Message Date
PickleNik
605ed9a4ba
Merge pull request #656 from Desovsky/patch-2
Update polish.js
2023-10-23 09:56:48 -04:00
Miguel
aaa0a4dddf
Add support for Portuguese from Portugal 2023-08-08 21:48:40 +01:00
Luka
b48bcb7468
Merge pull request #652 from sruusk/main
Fix video title colour in full screen mode
2023-07-12 21:32:21 +00:00
Luka
b6659d7766
Merge pull request #658 from pixkk/main
fix(innertube): Fixed decipher function
2023-07-10 15:38:00 +00:00
Georgiy
f763612293 fix(innertube): Fixed decipher function 2023-07-10 16:17:00 +03:00
Damian
7595f2afb6
Update polish.js 2023-07-06 16:06:23 +02:00
Samuli Ruuskanen
662543d397 Fix video title colour on fullscreen mode 2023-06-06 11:54:56 +03:00
maboroshin
ff25450215
Update japanese.js (#647) 2023-06-04 19:24:36 +12:00
Alex
1501457a2d
Revert everything 2023-06-04 19:20:21 +12:00
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