Skip to content

v1.4.0

Latest

Choose a tag to compare

@m7medVision m7medVision released this 23 Jan 15:17
· 3 commits to main since this release

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)