···11+## [0.1.2] - 2026-02-09
22+33+### Added
44+- **Open Graph Images**: Rich preview cards when sharing diagram links
55+ - Auto-generated 1200x630 PNG with diagram title and node pills
66+ - Powered by satori + resvg-wasm with Inter font
77+ - In-memory caching for fast subsequent requests
88+ - OG and Twitter Card meta tags on diagram pages
99+- **Deploy Workflow**: GitHub Actions CI/CD via Tailscale SSH
1010+ - Auto-deploy on push to main with health checks
1111+- **Config File Support**: Centralized configuration via `config.json`
1212+ - Configure port, mode, and share server URL
1313+ - Supports `~/Library/Application Support/traverse/config.json` (macOS) and `~/.config/traverse/config.json` (Linux)
1414+ - Environment variables override config file values
1515+1616+### Fixed
1717+- **CommonJS bin entry**: Renamed `bin/traverse.js` to `bin/traverse.cjs` so `npx`/`bunx` work with `"type": "module"`
1818+- **Version display**: Footer shows git hash in dev, falls back to package version via `bunx`
1919+- **Smart footer links**: Links to `/commit/` for git hashes, `/releases/tag/` for version strings
2020+2121+### Changed
2222+- Delete button repositioned on diagram list items
2323+- Footer version link adapts based on runtime context
2424+2525+**Full Changelog**: https://github.com/taciturnaxolotl/traverse/compare/v0.1.1...v0.1.2