mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-23 18:11:37 +08:00
- Upgrade VitePress from 1.0.0-rc.4 to 1.6.4 (stable) - Update all dependencies (vue 3.5, typescript 5.6, @vue/tsconfig 0.5) - Remove defunct Documate AI integration and google-analytics plugin - Add Google Analytics via head config instead - Translate all 25+ documentation pages from Chinese to English - Add comprehensive REST API reference (docs/api/index.md) - Add v3.2 changelog to sidebar navigation (fixes dead link) - Update version string from v3.1 to v3.2 - Fix homepage changelog link to point to v3.2 - Update all WebUI screenshots with current v3.2 UI - Add new screenshots: calendar view, bangumi poster wall - Remove obsolete files: documate.json, deploy/windows.md, deploy/unix.md - Update CSS variables for VitePress 1.6.x compatibility Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1.8 KiB
1.8 KiB
[3.0] Release Notes
New WebUI
- Login functionality — AB now supports username/password authentication. Some operations require login.
- New poster wall
- Bangumi management features
- Edit anime season info and names. Changes automatically update download rules / downloaded file paths and trigger renaming.
- New link parser — after parsing a link, you can manually adjust download info, select download season, or add automatic download rules.
- Delete anime — one-click deletion of anime and its torrent files.
- Custom download rules per anime, independent of global rules.
- New configuration interface for easier application rule configuration
- Added initialization page for first-time startup guidance
- Downloader connection checker for qBittorrent connectivity
- RSS URL validator to check if RSS feeds are valid
- Added program management buttons for starting/stopping the program and restarting the container from the WebUI
Parser
- New parser with support for different source types to obtain official titles and poster URLs
- Supports changing RSS subscription sources without regenerating the database
Notification Module
- Added
Barknotification module - New notification format — can now push posters, anime names, and updated episode numbers to Telegram
Data Migration
- Automatic data migration when upgrading from older versions
- Migrated data also automatically matches posters
Fixes
- Fixed renaming bugs that could occur with Windows paths
Changes
- Migrated from
jsontosqlitefor data storage - Migrated from multiprocessing to multithreading
- Refactored main program
- Improved startup/shutdown time
- Refactored parser module
- Refactored renaming module
- Temporarily removed
normalmode
- Temporarily removed
- Added
ghcr.ioimage registry