Skip to content

Releases: phoenixthrush/AniWorld-Downloader

v.4.1.1

22 Feb 12:35
eeb010b

Choose a tag to compare

v.4.1.0

16 Feb 13:18
abab95b

Choose a tag to compare

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

14 Feb 20:57

Choose a tag to compare

What's New

Download

  • Switched from yt-dlp to ffmpeg: downloads are now .mkv instead of .mp4
  • Configurable video codec: choose between copy, h264, h265, or av1 via ANIWORLD_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 5000 to 8080

WebUI Security

  • CSRF protection
  • Bcrypt password hashing (replaces SHA-256)
  • Password minimum length increased to 8

Configuration

  • .env file support: all settings configurable via environment variables with a documented .env.example template
  • 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.yaml with 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

23 Dec 21:15

Choose a tag to compare

What's Changed

Full Changelog: v.3.8.2...v.3.9.0

v.3.8.2

05 Dec 08:14

Choose a tag to compare

Full Changelog: v.3.8.1...v.3.8.2

v.3.8.1

05 Dec 08:09

Choose a tag to compare

Full Changelog: v.3.8.0...v.3.8.1

v.3.8.0

05 Dec 07:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.3.7.2...v.3.8.0

v.3.7.2

23 Oct 15:09

Choose a tag to compare

What's Changed

Full Changelog: v.3.7.1...v.3.7.2

v.3.7.1

21 Oct 06:44
83e22ac

Choose a tag to compare

What's Changed

  • Fix Windows compatibility: Add support for fcntl and termios modules by @TheMRX13 in #99
  • Fix Episode constructor backward compatibility (Issue #98) by @TheMRX13 in #100

New Contributors

Full Changelog: v.3.7.0...v.3.7.1

v.3.7.0

14 Oct 17:14

Choose a tag to compare

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

Full Changelog: v.3.6.4...v.3.7.0