Skip to content

Releases: vincentmakes/cv-manager

v1.6.8

24 Feb 06:29
4067bee

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.8

1.6.0

12 Feb 04:59

Choose a tag to compare

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/save endpoint 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

Full Changelog: 1.3...v1.6.0

New features and bug fixes

01 Feb 10:32

Choose a tag to compare

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

30 Jan 00:43

Choose a tag to compare

minor fixes