Devlog — Part 5 PromptLedger v0.6 is out. This release changes how PromptLedger feels to use. Until now, PromptLedger was primarily a terminal-first tool with a small read-only viewer. The core workflow already existed: store prompt versions, compare changes, label releases, mark important versions, and keep everything local in SQLite. That worked. But once a prompt library grows, a simple viewer stops being enough. Prompt iteration is not just about storing text. It is about navigating decisions: Which version worked best? Which version became stable? What changed between versions? Which prompt belongs to which workflow? Which prompt should be reused? Those questions are easier to answer when the history is not only stored, but also visible and interactive. So v0.6 turns the old viewer into a local prompt workspace dashboard. Workspace dashboard The dashboard now starts with a card-based workspace instead of a single prompt view.…