File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [0.1.5] - 2026-03-17
6+
7+ ### Added
8+ - Resume mode for interrupted imports (`--resume`).
9+ - Checkpoint file for processed projects (`processed_sourceforge_projects.json`).
10+ - Local cache for downloaded SourceForge pages (`cache/`).
11+ - Request budget and configurable delays to reduce rate limiting (`--min-delay` and `--max-delay`).
12+
13+ ### Changed
14+ - Refactored HTTP request handling into helper utilities.
15+ - Updated README to document resume mode, cache, and checkpoint usage.
16+
17+ ### Fixed
18+ - Improved handling of `429`, `403`, and `503` responses.
19+ - Reduced the risk of losing progress during long SourceForge import runs.
20+
21+
522## [0.1.4] - 2026-03-16
623
724### Added
Original file line number Diff line number Diff line change 1- 0.1.4
1+ 0.1.5
You can’t perform that action at this time.
0 commit comments