Skip to content

Releases: marcopiovanello/yt-dlp-web-ui

December release 🎄

12 Dec 09:31
d9cb018
Compare
Choose a tag to compare

Hello everyone!

Some QoL improvements like editable templates, bug fixes and little optimizations.

For some festivity vibes I've added a new selectable accent :)
Screenshot 2024-12-12 alle 10 18 44

In 2025 the frontend refresh will start! (#223)

Wishing you a great great Christmas and and a wonderful new year!
This year the activity on this project was astounding.

Thanks for the support!

What's Changed

  • Editable templates by @marcopeocchi in #225
  • Missing client side UpdateExecutable function by @marcopeocchi in #227
  • custom path based frontend by @marcopeocchi in #231
  • upgraded react to v19 by @marcopeocchi in #232

Full Changelog: v3.2.2...v3.2.3

November release 🌰

12 Nov 10:46
6c9118f
Compare
Choose a tag to compare

Hello everyone!

As usual the monthly release: small fixes, many new contributors and optimizations to yt-dlp-webui's core.

What's Changed

  • Update japanese translate by @minetaro12 in #198
  • enabled french and swedish by @marcopeocchi in #199
  • Dropping rxgo by @marcopeocchi in #201
  • fix(nix): fix package build by @NefixEstrada in #208
  • fix: manual installation by @MoonDusk1996 in #220
  • Fix module name to match major version v3. Simplify makefile. by @istvan-andrasi in #213
  • Changed state manager from Recoil to Jotai by @marcopeocchi in #221

New Contributors

Full Changelog: v3.2.1...v3.2.2

September release 🪁

18 Sep 08:58
01cf9ef
Compare
Choose a tag to compare

Hello everyone!

As usual (a bit late from the schedule) the monthly release 😄.

The livestreams monitor has been perfected (still in its early stages, but working) and some performance optimisations have been made.
Also, many QoL improvements have been made by some awesome contributors.

yt-dlp-webui has now Nix support thanks to @emanueljg.

What's Changed

  • [I18n] Update Chinese translation by @MFWT in #185
  • fix use old enum status values by @marcopeocchi in #187
  • Use cookies saved server side by @marcopeocchi in #188
  • Add Nix by @emanueljg in #177
  • added "language" to the Format struct by @marcopeocchi in #194
  • fix: Can't download extracted audio as mp3 #152 by @eric2788 in #196

New Contributors

Full Changelog: v3.2.0...v3.2.1

Livestreams support hotfix

23 Aug 17:22
Compare
Choose a tag to compare

Hello everyone!

This release fixes a strange behaviour of the livestream monitor:
the ffmpeg process that yt-dlp spawns for downloading livestreams hangs after a certain amount of time (50-55s).

Now, livestreams that have started are migrated to the standard download page and downloaded as regular videos (with metadata too!!).
The main caveat is that, unfortunately, it isn't possible to retrieve the download progress so livestreams will always shows as "pending" with 0 MB/s speed (a fix is in progress).

In order to fully support livestreams, if you're not using docker, I suggest to update yt-dlp to its latest version.

Full Changelog: v3.2.0...v3.2.0-fix

Livestreams support

21 Aug 09:52
Compare
Choose a tag to compare

After a couple of months, youtube livestreams are now supported!

A new section called "livestream monitor" has been added.

If you add a livestream that has yet to start it will be monitored and downloaded once started;
if an already started livestream is added it will be downloaded but no progress will be tracked (this is a limitation of yt-dlp since it uses ffmpeg to download livestreams).

image
image
image

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.2.0

August release 🍹

05 Aug 09:10
Compare
Choose a tag to compare

Hello everyone! 👋

As always, here's the monthly release.

OpenID authentification

Here's a wiki page to enable OpenID.
Great idea from @CrazyWolf13 to support this authentication scheme 😎.

What's Changed

  • OpenID authentification by @marcopeocchi in #170
  • corrected typo by @marcopeocchi in #174
  • fixed #163

Full Changelog: v3.1.1...v3.1.2

July release 🏖️

02 Jul 10:04
Compare
Choose a tag to compare

Hello everyone! 👋

Monthly mini-release:

  • Fixed batch downloads removal (KillAll func)
  • Fixed #160

Full Changelog: v.3.1.0...v3.1.1

June release - Hotfixes 🐝

12 Jun 08:38
Compare
Choose a tag to compare

Hello everyone!

Small QoL updates:

  • Virtualized downloads table (to stay fast even with thousands of entries)
  • Faster playlist entries detection (from minutes to seconds of wait time)

Full Changelog: v3.0.9...v.3.1.0

June release 🐝

04 Jun 10:34
Compare
Choose a tag to compare

Hello everyone!

As usual, the monthly release. 😎

Fixed #110 #154 #153

What's Changed

New Contributors

Full Changelog: v3.0.8...v3.0.9

May release 🌻

03 May 09:29
Compare
Choose a tag to compare