Releases: vincentmakes/cv-manager
Releases · vincentmakes/cv-manager
v1.6.8
What's Changed
- v1.6.6 by @vincentmakes in #40
- Add comprehensive test suite and CI/CD pipeline by @vincentmakes in #41
- Add internationalization (i18n) support for 8 languages by @vincentmakes in #42
- Optimize API calls by bulk loading settings by @vincentmakes in #43
Full Changelog: v1.6.0...v1.6.8
1.6.0
What's Changed
Added
- Show/hide profile picture toggle by @david-thaler in #33
- Default dataset: Datasets can now be designated as the "default" via a radio button in the Open modal. The default dataset is served at the root URL
/on the public site, decoupling the public CV from live admin edits - Active dataset banner: Persistent banner below the toolbar shows which dataset is currently being edited, with an explicit "Save" button to write changes back to the active dataset
- Save to dataset: New
POST /api/datasets/:id/saveendpoint writes the current live CV state back into any existing dataset without creating a new one - Auto-migration: Existing users automatically get a "Default" dataset created from their current CV data on first startup. Users with existing datasets get their most recent one promoted to default
- Dataset state tracking: Admin tracks which dataset is loaded, updates the banner on load/save/import, and shows "Editing" badge in the datasets modal
Changed
- Reduction of docker image size by @boomam in #18
- Public page serving: Root URL
/now serves from the frozen default dataset JSON instead of live database tables, isolating the public CV from in-progress edits - Datasets modal redesign: Radio button column for default selection, visual badges for "Default" and "Editing" states, slug URLs hidden for default dataset, disabled delete on default
- Banner stacking: Update banner and active dataset banner stack dynamically with proper margin calculation
- CV data gathering: Extracted
gatherCvData()helper to eliminate duplicated snapshot logic across save, load, and migration code paths
Fixed
- Delete protection: Default dataset cannot be deleted — server returns a clear error message, delete button is disabled in the UI
New Contributors
- @boomam made their first contribution in #18
- @david-thaler made their first contribution in #33
Full Changelog: 1.3...v1.6.0
New features and bug fixes
Bug Fixes
- Experience sorting not working (displayed in insertion order)
- Timeline showing in PDF when hidden by user
- "no such column: slug" error for older databases
- Versioned URLs (/v/:slug) not working on public server
- Custom sections not visible upon creation
- Custom section visibility icon not reflecting state
- Bullet list validation error when no group title
- Custom section items with visible = NULL not showing on public site
Features
- Auto-sort experiences by start date
- Section reordering (drag-and-drop in Settings)
- Custom sections with 6 layout types (grid-2, grid-3, list, cards, social-links, bullet-list)
- Bullet list layout with optional group titles and "hide title" option
- Timeline click-to-scroll to matching experience
- Print pagination (position & style options)
- Versioned URLs for sharing saved datasets
- Database auto-migration for backward compatibility
Stable
minor fixes