Skip to content

v0.1.1

Choose a tag to compare

@RashOps RashOps released this 25 Jun 12:32
· 363 commits to main since this release

v0.1.1 - 2026-06-25

Added

  • FR/EN locale exposure in the builder and backend resume persistence.
  • Community template presets in the backend catalogue and dashboard gallery.
  • Simple resume versioning with snapshot, list, and restore endpoints.
  • Frontend normalization for partial CV payloads to keep advanced sections stable.

Fixed

  • Partial CV imports no longer crash advanced editor sections.
  • Resume locale inference now respects bilingual template presets.
  • Dashboard and style controls keep community templates and locale state aligned with the backend contract.

v0.1.0 - 2026-06-24

Added

  • MVP1 local release for the open-source resume studio.
  • Backend-owned CV library with create, duplicate, delete, import JSON, autosave, and exports.
  • Five resume templates: modern, compact, ats, student, and creative.
  • CV Builder with structured editing, live preview, style controls, and PDF export without watermark.
  • Open exports through the API: JSON, Markdown, and standalone HTML.
  • ATS Scorer flow with CV upload, job URL analysis, score report, keyword table, and recommendations.
  • Job Tracker with backend-driven applications, statuses, notes, tasks, and document association.
  • Markdown to PDF workspace through the renderer service.
  • Shared SaaS app shell and unified light UI for dashboard, CV Builder, ATS Scorer, Markdown PDF, and Job Tracker.
  • Local non-Docker commands and documentation for running API, renderer, and web services.
  • FastAPI Swagger and ReDoc endpoints at /docs and /redoc.

Technical Notes

  • Frontend remains a client: business state is owned by backend APIs and renderer services.
  • Import PDF, ATS scoring, and cover letter generation depend on the selected LLM provider and credentials.
  • Docker self-hosting files are present, but full image build should be verified in an environment with Docker network access.