Skip to content

Release v2.0.4

Latest

Choose a tag to compare

@timbornemann timbornemann released this 25 Jul 18:43

Release v2.0.4

Release v2.0.4 is a patch release for Open-Git-Control. This update introduces remote tag tracking and conflict resolution, adds an AI agent prompt for run configurations alongside a run configuration watcher, and includes bug fixes for background status checks and secret scanning source resolution.

Breaking Changes

None.

Changelog

Added

  • Settings: Added AI agent prompt for run configuration and introduced a run configuration watcher (7f6bf54)
  • Tags: Implemented remote tag tracking and conflict resolution capabilities (45721aa)

Fixed

  • Remote: Configured background status checks to use --no-tags (dd10488)
  • Secret Scan: Updated normal Git push source resolution to resolve using HEAD (3d248ea)

Maintenance & Refactoring

  • Secret Scan Tests: Split secret scan tests and updated them to use named Git commands (27e6f72)
  • Documentation: Formatted README files (4589db7)
  • Release: Synced v2.0.3 version metadata and download links (13c2073)