| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-05-15 | 600 Bytes | |
| discrawl_0.8.0_darwin_amd64.tar.gz | 2026-05-15 | 7.0 MB | |
| discrawl_0.8.0_darwin_arm64.tar.gz | 2026-05-15 | 6.6 MB | |
| discrawl_0.8.0_linux_amd64.tar.gz | 2026-05-15 | 7.1 MB | |
| discrawl_0.8.0_linux_arm64.tar.gz | 2026-05-15 | 6.5 MB | |
| discrawl_0.8.0_windows_amd64.zip | 2026-05-15 | 7.1 MB | |
| discrawl_0.8.0_windows_arm64.zip | 2026-05-15 | 6.4 MB | |
| README.md | 2026-05-15 | 792 Bytes | |
| v0.8.0 source code.tar.gz | 2026-05-15 | 426.4 kB | |
| v0.8.0 source code.zip | 2026-05-15 | 510.9 kB | |
| Totals: 10 Items | 41.7 MB | 0 | |
Changes
- Added attachment media caching with
discrawl attachments,attachments fetch,sync --with-media, and Git snapshot backup/restore for cached non-DM media files. - Documented media backup flow, including CDN fetch failures, local cache behavior, and Git snapshot publishing.
- Docker: add a local image with
/datapersistence and CI smoke coverage. - Moved stable store SQL for sync state, messages, attachments, embedding jobs, members, and status reads/writes to sqlc-generated typed wrappers while leaving dynamic FTS, semantic search, report, share, and user SQL handwritten.
Fixes
- Kept large Git snapshot imports and FTS rebuilds from exhausting memory on small hosts by using file-backed SQLite temp storage and a bounded import cache. (#65) Thanks @hxy91819.