|
1 | 1 | ### ✨ Changelog |
2 | 2 |
|
3 | | -- Added Debug Mode (with log customization) |
4 | | -- Added quick paste and clear buttons on downloader |
5 | | -- Fixed browser integration not working on Windows MSI install |
6 | | -- Fixed the occasional freezing issue on macOS while downloading large files |
7 | | -- Now Linux (deb, rpm) packages supports in-built app-updater |
| 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 | 8 | - Other minor fixes and improvements |
9 | 9 |
|
10 | 10 | ### 📝 Notes |
|
23 | 23 |
|
24 | 24 | | yt-dlp (updateable) | ffmpeg | ffprobe | aria2c | deno | |
25 | 25 | | :---- | :---- | :---- | :---- | :---- | |
26 | | -| v2025.10.25.232842 (nightly) | v7.1.1 | v7.1.1 | v1.37.0 | v2.5.4 | |
| 26 | +| v2025.11.03.233024 (nightly) | v7.1.1 | v7.1.1 | v1.37.0 | v2.5.6 | |
27 | 27 |
|
28 | 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) |
29 | 29 |
|
|
36 | 36 | | 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 | 37 | | 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 | 38 |
|
39 | | -> ⬆️ Now, all packages supports in-built app-updater |
| 39 | +> ⬆️ All packages supports in-built app-updater |
40 | 40 |
|
41 | 41 | > 🪟 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 | 42 |
|
|
0 commit comments