Estrella Pan
326d31dd0f
Merge origin/main into 3.2-dev (resolve version conflict)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 12:55:18 +01:00
Estrella Pan
adf44d140a
fix(renamer,rss): preserve episode 0 specials and handle invalid filter regex
...
- Skip episode offset for episode 0 (specials/OVAs) to prevent overwriting
regular episodes (fixes #977 )
- Catch re.PatternError in RSS filter compilation and fall back to literal
matching when user filter contains invalid regex chars (fixes #974 )
- Remove Aria2 and Transmission from README supported downloaders list
(addresses #987 )
- Add regression tests for issues #974 , #976 , #977 , #986
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 12:03:59 +01:00
Estrella Pan
7596d041b9
fix(docs): use absolute paths for images ( #967 )
...
* fix(docs): use absolute paths for images in public folder
Relative paths (../image/) don't work on Vercel since the image/
folder at docs root is not tracked in git. Only public/image/ is
tracked. Using absolute paths (/image/) correctly references the
public folder assets.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix: update README image paths to public folder
The images are tracked at docs/public/image/, not docs/image/.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 11:52:50 +01:00
Estrella Pan
5810d5e0ed
docs: update README preview image to bangumi-list
...
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 >
2026-01-26 23:10:57 +01:00
Estrella Pan
bde73e640d
docs: update README preview image to bangumi-list
...
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 >
2026-01-26 23:10:12 +01:00
Estrella Pan
d96e84f437
docs: update README with 3.2 features
...
- Update changelog link to 3.2
- Add new 3.2 features section:
- Calendar view with Bangumi.tv integration
- Passkey passwordless login
- Season/episode offset auto-detection
- Bangumi archive functionality
- Search provider settings panel
- RSS connection status tracking
- iOS-style notification badges
- New UI design (dark/light theme, mobile support)
- Performance improvements
- Update supported downloaders list (qBittorrent, Aria2, Transmission)
- Fix TMDB typo
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 >
2026-01-25 23:11:00 +01:00
EstrellaXD
5efb9a33ca
fix: readme typo
2023-12-16 15:24:04 +08:00
EstrellaXD
e9c4e72dd3
docs: update readme and bug_report template
2023-12-16 15:22:53 +08:00
EstrellaXD
f1b915f205
docs: update docs.
2023-09-24 22:56:32 +08:00
EstrellaXD
155aa4f369
Merge branch 'main' into 3.1-dev
...
# Conflicts:
# .github/workflows/docker.yml
# .github/workflows/release.yml
# .gitignore
# Dockerfile
# backend/.pre-commit-config.yaml
# backend/pyproject.toml
# backend/src/docker/etc/cont-init.d/010-old-compatible
# backend/src/docker/etc/cont-init.d/020-fixuser
# backend/src/docker/etc/services.d/auto_bangumi/finish
# backend/src/docker/etc/services.d/auto_bangumi/notification-fd
# backend/src/docker/etc/services.d/auto_bangumi/run
# backend/src/icon
# backend/src/main.py
# backend/src/module/api/__init__.py
# backend/src/module/api/auth.py
# backend/src/module/api/bangumi.py
# backend/src/module/api/config.py
# backend/src/module/api/download.py
# backend/src/module/api/log.py
# backend/src/module/api/program.py
# backend/src/module/api/web.py
# backend/src/module/checker/checker.py
# backend/src/module/conf/__init__.py
# backend/src/module/core/program.py
# backend/src/module/core/rss_feed.py
# backend/src/module/database/__init__.py
# backend/src/module/database/bangumi.py
# backend/src/module/database/connector.py
# backend/src/module/database/torrent.py
# backend/src/module/database/user.py
# backend/src/module/downloader/download_client.py
# backend/src/module/manager/collector.py
# backend/src/module/manager/torrent.py
# backend/src/module/models/__init__.py
# backend/src/module/models/bangumi.py
# backend/src/module/models/torrent.py
# backend/src/module/models/user.py
# backend/src/module/network/__init__.py
# backend/src/module/network/request_contents.py
# backend/src/module/network/site/__init__.py
# backend/src/module/network/site/mikan.py
# backend/src/module/notification/notification.py
# backend/src/module/parser/analyser/raw_parser.py
# backend/src/module/parser/analyser/tmdb_parser.py
# backend/src/module/rss/analyser.py
# backend/src/module/rss/filter.py
# backend/src/module/rss/searcher.py
# backend/src/module/searcher/plugin/__init__.py
# backend/src/module/searcher/plugin/mikan.py
# backend/src/module/searcher/searcher.py
# backend/src/module/security/__init__.py
# backend/src/module/security/api.py
# backend/src/module/update/__init__.py
# backend/src/module/update/data_migration.py
# backend/src/test/test_raw_parser.py
# requirements.txt
2023-09-19 14:20:28 +08:00
EstrellaXD
c1c4a628c3
fix: link problem
2023-07-23 18:29:08 +08:00
EstrellaXD
ca034a3d7b
docs: update README.md
2023-07-23 18:27:11 +08:00
EstrellaXD
94cc22a889
docs: update CONTRIBUTING.md to main page
2023-07-15 16:08:41 +08:00
EstrellaXD
0e6e1f7a67
docs: update README.md
2023-07-15 16:07:29 +08:00
zthxxx
a508e840f5
docs: adjust documentation site Home Page
...
- 完善首页预览效果,增加 Logo、WebUI 截图、Credits 部份
- 提升主色调渐变色明度,已同步更改 Logo、WebUI、Figma
- 修复部份页面 HTML Title 显示问题
2023-06-27 21:47:00 +08:00
EstrellaXD
3c760f97a5
Update README.md
2023-06-04 21:58:31 +08:00
EstrellaXD
ac2f7e098f
feat: update wiki home
2023-06-02 21:21:16 +08:00
EstrellaXD
8d81da4350
feat: update homepage
2023-06-01 17:14:40 +08:00
EstrellaXD
3a59838ca3
Add subtitle rename
2023-05-03 15:42:25 +08:00
EstrellaXD
ae76c9baf8
Update README.md
2023-05-03 11:19:25 +08:00
EstrellaXD
95ae30cbb1
Update README.md
2023-05-03 11:16:00 +08:00
EstrellaXD
9e296b57d6
Close #221 , Close #222
2023-05-02 23:50:30 +08:00
EstrellaXD
4e87070ee5
Update README.md
2023-04-25 10:58:47 +08:00
Estrella Pan
736c0facf8
Update README.md
2023-02-17 12:28:59 +08:00
李宜文
f1c235212d
Update README.md
2022-10-06 09:33:57 +08:00
EstrellaXD
6f3846d0ef
2.5.21
...
- 修复 lxml 在 docker 打包中的失败的问题
2022-07-28 00:43:39 +08:00
EstrellaXD
456758a394
2.5.17
...
- 试运行 WebUI
2022-07-24 23:52:57 +08:00
EstrellaXD
0c583f0cb7
2.5.17
...
- 试运行 WebUI
2022-07-24 23:48:00 +08:00
EstrellaXD
5009c3810b
update ROADMAP
2022-07-17 10:43:40 +08:00
EstrellaXD
fb2ac72974
2.5.11
...
- 重构目录
- 完成 repath 模块
2022-07-15 22:34:21 +08:00
Estrella Pan
b7ffac402f
Update README.md
2022-07-15 17:06:50 +08:00
EstrellaXD
b306b6dc94
2.5.11 若干调整
...
- 优化整理逻辑
- 通知组件
2022-07-15 17:05:42 +08:00
EstrellaXD
ddfe2505d7
2.5.10 修复APIbug,开通打赏
2022-07-11 18:24:55 +08:00
EstrellaXD
95ea2fb0c0
2.5.10 修复APIbug,开通打赏
2022-07-10 21:34:14 +08:00
EstrellaXD
92bea66fd0
2.5.0
2022-06-18 10:42:48 +08:00
EstrellaXD
85899517b9
update README.md
2022-06-13 01:17:16 +08:00
EstrellaXD
df64c12e7b
update README.md
2022-06-13 01:16:21 +08:00
EstrellaXD
98fc527ac8
update 配置说明.md
2022-06-06 11:02:10 +08:00
EstrellaXD
a330c566a0
update README.md
2022-06-05 23:09:25 +08:00
EstrellaXD
b2f58a4f7a
update README.md
2022-06-05 23:09:12 +08:00
EstrellaXD
48b2a16566
update README.md
2022-06-05 23:06:11 +08:00
EstrellaXD
47c6fa6f2c
update README.md
2022-06-05 23:03:47 +08:00
EstrellaXD
455f4a2145
update README.md
2022-06-05 22:57:21 +08:00
EstrellaXD
dce74cc8a4
update README.md
2022-06-05 22:56:37 +08:00
EstrellaXD
a8635cc4eb
update README.md
2022-06-05 22:55:17 +08:00
EstrellaXD
aa3829cf4a
update README.md
2022-06-05 22:53:36 +08:00
EstrellaXD
f0cdd774d7
update README.md
2022-06-05 22:51:51 +08:00
EstrellaXD
28115bae30
update README.md
2022-06-05 18:40:39 +08:00
EstrellaXD
91f3ece78c
update README.md
2022-06-05 18:37:28 +08:00
EstrellaXD
acbd662e20
update README.md
2022-06-05 18:11:45 +08:00