Releases: dyoshikawa/ccsettings
Releases · dyoshikawa/ccsettings
v0.9.0
v0.9.0
What's Changed
Localization
- Localized CLI output from Japanese to English - All command-line interface messages, help text, and user prompts have been translated to English for broader accessibility
- Apply command messages now display in English
- List command output localized to English
- Show command output localized to English
- Test cases updated to reflect the new English output
Version Updates
- Bumped version to 0.9.0 in both package.json and CLI code
Contributors
Full Changelog
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Release v0.8.0
What's Changed
This release represents a minor version bump with version alignment updates across the codebase.
Version Updates
- Updated CLI version string to 0.8.0 in
src/cli/main.ts - Bumped package.json version to 0.8.0
- Aligned version numbers across all components
Technical Changes
- Synchronized version information between package.json and CLI interface
- Maintained consistency in version reporting across the application
Contributors
Full Changelog
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Release v0.7.0
What's Changed
- Documentation Updates: Fixed incorrect default template references and updated comprehensive project documentation
- File Cleanup: Removed outdated SPEC.md file to streamline project structure
- Version Bump: Updated CLI version to 0.7.0 for improved version consistency
Notable Changes
- Updated CLI version display from 0.6.0 to 0.7.0
- Enhanced project documentation with more accurate template references
- Cleaned up repository structure by removing legacy specification files
Contributors
Full Changelog
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Release v0.6.0
What's Changed
- Remove default template auto-apply and rename template - improved user control by requiring explicit template selection
- Add zod/mini type validation to builtinTemplates - enhanced configuration validation with lightweight Zod implementation
- Update Claude settings configuration - refined permission settings and project configuration
- Add additional ignore patterns and update cspell dictionary - improved development tooling
- Update README.md - enhanced documentation and project setup instructions
Contributors
Full Changelog
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Release v0.5.0
What's Changed
- feat: add additional bash command permissions to builtin template - Enhanced the builtin template with additional bash command permissions to provide more comprehensive coverage for development workflows
- Fix formatting in builtin templates - Improved code formatting and consistency in builtin template files
- Update test code to match implementation changes - Updated test suite to reflect the latest implementation changes and ensure compatibility
Contributors
Full Changelog
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Release v0.4.0
What's Changed
Documentation
- Documentation Localization: Converted all Japanese documentation to English, making the project more accessible to international users
- Updated README.md from Japanese to English
- Converted
.rulesync/claude-code-settings.mdto English - Converted
.rulesync/overview.mdto English - Updated package.json description to English
Internal Changes
- Update version to 0.4.0 in CLI and package.json
Contributors
- @dyoshikawa
- @claude (Co-Authored-By: Claude noreply@anthropic.com)
Full Changelog
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Release v0.3.0
What's Changed
Features
- Multiple template support: Implement simultaneous application of multiple templates - Users can now apply multiple built-in templates, files, and URLs at once
Bug Fixes
- Fix Biome code formatting to resolve CI failures
- Add npmjs to cspell dictionary to resolve spelling check failures
- Temporarily disable no-type-assertion ESLint rule for CI success
Internal Changes
- Update version to 0.3.0 in CLI and package.json
Contributors
Full Changelog
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Release v0.2.0
What's Changed
This is the initial release of ccsettings (Claude Code Settings Manager), a CLI tool for applying settings templates to Claude Code projects.
Features
- Complete implementation of the Claude Code Settings Manager CLI
- Apply command with support for built-in templates, local files, and URLs
- Built-in templates: default, strict, development, testing
- List command to show available templates
- Show command to display current settings
- Smart merging with existing settings
- Type safety with Zod schema validation
- Comprehensive options: dry-run, backup, force modes
Technical Improvements
- Replace type assertions with proper type guards
- Fix Zod schema definitions for better type safety
- Remove unused CLI and GitHub event types
- Add comprehensive project documentation