Skip to content

Commit 1b72cb8

Browse files
committed
chore: bumped up to v0.4.1
1 parent 972832f commit 1b72cb8

6 files changed

Lines changed: 364 additions & 372 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11
### ✨ Changelog
22

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
179

1810
### 📝 Notes
1911

2012
> [!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.
2214
2315
> [!WARNING]
2416
> 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,9 +21,9 @@
2921
3022
### 📦 Shipped Binaries
3123

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 |
3527

3628
> ‼️ 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)
3729

0 commit comments

Comments
 (0)