Releases: phoenixthrush/AniWorld-Downloader
Releases · phoenixthrush/AniWorld-Downloader
v.4.1.1
v.4.1.0
What's new?
s.to Support
- Added full support for search and download for CLI & WebUI
WebUI
- Added feature for changing the order of the download queue
Other
- Added ffmpeg auto-dependency
For all fixes and changes see:
Full Changelog: v.4.0.0...v.4.1.0
v.4.0.0
What's New
Download
- Switched from yt-dlp to ffmpeg: downloads are now
.mkvinstead of.mp4 - Configurable video codec: choose between
copy,h264,h265, orav1viaANIWORLD_VIDEO_CODEC
WebUI
- SSO / OIDC login: sign in via OpenID Connect provider, with optional force-SSO mode
- Persistent download queue: queue is now stored in SQLite and survives restarts
- Random anime button
- Downloaded badge: see which episodes you already have (requested by EasyCrashX)
- Language separation: optionally sort downloads into subfolders per language (
german-dub/,english-sub/, etc.) - Option to disable English Sub downloads: save disk space when downloading all languages
- Cancel downloads: gracefully stops after the current episode finishes (requests by TheMRX)
- Default port changed from
5000to8080
WebUI Security
- CSRF protection
- Bcrypt password hashing (replaces SHA-256)
- Password minimum length increased to 8
Configuration
.envfile support: all settings configurable via environment variables with a documented.env.exampletemplate- DNS-over-HTTPS enabled by default
Docker
- Smaller image: switched to
python:3.13-alpine - Named volume for persistent config (
~/.aniworld) - Production WSGI server (waitress) instead of Flask dev server
- Comprehensive
docker-compose.yamlwith all config options documented
AniSkip
- Now uses the Jikan API for more reliable anime ID resolution (replaces MyAnimeList scraping)
Nuitka Status
- Linux: Basic CLI download and Web UI (
-w) download tested and working. Other features (Anime4K, aniskip, etc.) have not been tested yet. - Windows / macOS: Untested
Full Changelog: https://github.com/phoenixthrush/AniWorld-Downloader/commits/v.4.0.0
v.3.9.0
v.3.8.2
Full Changelog: v.3.8.1...v.3.8.2
v.3.8.1
Full Changelog: v.3.8.0...v.3.8.1
v.3.8.0
What's Changed
- Add Docker releases by @manu2107el in #121
- feat: Add estimated file size to the downloads' progress bar by @mzmonkey in #122
New Contributors
- @manu2107el made their first contribution in #121
- @mzmonkey made their first contribution in #122
Full Changelog: v.3.7.2...v.3.8.0
v.3.7.2
v.3.7.1
v.3.7.0
What's Changed
- feat: Enhance Popular/New section with S.to support and caching by @ENC4YP7ED in #89
- Revert "feat: Enhance Popular/New section with S.to support and caching" by @phoenixthrush in #94
New Contributors
- @ENC4YP7ED made their first contribution in #89
Full Changelog: v.3.6.4...v.3.7.0