V0.1.1 release, close to actual release. Bug & security fixes/improvements.

This commit is contained in:
unknown
2026-05-24 19:29:41 +02:00
parent a7b44af91a
commit b004e15948
38 changed files with 3145 additions and 137 deletions

20
progress.md Normal file
View File

@@ -0,0 +1,20 @@
# Progress
## Status
Complete — Batch 10 Final QA and README update finished.
## Tasks
- [x] Update README.md with all refinement-pass changes
- [x] cargo check --workspace
- [x] cargo test --workspace
- [x] cd frontend && npm run build
- [x] Prepare final end-to-end regression checklist (batches 110)
## Files Changed
- README.md — updated with direct web reporting, /get_id channel support, /help fixes, admin-group restriction, HEAD/view-count fix, password UX, media batching, serve_raw_file fix, bot link, forward system, punishment commands
- progress.md — updated with completion status
- agent4_batch10.md — final QA report written
## Notes
- All builds pass (cargo check, cargo test, npm run build)
- No blocking issues identified