Breaking Changes
Language Configuration Moved
The language setting has been moved from global config (~/.lazycommit/config.json) to the prompts config file (~/.lazycommit/prompts.json).
Migration: If you had custom language settings in your global config, you'll need to move them to ~/.lazycommit/prompts.json.
What's New
- Add support for per-repository configuration overrides
- Improved config structure
Full Changelog
- refactor(config): migrate language setting from global config to prompts config file (@m7medVision)
- feat(config): add support for per-repository configuration overrides (@m7medVision)
- docs(readme): update note to reflect removal of (@m7medVision)
- docs: update multi-language support description to include all languages (@m7medVision)