better changelog

This commit is contained in:
Amruth Pillai
2026-03-17 23:48:14 +01:00
parent bfb2e8bb7e
commit 7789c39fe3
+20 -11
View File
@@ -6,20 +6,29 @@ rss: true
<Update label="v5.0.12" description="17th March 2026">
- **Features & Improvements**
- Refactor the component system to `@base-ui/react` across the app, replacing older primitive wrappers and standardizing interactive UI behavior (dialogs, menus, accordions, comboboxes, switches, and more).
- Improve auth infrastructure with Better Auth dashboard/sentinel integration and expanded IP/header handling for proxied deployments.
- Add a dedicated `src/server.ts` server entry using `FastResponse` to improve runtime compatibility for server responses.
- Refactored the component system to `@base-ui/react` across the app for standardized UI behavior (dialogs, menus, accordions, comboboxes, switches, etc.).
- Improved auth infrastructure with Better Auth dashboard/sentinel integration and expanded IP/header handling for proxied deployments.
- Added a dedicated `src/server.ts` server entry using `FastResponse` for better runtime compatibility.
- Sidebar button list now scrolls internally on overflow.
- **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.
- Fix regressions introduced during the UI migration, including accordion behavior and button styling/interaction edge cases.
- Printer endpoint now resolves to IP when using chromedp, improving compatibility with proxied deployments.
- Switched OpenAI integration to `chat/completions` for resume import and AI features.
- AI PDF/DOCX resume parsing is now more robust via direct file send (multimodal input).
- Resume import normalization hardened: section defaults merged, required fields enforced, missing IDs/flags autogenerated.
- Fixed UI migration regressions (accordion behavior, button interaction, right sidebar scrollbar).
- Fixed multi-page PDF crashes and Gemini API ingestion errors.
- Fixed role title styling, role spacing, and issues with skills item rendering and template headings.
- **Other**
- Update dependencies and lockfile.
- Sync translation strings across locales.
- **Maintenance & Dependencies**
- Updated dependencies and lockfile.
- Synced translation strings across locales, including multiple contributions from Crowdin.
- General dependency and code style improvements, plus removal of redundant indexes and plugins.
- **Community & Contributors**
- Users can now view other public resumes while logged in.
- New Contributors: @yang-summer, @FrancocDev, @obitton, @jondycz.
- Full changelog: https://docs.rxresu.me/changelog
</Update>
<Update label="v5.0.10" description="24th February 2026">