Skip to content

Commit 61be797

Browse files
committed
chore: bump version to 1.2.0 and update changelog with new features
1 parent 62eedb4 commit 61be797

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

README.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Claude Gemini MCP Integration
22

3-
![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)
3+
![Version](https://img.shields.io/badge/version-1.2.0-blue.svg)
44
![Security](https://img.shields.io/badge/security-hardened-green.svg)
55
![License](https://img.shields.io/badge/license-MIT-blue.svg)
66
![Python](https://img.shields.io/badge/python-3.8+-brightgreen.svg)
@@ -281,14 +281,26 @@ Once everything is working:
281281

282282
## Changelog
283283

284-
### Version 1.1.0 (2025-01-12)
284+
### Version 1.2.0 (2025-07-14)
285285

286286
**New Features:**
287-
- **20+ Slash Commands** - Easy shortcuts like `/g`, `/analyze`, `/security`
288-
- **Smart Command Routing** - Automatically chooses the right MCP tool
289-
- **Copy-Paste Ready** - Complete `.claude/` directory with all configurations
290-
- **Enhanced Documentation** - Comprehensive slash commands guide
291-
- **Improved Gitignore** - Protects user settings while sharing configurations
287+
- **Enhanced Documentation Structure** - Improved README with table of contents and architecture overview
288+
- **Streamlined User Experience** - Better organization of setup and usage instructions
289+
- **Improved Issue Reporting** - Added detailed guidance for submitting issues with labels
290+
291+
**Documentation Improvements:**
292+
- Added comprehensive architecture diagrams and explanations
293+
- Restructured documentation for better navigation and user experience
294+
- Enhanced "Need Help?" section with better issue submission guidance
295+
- Added link to GitHub labels for better issue categorization
296+
297+
### Version 1.1.0 (2025-07-14)
298+
299+
**New Features:**
300+
- **Streamlined Slash Commands** - Simplified implementation with individual command files
301+
- **Improved Command Structure** - Removed legacy `slash_commands.py` and `slash-commands.json` in favor of modular approach
302+
- **Enhanced Command Organization** - Individual markdown files for each command in `.claude/commands/`
303+
- **Better Documentation** - Comprehensive slash commands guide with examples
292304

293305
**Slash Commands Added:**
294306
- Core: `/gemini`, `/g`, `/analyze`, `/a`, `/codebase`, `/c`
@@ -298,12 +310,12 @@ Once everything is working:
298310
- Utilities: `/help`, `/status`, `/models`
299311

300312
**Technical Improvements:**
301-
- Smart analysis logic that detects file vs directory targets
302-
- Parameter mapping system for seamless MCP integration
303-
- Comprehensive help system with examples and usage guides
304-
- Error handling with helpful messages and usage hints
313+
- Modular command architecture for easier maintenance and updates
314+
- Direct markdown-based command definitions
315+
- Simplified implementation with reduced dependencies
316+
- Improved error handling with helpful messages and usage hints
305317

306-
### Version 1.0.0 (2025-01-12)
318+
### Version 1.0.0 (2025-07-12)
307319

308320
**Major Release - Security Hardened Version**
309321

0 commit comments

Comments
 (0)