mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-24 18:40:03 +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.5 KiB
1.5 KiB
[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 Enginemodule — 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 Enginemodule — search torrents by keyword and parse results into collection or subscription tasks- Plugin-based search engine with support for
mikan,dmhy, andnyaa
- Plugin-based search engine with support for
- Added subtitle group-specific rules for individual group configurations
- Added IPv6 listening support (set
IPV6=1in environment variables) - Added batch operations API for bulk rule and RSS subscription management
Changes
- Database structure changed to
sqlmodelfor 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
i18nsupport — currently supportszh-CNanden-US - Added PWA support
- Added RSS management page
- Added search top bar
Changes
- Adjusted various UI details