---
title: "June 2025 - v0.74.2"
description: "Release notes for v0.74.2."
date: 2025-06-03
---

### Added

- Enhanced `loadConfig()` function with comprehensive validation – clean separation of concerns between loading and creating configs.
- Added config repair functionality to `init --force` command – automatically detects and prompts for missing configuration fields.
- Improved user experience with structured error messages using icons (🚫, ❌, 📋, 🔧, 🚀) – makes CLI output more readable and user-friendly.
- Enhanced help documentation with clear flag syntax examples – better guidance for users on correct command usage.
- _All about better CLI experience, clearer error messages, and smoother configuration management._

### Fixed

- Enhanced error message formatting with icons and multi-line display – improved user experience when config files are missing or incomplete.
- Added validation for `jsDir` field in config validation – ensures complete configuration setup for JavaScript components.
- Corrected flag syntax documentation – help now correctly shows `templui -f init` instead of `templui init -f`.
- Improved config repair functionality with better error messaging – users get clear, actionable guidance when configuration is incomplete.

Released in [v0.74.2](https://github.com/axadrn/shadcn-templ/releases/tag/v0.74.2).
