update changelog

This commit is contained in:
Amruth Pillai
2026-03-17 23:45:33 +01:00
parent 189290e093
commit bfb2e8bb7e
+1
View File
@@ -11,6 +11,7 @@ rss: true
- Add a dedicated `src/server.ts` server entry using `FastResponse` to improve runtime compatibility for server responses.
- **Fixes**
- Normalize printer endpoint to use IP address when using chromedp, fixing issues with proxied deployments.
- Switch OpenAI integration to the `chat/completions` flow for resume import and AI features, reducing provider compatibility issues.
- Improve AI PDF/DOCX resume parsing by sending files directly to models (multimodal input), removing fragile local text extraction.
- Harden AI resume import normalization: merge section defaults, enforce required fields, and auto-generate missing IDs/flags so parsed resumes validate reliably.