|
1 | 1 | ### ✨ Changelog |
2 | 2 |
|
3 | | -- Added support for selective-batch/full-playlist download |
4 | | -- Added support for selecting multiple audio streams on combine mode |
5 | | -- Added support for embedding original auto-generated subtitles |
6 | | -- Added option to crop thubnails to square (1:1) before embedding |
7 | | -- Added 'errored' download state (to better identify errored downloads, which you can retry later) |
8 | | -- Added app interface color scheme options on appearance settings |
9 | | -- Added app info page under settings |
10 | | -- Added copy/clear log buttons in log viewer |
11 | | -- Added sponsorblock 'hook' category |
12 | | -- Fixed sidebar state not persisting on app re-start |
13 | | -- Fixed linux native (deb/rpm) installation downloading appimage update |
14 | | -- Bumped up shadcn/ui to v3.5 and lots of under the hood ui improvements |
15 | | -- Optimized database and backend performance |
16 | | -- Lots of other fixes and improvements |
| 3 | +- Added delay/sleep configuration settings (delay is now also configurable on search) |
| 4 | +- Added support for YouTube PO Token generation (based on [bgutil-ytdlp-pot-provider-rs](https://github.com/jim60105/bgutil-ytdlp-pot-provider-rs)) |
| 5 | +- Implemented custom app titlebar on windows and linux |
| 6 | +- Further improved and persisted app logs (stored in [platform specific log directory](https://v2.tauri.app/plugin/logging/#persisting-logs)) |
| 7 | +- Fixed webview window creation is failing on wayland with nvidia gpu |
| 8 | +- Other minor fixes and improvements |
17 | 9 |
|
18 | 10 | ### 📝 Notes |
19 | 11 |
|
20 | 12 | > [!CAUTION] |
21 | | -> This update introduces few breaking changes! Users are adviced to complete/cancel all paused downloads before updating to this version, otherwise paused downloads may not resume properly or re-start from the begining. |
| 13 | +> Users are always adviced to complete/cancel all paused downloads before updating to a newer version, otherwise paused downloads may not resume properly and re-start from the begining. |
22 | 14 |
|
23 | 15 | > [!WARNING] |
24 | 16 | > Linux users make sure `yt-dlp` and `deno` is not installed in your distro (otherwise you will get package installation conflict). Don't worry, You can still use yt-dlp cli as before (the only difference is that now it will be installed and auto-updated by neo-dlp, which You can also disable from neo-dlp Settings if you don't want to auto-update yt-dlp) |
|
29 | 21 |
|
30 | 22 | ### 📦 Shipped Binaries |
31 | 23 |
|
32 | | -| yt-dlp (updateable) | ffmpeg | ffprobe | aria2c | deno | |
33 | | -| :---- | :---- | :---- | :---- | :---- | |
34 | | -| v2026.01.19.233146 (nightly) | v7.1.1 | v7.1.1 | v1.37.0 | v2.6.5 | |
| 24 | +| yt-dlp (updateable) | ffmpeg | ffprobe | aria2c | deno | bgutil-pot-rs | |
| 25 | +| :---- | :---- | :---- | :---- | :---- | :---- | |
| 26 | +| v2026.02.17.233631 (nightly) | v7.1.1 | v7.1.1 | v1.37.0 | v2.6.10 | v0.7.1-1.2.2 | |
35 | 27 |
|
36 | 28 | > ‼️ Linux builds (deb, rpm) does not ships with `ffmpeg` and `ffprobe` (though it will be auto installed as a dependency by your package manager, if you are on fedora make sure to [enable rpmfusion free+nonfree repos](https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup/#_enabling_the_rpm_fusion_repositories_using_command_line_utilities) before installing the rpm package) |
37 | 29 |
|
|
0 commit comments