Release v2.0.3
Open-Git-Control version v2.0.3 is a patch release. This update includes enhancements for storing repository planning data, documentation additions for workflows, fixes for secret scanning and macOS path alias handling, as well as code refactoring and formatting.
Added
- Todo Storage: Store repository todos directly in
.Open-Git-Control/planning.json(91957cf).
Fixed
- macOS Path Resolution: Restricted resolving path aliases strictly to identity checks (42c4b3a).
- Secret Scan: Prevented push blockages when encountered with invalid push sources (a94d94a).
Changed & Maintenance
- Project Planner: Extracted planner data structure and validation logic (3fbba78).
- Code Formatting: Applied file formatting across the codebase (ddfb894).
- Release Synchronization: Synchronized v2.0.2 version and download links (09265ba).
Complete Changelog
- 42c4b3a
fix(macOS): resolve path aliases only for identity checks- Tim Bornemann - 3fbba78
refactor(projectPlanner): extract planner data and validation- Tim Bornemann - ddfb894
style: format files- Tim Bornemann - a94d94a
fix(secret-scan): prevent push blockage on invalid push sources- Tim Bornemann - 91957cf
feat(todo): store repository todos in .Open-Git-Control/planning.json- Tim Bornemann - 48f7ff7
docs(git-control): add README for workflows- Tim Bornemann - 9ba257e
feat(workflow): add README with self-promotion to .Open-Git-Control- Tim Bornemann - 09265ba
chore(release): sync v2.0.2 version and download links- github-actions[bot]