Skip to content

[3.1] - 2023-08

  • Merged backend and frontend repositories, optimized project directory structure
  • Optimized version release workflow
  • Wiki migrated to VitePress at: https://autobangumi.org

Backend

Features

  • Added RSS Engine module — AB can now independently update and manage RSS subscriptions and send torrents to the downloader
    • Supports multiple aggregated RSS subscription sources, managed via the RSS Engine module
    • Download deduplication — duplicate subscribed torrents won't be re-downloaded
    • Added manual refresh API for RSS subscriptions
    • Added RSS subscription management API
  • Added Search Engine module — search torrents by keyword and parse results into collection or subscription tasks
    • Plugin-based search engine with support for mikan, dmhy, and nyaa
  • Added subtitle group-specific rules for individual group configurations
  • Added IPv6 listening support (set IPV6=1 in environment variables)
  • Added batch operations API for bulk rule and RSS subscription management

Changes

  • Database structure changed to sqlmodel for database management
  • Added version management for seamless software data updates
  • Unified API format
  • Added API response language options
  • Added database mock tests
  • Code optimizations

Bugfixes

  • Fixed various minor issues
  • Introduced some major issues

Frontend

Features

  • Added i18n support — currently supports zh-CN and en-US
  • Added PWA support
  • Added RSS management page
  • Added search top bar

Changes

  • Adjusted various UI details

AutoBangumi is released under the MIT License. (latest: v3.2)