Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.88 KB

File metadata and controls

33 lines (25 loc) · 1.88 KB

Changelog

[1.0.0] - 2026-05-13

Added

  • Added a pasteable git status analyzer that detects clean, staged, unstaged, untracked, ahead, behind, diverged, conflict, and new-repository states.
  • Added scenario journeys for edit-to-push, careful staging, merge conflict rescue, rejected push recovery, safe undo, and stash interruption workflows.
  • Added before/after/effect previews to command spotlight, command cards, and journey steps.
  • Added command receipts for guided journeys.
  • Expanded validation to cover command preview data, status detectors, and journey definitions.

Changed

  • Updated the main page copy and README for the 1.0.0 release.

[0.9.0] - 2026-05-12

Added

  • Added the dependency-free Git Map overview for Stash, Local Workspace, Staging Area, Local Repo, and Remote Repo.
  • Added focused and everything views for exploring command flows one Git area at a time or as a full map.
  • Added safe-first and show-risky filters for destructive or history-rewriting commands.
  • Added daily path markers for the common git pull, git add, git commit, and git push workflow.
  • Added hover, focus, click, and keyboard interactions for pinning Git areas and command routes.
  • Added command cards with copy buttons, notes, badges, and route highlighting.
  • Added the What State Am I In helper for common git status situations.
  • Added useful check commands for each Git area.
  • Added light, dark, and system appearance modes with local browser persistence.
  • Added responsive layout support, including mobile area jump buttons and horizontal map scrolling.
  • Added the Git Branch Map sandbox for creating branches, adding commits, switching branches, merging, undoing, resetting, copying command history, and simulating conflicts.
  • Added the pure branch map model and validation helpers.
  • Added the project validator for command, zone, README, and branch sandbox data integrity.