Skip to content

Releases: ViewTube/viewtube

v0.15.3

06 Apr 17:31
e455188
Compare
Choose a tag to compare

Added

Fixed

  • Fix dash manifest for livestreams #2741
  • Opt in to import.meta.* properties (Thanks @danielroe) #2726

v0.15.2

23 Feb 16:31
9f493f8
Compare
Choose a tag to compare

Added

  • Video share option to copy the YouTube link (Thanks @chonsser) #2610

Fixed

  • Upgrade package youtubei.js to fix "error 400" issue #2667

v0.15.1

06 Jan 16:58
ab3c119
Compare
Choose a tag to compare

Added

Fixed

  • Fix cannot read seconds of undefined #2531
  • Start video at timestamp in URL (Thanks @alvanrahimli) #2530
  • Don't add "s" after timestamp in URL #2535
  • Fix default theme overriding setting #2535

v0.15.0

03 Jan 17:00
531474d
Compare
Choose a tag to compare

Added

  • Add option to disable registration to admin panel #2499
  • Add option to require login everywhere to admin panel #2499
  • Allow users to be added via the admin panel #2499

Fixed

  • Use loadeddata event to fix video player aspect ratio (Thanks @themisir) #2505
  • Use value of apiUrl, fixes account deletion issue (Thanks @alvanrahimli) #2515
  • Fix logout not working #2499

v0.14.2

19 Dec 13:40
94aaa31
Compare
Choose a tag to compare

Fixed

  • Remove miniplayer references causing issues #2496

Changed

Added

  • Upgrade dependencies #2496

v0.14.1

12 Dec 15:09
7840996
Compare
Choose a tag to compare

Fixed

  • Override rollup for arm64 builds #2494

v0.14.0

12 Dec 13:37
344eb27
Compare
Choose a tag to compare

Breaking ⚠️

  • Disable clustering by default #2378
    • Clustering is now disabled by default. If you want to use clustering, you have to set the VIEWTUBE_CLUSTERED environment variable to true.

Added

  • Directly call fastify instance from nuxt server #2378
  • Detect theme from system #2379
  • Upgrade dependencies #2380

Changed

  • Switch homepage to trending, as popular was causing issues #2490

Fixed

  • Fix nuxt import on windows (only relevant for development) #2377
  • Fix "window is not defined" when logged in and "Rewrite YouTube URLs" is enabled #2469
  • Fix certain search terms not working #2493

v0.13.1

05 Nov 21:54
67dfacc
Compare
Choose a tag to compare

Fixed

  • Fixed videoplayback proxy headers #2376

v0.13.0

26 Oct 15:23
15a6f16
Compare
Choose a tag to compare

Added

  • Reworked authentication with new devices interface in profile #2186

Fixed

  • Make client cookie logic more robust #2259
  • Upgrade packages and cleanup unused #2261

v0.12.2

23 Aug 14:37
1e2b657
Compare
Choose a tag to compare

Fixed

  • Retry subscriptions on 429 rate limit #2182
  • Use proxy for videoplayback #2196