|
1 | 1 | ### ✨ Changelog |
2 | 2 |
|
3 | | -- Added desktop notification settings (download completion, app updates) |
4 | | -- Added per-download sponsorblock config |
5 | | -- Added thumbnail embeding option for video files |
6 | | -- Fixed yt-dlp failing to update on Windows MSI install |
7 | | -- Fixed yt-dlp not resolving deno on macOS |
8 | | -- Other minor fixes and improvements |
| 3 | +- HOTFIX: yt-dlp exiting with code 2 while resolving deno on macOS |
| 4 | +- Also, a small correction: Linux (deb, rpm) packages are not yet self-updateable |
9 | 5 |
|
10 | 6 | ### 📝 Notes |
11 | 7 |
|
| 8 | +> [!TIP] |
| 9 | +> This is a hotfix release for macOS only, You can skip this update if you are on other platforms |
| 10 | +
|
12 | 11 | > [!CAUTION] |
13 | 12 | > This is a breaking update if you are coming from older version than `v0.3.0`. 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. |
14 | 13 |
|
|
23 | 22 |
|
24 | 23 | | yt-dlp (updateable) | ffmpeg | ffprobe | aria2c | deno | |
25 | 24 | | :---- | :---- | :---- | :---- | :---- | |
26 | | -| v2025.11.03.233024 (nightly) | v7.1.1 | v7.1.1 | v1.37.0 | v2.5.6 | |
| 25 | +| v2025.11.05.232946 (nightly) | v7.1.1 | v7.1.1 | v1.37.0 | v2.5.6 | |
27 | 26 |
|
28 | 27 | > ‼️ 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) |
29 | 28 |
|
30 | 29 | > ‼️ MacOS builds (dmg, app) does not ships with `aria2c`, If you want to use [aria2](https://formulae.brew.sh/formula/aria2) install it via [homebrew](https://brew.sh) |
31 | 30 |
|
32 | 31 | ### ⬇️ Download Section |
33 | 32 |
|
34 | | -| Arch\OS | Windows (msi) | Windows (exe) | Linux (deb) | Linux (rpm) | Linux (AppImage) | MacOS (dmg) | MacOS (app) | |
| 33 | +| Architecture | Windows (msi) ⬆️ | Windows (exe) ⬆️ | Linux (deb) | Linux (rpm) | Linux (AppImage) ⬆️ | MacOS (dmg) ⬆️ | MacOS (app) ⬆️ | |
35 | 34 | | :---- | :---- | :---- | :---- | :---- | :---- | :---- | :---- | |
36 | 35 | | x86_64 | [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_<version>_x64_en-US_windows.msi) | [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_<version>_x64-setup_windows.exe) | [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_<version>_amd64_linux.deb) | [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP-<version>-1.x86_64_linux.rpm) | 🚫 [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_<version>_amd64_linux.AppImage) | [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_<version>_x64_darwin.dmg) | [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_darwin_x64.app.tar.gz) | |
37 | 36 | | ARM64 | N/A | 🪟 [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_<version>_x64-setup_windows.exe) | [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_<version>_arm64_linux.deb) | [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP-<version>-1.aarch64_linux.rpm) | N/A | ⚠️ [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_<version>_aarch64_darwin.dmg) | ⚠️ [Download](https://github.com/neosubhamoy/neodlp/releases/download/<release_tag>/NeoDLP_darwin_aarch64.app.tar.gz) | |
38 | 37 |
|
39 | | -> ⬆️ All packages supports in-built app-updater |
| 38 | +> ⬆️ icon indicates this packaging format supports in-built app-updater |
40 | 39 |
|
41 | 40 | > 🪟 Windows x86_64 binary also works on ARM64 (Windows on ARM) devices with emulation (Not planning to release native Windows ARM64 build anytime soon as, x86_64 one works fine on ARM64 without noticeable performance impact) |
42 | 41 |
|
|
0 commit comments