neodlp v1.0.0
Commit: 4bc3dd79 | Publisher: rkriad585 rkriad585@gmail.com
✨ New Features
- feat: add automated release pipeline with 6-platform builds and changelog (ade445b)
- feat: add theme system with 13 themes, config theme CLI, and huh interactive picker (bba3da7)
- feat: map platform-specific standalone yt-dlp binaries in installers (f6ec7b5)
- feat: enhance installers to automatically pre-download yt-dlp dependency (b701b9f)
🔧 Other Changes
- chore: bump version to v1.0.0 (4bc3dd7)
- Refactor config paths into cross-platform helpers; add history log; add .gitattributes; update docs (c73a715)
\U0001F4E5 Download Binaries
| Platform |
Architecture |
File |
| \U0001FAA5 Windows |
AMD64 (machine type 9) |
neodlp-windows-amd64.exe |
| \U0001FAA5 Windows |
ARM64 (machine type 12) |
neodlp-windows-arm64.exe |
| \U0001F427 Linux |
AMD64 |
neodlp-linux-amd64 |
| \U0001F427 Linux |
ARM64 |
neodlp-linux-arm64 |
| \U0001F34E macOS |
AMD64 (Intel) |
neodlp-darwin-amd64 |
| \U0001F34E macOS |
ARM64 (Apple Silicon) |
neodlp-darwin-arm64 |
\u2705 Verify Checksum
# Linux / macOS
sha256sum --check neodlp-linux-amd64.sha256
# Windows (PowerShell)
Get-FileHash .\neodlp-windows-amd64.exe -Algorithm SHA256
\U0001F516 Build Info