| tag name | v0.7.0 (2428a667978c5c75341f6f5d9354c8f87494fb26) |
| tag date | 2025-07-13 21:27:55 +0300 |
| tagged by | Paul Buetow <paul@buetow.org> |
| tagged object | commit 864d087d27... |
Release v0.7.0
Major release with new command-based CLI structure
Features:
- New command-based CLI using cobra framework
- Commands: sync, list, manage, release, showcase, test
- Comprehensive help system with examples
- AI-powered release notes generation
- Updated default config path to ~/.config/gitsyncer/config
Improvements:
- Better organization of functionality
- Consistent flag naming across commands
- Enhanced error messages and user experience
- Backward compatibility for old flags (with deprecation warnings)
Breaking Changes:
- Default config location changed from ~/.gitsyncer.json to ~/.config/gitsyncer/config
- Old flag syntax is deprecated (but still works)
See README.md for updated usage instructions.
