Releases: rudra496/termmind
Releases Β· rudra496/termmind
v2.0.0
Version 2.0.0
What's Changed
- build(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #2
- build(deps): bump codecov/codecov-action from 4 to 6 by @dependabot[bot] in #3
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #4
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: v0.6.0...v2.0.0
v0.6.0 β Inline Doc Preview
What's New
π Inline Doc Preview
- /docs command to show function signatures and docstrings
- Multi-language support: Python, JS, TS, Go, Rust, Java
- Show parameters, return types, file locations
- List all documented functions in a file
v0.5.0 β Session Recorder, Voice Mode, ELI5, Cost Optimizer
What's New
π΄ Session Recorder
- Record entire coding sessions with timestamps
- Replay step by step, export as HTML timeline
- Speed control (1x, 2x, etc.)
π Voice Mode
- Text-to-speech for AI responses (pyttsx3)
- Configurable speed and language
- Graceful fallback if TTS not installed
π§ ELI5 Mode
- Explain Like I'm 5 for any topic
- Toggle per-session simplified responses
- Fun, patient, analogy-based explanations
π° Cost Optimizer
- Per-request and session cost tracking
- Budget warnings, provider cost comparison
- Context optimization suggestions
- Historical cost analysis
v0.4.0 β Snippet Manager, Project Templates, Refactoring Engine
What's New
π Snippet Manager
- Save/load/search code snippets with template variables
- Auto-suggest relevant snippets based on context
- Import/export snippets as JSON
ποΈ Project Templates
- 8 built-in templates: Python package, FastAPI, Flask, CLI tool, React, Next.js, Express, Django
- Custom template support
- One-command project scaffolding
π§ Refactoring Engine
- 8 AI-powered refactoring operations
- Extract functions/classes, rename, inline, simplify, sort imports, add types
- Diff preview with confirmation
π Governance
- CODE_OF_CONDUCT.md, SECURITY.md
Full Changelog: v0.3.0...v0.4.0
v0.3.0 β Smart Diff Engine + Code Memory + Shell Integration
What's New in v0.3.0
π₯ New Features
- Smart Diff Preview System β Beautiful colored diffs with hunk-by-hunk confirmation
- Code Context Memory β Persistent code index across sessions (supports 9 languages)
- Shell Integration β Bash/Zsh/Fish completions, terminal capability detection
π³ Docker Support
- Multi-stage Dockerfile for minimal runtime image
- Docker Compose for development with optional Ollama service
π Documentation
- CONTRIBUTING.md with dev setup, plugin development, PR template
- GitHub issue templates (bug reports, feature requests)
π¨ Upgraded README
- Docker quick start guide
- Shell completion installation
- Architecture diagram
- Performance benchmarks
Full Changelog: v0.2.0...v0.3.0