Skip to content

v2.0

Choose a tag to compare

@Abhisek571 Abhisek571 released this 22 Jun 11:37

2.0.0

  • Replaced the fixed Experience/Education/Skills layout with an ordered, customizable sections model: add, remove, and reorder whole sections (left nav, with ▲▼ controls and a live item count) and reorder individual entries within a section.
  • Added new section types: Projects, Certifications, and a free-form Custom Section (alongside Experience/Education/Skills); section titles are renameable.
  • Added the Resumatic template (serif, bold header, company/dates + role/location rows, square/circle bullet hierarchy) and made it the default.
  • Reworked the Skills editor from a single comma-separated textarea into individual rows with per-skill delete and an "+ Add Skill" button.
  • Added a three-tab workspace: Template (live-thumbnail gallery to pick a template), Details (the section nav + editor + preview), and Final Preview (a clean, chrome-free view of the rendered resume).
  • Replaced the toolbar's explicit Save button with a snapshot system: take a named, timestamped backup at any point, then browse/restore/delete/rename snapshots from a table (with a confirmation warning before restoring, since it overwrites current edits) and a "Clear All Snapshots" action.
  • Added a debounced autosave status indicator ("Saving…" / "All changes saved") in the toolbar.
  • Moved Open and Save As into the native File menu (Ctrl+O / Ctrl+Shift+S), removed from the toolbar.
  • Added a Settings (⚙) menu with a "Reset resume to blank" action.
  • Reworked the toolbar into two rows: a top row with Settings (far left) and a single centered pill grouping the Template/Details/Final Preview tabs with Export PDF, and a bottom row with Make Snapshot/Snapshot Restore (left), the autosave status, and Improve with AI (right). Also fixed a CSS overflow bug that produced a stray horizontal scrollbar across the whole window, and fixed the Settings popover getting clipped off the right edge of the window.
  • Added basic text formatting: a Bold/Italic toolbar in the editor that wraps selected text with **bold**/*italic* markup, rendered as actual bold/italic in the Summary and bullet points on the resume preview.
  • Added a "1." toolbar button to switch a focused bullet list (per entry, or per custom section) between the default bulleted style and a numbered (1, 2, 3…) style.
  • Made bullet list fields behave more like Word/LibreOffice: Tab/Shift+Tab indents/outdents the current line into a sub-bullet, Enter continues the list at the same indent level (instead of resetting to top-level), an empty indented line outdents on Enter instead of nesting deeper, and Backspace at the start of an indented line's text outdents it. Also fixed a bug where pressing Enter to start a brand-new bullet could silently swallow the newline.
  • Fixed a stale-state bug where clicking Bold/Italic/"1." in the format toolbar after typing for a while (without re-focusing the field) could revert that field to its older content — the toolbar's stored update functions now always read the latest resume state instead of the snapshot from when the field was focused.