diff --git a/docs/changelog/index.mdx b/docs/changelog/index.mdx index 2c552021d..5b85d6bf9 100644 --- a/docs/changelog/index.mdx +++ b/docs/changelog/index.mdx @@ -4,6 +4,20 @@ description: "List of all notable changes and updates to Reactive Resume" rss: true --- + +## Features & Improvements +- Updated shared resume item layouts (Experience, Education, Awards, Certifications, Publications, References, Volunteer) for better alignment and spacing consistency. +- Generated printer pages now set a meaningful document title from the resume owner's name (` - Resume`) for cleaner PDF metadata and tab titles. [#2863](https://github.com/amruthpillai/reactive-resume/pull/2863) + +## Fixes +- Fixed [#2733](https://github.com/amruthpillai/reactive-resume/issues/2733), where date ranges could appear on a separate line unexpectedly in resume items. [#2862](https://github.com/amruthpillai/reactive-resume/pull/2862) +- Adjusted Experience section form field ordering/labels so `Location`, `Position`, and `Period` are mapped and displayed correctly. + +## Maintenance & Localization +- Synced translation catalogs across all supported locales. +- Updated dependencies and lockfile, including AI SDK, TipTap, TanStack Query, and Vite+ package aliases. + + ## Features & Improvements - Added **LinkedIn sign-in** support for self-hosted instances, including sign-in on the auth page and account linking in settings. diff --git a/package.json b/package.json index 4b87355ba..13b049cd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactive-resume", - "version": "5.0.15", + "version": "5.0.16", "description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.", "license": "MIT", "author": {