Skip to content

Commit fcdf721

Browse files
committed
Update changelog
1 parent 2961266 commit fcdf721

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

.planning/PROJECT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Make the existing codebase safe to change: clear boundaries, lower coupling, and
8686
- [ ] ACCT-04: Maintainer can edit an existing account's cookie string
8787
- [ ] ACCT-05: Maintainer can delete an existing account
8888
- [ ] ACCT-06: Maintainer can reorder accounts to change execution order
89-
- [ ] ACCT-07: Web host reads Bili cookies exclusively from SQLite (replacing `cookies.json`); existing task execution flows use the same source
89+
- [ ] ACCT-07: Remove `config/cookies.json` as a configuration source from Web host; SQLite `bili_appsettings` table remains the highest-priority config source for Bili cookies via the existing `AddSqlite` provider; cookie reading logic stays on `IConfiguration`
9090

9191
### Deferred (future milestones)
9292

.planning/STATE.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,25 @@ See: .planning/PROJECT.md (updated 2026-05-06)
1010
## Current Position
1111

1212
Milestone: v4.0.0.7 Bili Account Management
13-
Phase: Not started (defining requirements)
14-
Status: Defining requirements
15-
Last activity: 2026-05-06 — Milestone v4.0.0.7 started
13+
Phase: Not started (roadmap created)
14+
Status: Ready for phase planning
15+
Last activity: 2026-05-06 — Roadmap created (3 phases, 4 plans)
1616

17-
Progress: [░░░░░░░░░░] 0% — Defining requirements
17+
Progress: [░░░░░░░░░░] 0% — Roadmap created
1818

1919
## Current Snapshot
2020

2121
- Shipped milestones: v4.0.0.1 through v4.0.0.6
2222
- v4.0.0.7 target: Web-based Bili Account CRUD with QR login, SQLite-backed cookie storage replacing cookies.json for Web host
2323
- 7 requirements defined (ACCT-01 through ACCT-07)
24-
- Next: define requirements, create roadmap, then plan first phase
24+
- 3 phases in roadmap: Phase 17 (Storage Foundation), Phase 18 (CRUD Operations), Phase 19 (QR Login)
25+
- Next: `/gsd-discuss-phase 17` to plan the first phase
2526

2627
## Pending Todos
2728

28-
- Define requirements and roadmap for v4.0.0.7
29+
- Plan and execute Phase 17: Account Storage Foundation
30+
- Plan and execute Phase 18: Account CRUD Operations
31+
- Plan and execute Phase 19: QR Code Login
2932
- Investigate pre-existing test failure: `Daily_task_multi_account_wrapper_continues_after_account_failure` (deferred)
3033
- Revisit deferred notification adapter or port boundary when milestone scope permits
3134

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 4.0.0.7
2+
- GSD新增Bili账号管理页面
13
## 4.0.0.6
24
- GSD重构Web
35
## 4.0.0.5

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<Authors>Ray</Authors>
4-
<Version>4.0.0.6</Version>
4+
<Version>4.0.0.7</Version>
55
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)