Skip to content

Release v2.0.1

Latest

Choose a tag to compare

@timbornemann timbornemann released this 16 Jul 23:58

Release v2.0.1

Open-Git-Control v2.0.1 is a patch release that introduces several UI improvements, new shortcuts, and bug fixes to enhance the overall user experience.


Key Changes

Added

  • Planner Enhancements: Added a prompt for project creation and sidebar actions (0aa97cb).
  • Quick Todo Shortcut: Added the Ctrl+Shift+T keyboard shortcut to quickly open the Todo modal (dfb58c3).
  • Default Tab: Configured the application to start in the "Current Repo" tab by default (9790eac).

Changed

  • Settings Refactoring: Moved AI settings to a dedicated "AI & MCP" tab (2fec5dd).
  • UI Responsiveness: Improved top bar responsiveness on smaller screens (367ba89).
  • Code Quality: Formatted the codebase (44b82ec).

Fixed

  • GitHub Integration: Prevented raw HTML error displays and added proper handling for 503 status codes (f9cd950).
  • Timeline Zooming: Allowed zooming out to fit the entire graph within the timeline view (0850277).
  • Commit Graph UI: Prevented the search bar from wrapping on small screens (dc8d6e9).
  • Sidebar Layout: Prevented horizontal scrolling on long headers (709f9c3).
  • Bug Reporting: Disabled automatic bug reporting (7fc5f9f).

Changelog

  • f9cd950 - fix(github): prevent raw HTML error display and handle 503 status | Tim Bornemann | Link
  • 44b82ec - style: format codebase | Tim Bornemann | Link
  • 2fec5dd - refactor(settings): move AI settings to new AI & MCP tab | Tim Bornemann | Link
  • 9790eac - feat(ui): start app in Current Repo tab by default | Tim Bornemann | Link
  • dfb58c3 - feat(todo): add Ctrl+Shift+T shortcut to open quick Todo modal | Tim Bornemann | Link
  • 0aa97cb - feat(planner): prompt for project creation and add sidebar actions | Tim Bornemann | Link
  • 0850277 - fix(timeline): allow zooming out to fit the entire graph | Tim Bornemann | Link
  • dc8d6e9 - fix(commit-graph): prevent search bar wrapping on small screens | Tim Bornemann | Link
  • 709f9c3 - fix(sidebar): prevent horizontal scroll on long headers | Tim Bornemann | Link
  • 367ba89 - style(ui): improve top bar responsiveness on smaller screens | Tim Bornemann | Link
  • 7fc5f9f - fix(bug-report): disable automatic bug reporting | Tim Bornemann | Link
  • d445d1f - Add test.md with initial content | Tim Bornemann | Link
  • 0e6804e - chore(release): sync v2.0.0 version and download links | github-actions[bot] | Link