Releases: gaoyu666/infoedge
Releases · gaoyu666/infoedge
InfoEdge v0.1.2
InfoEdge v0.1.2 improves contributor readiness and connector test coverage.
Highlights:
- README badges for CI, demo deploy, latest release, license, and live demo.
- Architecture documentation with frontend/backend/source connector flow.
- Bug, feature, and source connector issue templates.
- Pull request template with validation checklist.
- Connector tests expanded from 5 to 7 cases with malformed payload and CSV filtering coverage.
- Root PRD_CN.md replaced with a clean Chinese product-spec summary.
Validation:
- npm run build
- VITE_BASE_PATH=/infoedge/ npm run build
- python -m unittest tests.test_source_expansion -v
InfoEdge v0.1.1
InfoEdge v0.1.1 improves public-open-source readiness.
Highlights:
- Repository renamed to gaoyu666/infoedge.
- GitHub Pages demo added: https://gaoyu666.github.io/infoedge/
- Static demo deployment workflow added.
- Local backend setup and deployment docs added.
- Codex for OSS application note added.
- Dashboard now explains backend-unconfigured static demo state.
- Public seed endpoint changed to a provider documentation endpoint instead of a host-specific URL.
Validation:
- npm run build
- VITE_BASE_PATH=/infoedge/ npm run build
- python -m unittest tests.test_source_expansion -v
- GitHub Actions CI and Pages deployment passed
InfoEdge v0.1.0
InfoEdge v0.1.0 is the first public open-source baseline.
Highlights:
- React/Vite intelligence workbench UI.
- FastAPI backend structure for source collection, scoring, and dashboard APIs.
- Source registry covering public, gated, third-party, and restricted source categories.
- MIT license, contributor guide, security policy, roadmap, CI workflow, and README screenshot.
Validation:
- npm run build
- python -m unittest tests.test_source_expansion -v