Skip to content

v26.01.7

Choose a tag to compare

@christianjann christianjann released this 05 Jan 01:12
· 68 commits to master since this release

Added

  • Enhanced Background Git Operations: Improved asynchronous git synchronization
    • Descriptive commit messages showing changed files for background sync
    • Multiple file changes consolidated with detailed commit bodies
    • Maintains clear git history while preventing UI blocking

Fixed

  • Database Synchronization: Fixed background git operations causing unnecessary database updates
    • Background operations now only update database when pull operations actually bring in remote changes
    • Prevents excessive database reloading when no remote changes occurred
    • Improved logging for database sync state comparisons
    • Reduces UI interruptions during background synchronization