- LQIP (Low Quality Image Placeholder) support for image processing
- OG image enhancements: base64 logo embedding, style presets (dots, grid, diagonal, gradient, waves, minimal), background image support
- Native PNG rendering for OG images via stb_truetype + stb_image_write (no external tools required)
- System font auto-detection for OG images (macOS: Helvetica/Arial, Linux: DejaVu/Noto)
show_titleoption to toggle site name display on OG images- Image processing and LQIP config to init scaffolds and
doctorcommand
- Unify config TOML snippets between scaffold and doctor via shared
ConfigSnippetsmodule - Cache fonts, logo, and background image data URIs across all pages for OG image generation
- Clamp opacity and
pattern_scalevalues to valid ranges in SVG output - Code refactoring and test improvements
- Image resize support
- AMP support
- PWA support
- Asset pipeline
- Incremental build
- Auto-generate OG image
- Extended structured data
- Series and serial post support
- Related posts recommendation
- Built-in shortcodes
- Content expiry
- Environment-specific configuration
- Environment variable substitution
hwaro tool importfor Jekyll, Hugo, etc. migrationhwaro tool platformfor config generation- GitHub Pages deploy workflow generator
- Config health check and auto-fix to
doctorcommand blog-dark,docs-darkscaffold themes
- Improve CSS minifier and add cache mutex
- Performance improvements and code refactoring
- Path traversal via symlinks in
safe_path? - Command and lint fixes
- JSON output support for tool commands
- Markdown extension and i18n support
- Template filters:
unique,flatten,compact,ceil,floor,inspect - Ellipsis and SEO link support for pagination renderer
- CJK bigram tokenization option for search indexing
- Remote scaffold support for GitHub sources
- Search UI and assets to Docs scaffold
- TOML date fields handling as native Time or String
- Escape meta tag values for SEO, improve URL safety
- Security vulnerability fixes
- Streaming build
- Snapcraft installation support
- Unset Git credential helpers in Docker entrypoint
hwaro tool doctorcommand- Functional test cases
- Tests for initializer and shortcode processing
- Unify front matter parsing and tag generation
- Security issues
- Help message fix
- Live reload support for serve command
--profileflag with per-template profiling--no-error-overlayflag and error overlay support for serve command- Cache busting for local CSS/JS resources
- Unit tests for hooks, lifecycle, and CLI
- Refactor front matter and add shortcode module
- Initial release