Skip to content

1.6.0

Choose a tag to compare

@vincentmakes vincentmakes released this 12 Feb 04:59
· 502 commits to main since this release

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