Skip to content

Releases: tilltmk/comitto

Version 2.6

16 Nov 15:22
d21ec6c

Choose a tag to compare

v2.6

Merge pull request #8 from tilltmk/claude/build-the-v-0124muBkt1hb2Xt…

Version 2.5

16 Nov 04:24

Choose a tag to compare

Version 2.5.0: Verbesserte Modellauswahl mit manueller Eingabe für al…

Comitto v2.3.0

12 Nov 06:44
d6cbbda

Choose a tag to compare

Comitto v2.3.0 - Centralized Settings Management & Guardian Protection

Neue Features

  • 🛡️ Guardian Protection System: Intelligenter Schutz vor unpassenden Auto-Commits

    • Cooldown-Perioden zwischen Commits
    • Bestätigung bei großen Änderungen
    • Schutz für geschützte Branches (main, master, release/*)
    • Quiet Hours Support
    • Blockierung bei ungespeicherten Dateien
  • ⚙️ Zentralisiertes Settings Management:

    • Alle Einstellungen jetzt über SettingsManager verwaltet
    • Automatische Validierung und Migration
    • Verbesserte Fehlerbehandlung

Verbesserungen

  • Bessere Code-Organisation mit zentralem Settings-Management
  • Robustere Konfigurationsverwaltung
  • Optimierte Benutzerführung

Installation

Lade die comitto-2.3.0.vsix herunter und installiere sie in VSCode:

code --install-extension comitto-2.3.0.vsix

Oder öffne VSCode → Extensions → ... → Install from VSIX

Release 🤖

30 Apr 20:25
6aaacbe

Choose a tag to compare

alpha

29 Apr 13:39

Choose a tag to compare

alpha Pre-release
Pre-release

Comitto v0.9.8 🚀


Release Date: 2025-04-29

✨ Highlights

  • reliable execution of Git commands for large outputs
  • new staging mode with manual commit options in the sidebar UI
  • graphical trigger configuration with auto-commit toggle
  • dynamic model selection for Ollama, OpenAI & Anthropic
  • real-time connection check for Ollama endpoints
  • per-project commit message language setting
  • enhanced input validation for API endpoints, model & language fields
  • optimized VSIX package structure and streamlined .gitignore

🐛 Bug Fixes

  • fixed critical activation error
  • improved diff handling for very large changes
  • consistent status bar icon display and notifications
  • various UI glitches and localization issues resolved

⚠️ Breaking Changes

  • renamed comitto.autoCommitEnabled to comitto.triggers.autoCommit
  • prompt variable {changes} now supports optional {branch} placeholder

🔄 Update

code --install-extension comitto-0.9.8.vsix

We hope you enjoy the new features! Let us know your feedback 👍

What's Changed

  • Use jsonc instead of json for README.md by @t128n in #1

New Contributors

  • @t128n made their first contribution in #1

Full Changelog: https://github.com/tilltmk/comitto/commits/alpha